#include <StBTofHit.h>

Public Member Functions | |
| int | tray () const |
| int | module () const |
| int | cell () const |
| double | leadingEdgeTime () const |
| double | trailingEdgeTime () const |
| double | tot () const |
| StTrack * | associatedTrack () |
| const StTrack * | associatedTrack () const |
| int | idTruth () const |
| int | qaTruth () const |
| void | setTray (unsigned char) |
| void | setModule (unsigned char) |
| void | setCell (unsigned char) |
| void | setLeadingEdgeTime (double) |
| void | setTrailingEdgeTime (double) |
| void | setAssociatedTrack (StTrack *) |
| void | setIdTruth (Int_t idtru, Int_t qatru=0) |
Protected Attributes | |
| UChar_t | mTray |
| UChar_t | mModule |
| UChar_t | mCell |
| Double_t | mLeadingEdgeTime |
| Double_t | mTrailingEdgeTime |
| StLink< StTrack > | mAssociatedTrack |
| UShort_t | mIdTruth |
| UShort_t | mQuality |
Definition at line 37 of file StBTofHit.h.
1.5.9