#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 &) |
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.
1.5.9