StRoot
1
|
#include <StTofMCSlat.h>
Public Member Functions | |
StTofMCSlat (const StTofMCInfo &) | |
int | operator== (const StTofMCSlat &) const |
int | operator!= (const StTofMCSlat &) const |
const StTofMCInfo & | mcInfo () const |
void | setMCInfo (const StTofMCInfo &) |
void | setNHits (int nHits) |
void | setNPhe (int nPhe) |
void | setDe (float de) |
void | setDs (float ds) |
void | setTof (float tof) |
Public Member Functions inherited from StTofSlat | |
StTofSlat (unsigned short, unsigned short, unsigned short, StTrack *, float, unsigned short, unsigned short) | |
int | operator== (const StTofSlat &) const |
int | operator!= (const StTofSlat &) const |
unsigned short | slatIndex () const |
unsigned short | adc () const |
unsigned short | tdc () const |
StTrack * | associatedTrack () |
const StTrack * | associatedTrack () const |
float | zHit () const |
unsigned short | hitProf () const |
unsigned short | matchFlag () const |
const StThreeVectorF & | position () const |
void | setSlatIndex (unsigned short) |
void | setAdc (unsigned short) |
void | setTdc (unsigned short) |
void | setAssociatedTrack (StTrack *) |
void | setZHit (float) |
void | setHitProf (unsigned short) |
void | setMatchFlag (unsigned short) |
void | setPosition (const StThreeVectorF &) |
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 | |
Protected Attributes | |
StTofMCInfo | mTofMCInfo |
Protected Attributes inherited from StTofSlat | |
UShort_t | mSlatIndex |
UShort_t | mAdc |
UShort_t | mTdc |
StLink< StTrack > | mAssociatedTrack |
Float_t | mZhit |
UShort_t | mHitProf |
UShort_t | mMatchFlag |
StThreeVectorF | mPosition |
Definition at line 40 of file StTofMCSlat.h.