StRoot
1
|
Public Member Functions | |
StTrackPairInfo (const StGlobalTrack *rcTrk, const StMcTrack *mcTrk, unsigned int tpcPings, unsigned int svtPings, unsigned int ssdPings, unsigned int ftpcPings) | |
const StMcTrack * | partnerMcTrack () const |
const StGlobalTrack * | partnerTrack () const |
unsigned int | commonTpcHits () const |
unsigned int | commonSvtHits () const |
unsigned int | commonSsdHits () const |
unsigned int | commonFtpcHits () const |
float | percentOfPairedTpcHits () const |
float | percentOfPairedSvtHits () const |
float | percentOfPairedSsdHits () const |
float | percentOfPairedFtpcHits () const |
void | setPartnerMcTrack (const StMcTrack *) |
void | setPartnerTrack (const StGlobalTrack *) |
void | setCommonTpcHits (unsigned int) |
void | setCommonSvtHits (unsigned int) |
void | setCommonSsdHits (unsigned int) |
void | setCommonFtpcHits (unsigned int) |
Definition at line 49 of file StTrackPairInfo.hh.