StRoot
1
|
#include <StTofSlat.h>
Public Member Functions | |
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 | |
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 48 of file StTofSlat.h.