StRoot
1
|
#include <StMtdPidTraits.h>
Public Member Functions | |
StMtdHit * | mtdHit () |
const StMtdHit * | mtdHit () const |
unsigned char | matchFlag () const |
Matching information. | |
float | yLocal () const |
float | zLocal () const |
float | thetaLocal () const |
float | deltaY () const |
float | deltaZ () const |
StThreeVectorF & | position () |
const StThreeVectorF & | position () const |
float | timeOfFlight () const |
timing for PID | |
float | expTimeOfFlight () const |
float | pathLength () const |
float | beta () const |
float | sigmaMuon () const |
PID functions. | |
float | probMuon () const |
void | setMtdHit (StMtdHit *) |
void | setMatchFlag (unsigned char) |
void | setYLocal (float) |
void | setZLocal (float) |
void | setThetaLocal (float) |
void | setPosition (const StThreeVectorF &) |
void | setDeltaY (float) |
void | setDeltaZ (float) |
void | setTimeOfFlight (float) |
void | setExpTimeOfFlight (float) |
void | setPathLength (float) |
void | setBeta (float) |
void | setSigmaMuon (float) |
void | setProbMuon (float) |
Public Member Functions inherited from StTrackPidTraits | |
StTrackPidTraits (StDetectorId) | |
StTrackPidTraits (const dst_dedx_st &) | |
Short_t | detector () const |
Public Member Functions inherited from StObject | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Additional Inherited Members | |
Protected Attributes inherited from StTrackPidTraits | |
Short_t | mDetectorId |
Definition at line 33 of file StMtdPidTraits.h.