ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackreco/PHGenFitTrkProp.h>
Public Member Functions | |
TrackQuality (int nhits_, float chi2_, int ndf_) | |
TrackQuality (int nhits_, float chi2_, int ndf_, int nmicromegas_, int ntpc_, int nintt_, int nmaps_) | |
bool | operator< (const TrackQuality &b) const |
Public Attributes | |
int | nhits = 0 |
float | chi2 = 0 |
int | ndf = 0 |
int | nmicromegas = 0 |
int | ntpc = 0 |
int | nintt = 0 |
int | nmaps = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PHGenFitTrkProp::TrackQuality &tq) |
Definition at line 83 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 83 of file PHGenFitTrkProp.h
Definition at line 93 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 93 of file PHGenFitTrkProp.h
|
inline |
Definition at line 100 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 100 of file PHGenFitTrkProp.h
|
inline |
Definition at line 111 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 111 of file PHGenFitTrkProp.h
|
friend |
Definition at line 119 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 119 of file PHGenFitTrkProp.h
float PHGenFitTrkProp::TrackQuality::chi2 = 0 |
Definition at line 86 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 86 of file PHGenFitTrkProp.h
Referenced by operator<(), and PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::ndf = 0 |
Definition at line 87 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 87 of file PHGenFitTrkProp.h
Referenced by operator<(), and PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::nhits = 0 |
Definition at line 85 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 85 of file PHGenFitTrkProp.h
Referenced by operator<(), and PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::nintt = 0 |
Definition at line 90 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 90 of file PHGenFitTrkProp.h
Referenced by PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::nmaps = 0 |
Definition at line 91 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 91 of file PHGenFitTrkProp.h
Referenced by PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::nmicromegas = 0 |
Definition at line 88 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 88 of file PHGenFitTrkProp.h
Referenced by PHGenFitTrkProp::TrackPropPatRec().
int PHGenFitTrkProp::TrackQuality::ntpc = 0 |
Definition at line 89 of file PHGenFitTrkProp.h.
View newest version in sPHENIX GitHub at line 89 of file PHGenFitTrkProp.h
Referenced by PHGenFitTrkProp::TrackPropPatRec().