StRoot
1
|
#include <StCtbTriggerDetector.h>
Public Member Functions | |
StCtbTriggerDetector (const dst_TrgDet_st &) | |
StCtbTriggerDetector (const StTriggerData &) | |
unsigned int | numberOfTrays () const |
unsigned int | numberOfSlats () const |
unsigned int | numberOfPreSamples () const |
unsigned int | numberOfPostSamples () const |
unsigned int | numberOfAuxWords () const |
float | mips (unsigned int tray, unsigned int slot, unsigned int evt=0) const |
char | time (unsigned int tray, unsigned int slot, unsigned int evt=0) const |
float | aux (unsigned int, unsigned int evt=0) const |
double | mips (unsigned int evt=0) const |
void | setMips (unsigned int, unsigned int, unsigned int, float) |
void | setTime (unsigned int, unsigned int, unsigned int, char) |
void | setAux (unsigned int, unsigned int, float) |
void | setNumberOfPreSamples (unsigned int) |
void | setNumberOfPostSamples (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 Types | |
enum | { mMaxTrays = 120, mMaxSlats = 2, mMaxEventSamples = 11, mMaxAux = 16 } |
Definition at line 47 of file StCtbTriggerDetector.h.