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