#include <StTofData.h>

Public Member Functions | |
| StTofData (unsigned short, unsigned short, unsigned short, short, unsigned short, unsigned int, unsigned int) | |
| int | operator== (const StTofData &) const |
| int | operator!= (const StTofData &) const |
| unsigned short | dataIndex () const |
| unsigned short | adc () const |
| unsigned short | tdc () const |
| short | tc () const |
| unsigned short | sc () const |
| unsigned int | leadingTdc () const |
| unsigned int | trailingTdc () const |
| void | setDataIndex (unsigned short) |
| void | setAdc (unsigned short) |
| void | setTdc (unsigned short) |
| void | setTc (short) |
| void | setSc (unsigned short) |
| void | setLeadingTdc (unsigned int) |
| void | setTrailingTdc (unsigned int) |
Protected Attributes | |
| UShort_t | mDataIndex |
| UShort_t | mAdc |
| UShort_t | mTdc |
| Short_t | mTc |
| UShort_t | mSc |
| UInt_t | mLeadingTdc |
| UInt_t | mTrailingTdc |
Definition at line 38 of file StTofData.h.
1.5.9