StRoot
1
|
#include <StVpdTriggerDetector.h>
Public Member Functions | |
StVpdTriggerDetector (const dst_TrgDet_st &) | |
StVpdTriggerDetector (const StTriggerData &) | |
unsigned int | numberOfVpdCounters () const |
unsigned short | ADC (StBeamDirection eastwest, unsigned int pmt) const |
unsigned short | TDC (StBeamDirection eastwest, unsigned int pmt) const |
unsigned short | ADCmxq (StBeamDirection eastwest, unsigned int pmt) const |
unsigned short | TDCmxq (StBeamDirection eastwest, unsigned int pmt) const |
unsigned short | EarliestTDC (StBeamDirection eastwest) const |
unsigned short | TimeDifference () const |
void | setADC (StBeamDirection eastwest, unsigned int pmt, unsigned short v) |
void | setTDC (StBeamDirection eastwest, unsigned int pmt, unsigned short v) |
void | setADCmxq (StBeamDirection eastwest, unsigned int pmt, unsigned short v) |
void | setTDCmxq (StBeamDirection eastwest, unsigned int pmt, unsigned short v) |
void | setEarliestTDC (StBeamDirection eastwest, unsigned short v) |
void | setTimeDifference (unsigned short v) |
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 Types | |
enum | { mMaxVpdCounter = 16 } |
Definition at line 42 of file StVpdTriggerDetector.h.