StRoot
1
|
#include <StTofCell.h>
Public Member Functions | |
StTofCell (int, int, int, int, int, int, StTrack *, float, int, const StThreeVectorD &) | |
StTofCell (int, int, int, int, StTrack *, float, int, const StThreeVectorD &) | |
int | operator== (const StTofCell &) const |
int | operator!= (const StTofCell &) const |
int | trayIndex () const |
int | moduleIndex () const |
int | cellIndex () const |
int | daqIndex () const |
int | adc () const |
int | tdc () const |
double | leadingEdgeTime () const |
double | trailingEdgeTime () const |
float | tot () const |
StTrack * | associatedTrack () |
const StTrack * | associatedTrack () const |
float | zHit () const |
int | matchFlag () const |
const StThreeVectorD & | position () const |
void | setTrayIndex (int) |
void | setModuleIndex (int) |
void | setCellIndex (int) |
void | setDaqIndex (int) |
void | setAdc (int) |
void | setTdc (int) |
void | setLeadingEdgeTime (double) |
void | setTrailingEdgeTime (double) |
void | setAssociatedTrack (StTrack *) |
void | setZHit (float) |
void | setMatchFlag (int) |
void | setPosition (const StThreeVectorD &) |
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 | |
Int_t | mTrayIndex |
Int_t | mModuleIndex |
Int_t | mCellIndex |
Int_t | mDaqIndex |
Int_t | mAdc |
Int_t | mTdc |
Double_t | mLeadingEdgeTime |
Double_t | mTrailingEdgeTime |
StLink< StTrack > | mAssociatedTrack |
Float_t | mZhit |
Int_t | mMatchFlag |
StThreeVectorD | mPosition |
Definition at line 51 of file StTofCell.h.