StRoot
1
|
#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) |
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 | |
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.