StRoot
1
|
#include <StMwcTriggerDetector.h>
Public Member Functions | |
StMwcTriggerDetector (const dst_TrgDet_st &) | |
unsigned int | numberOfSectors () const |
unsigned int | numberOfSubSectors () const |
unsigned int | numberOfPreSamples () const |
unsigned int | numberOfPostSamples () const |
unsigned int | numberOfAuxWords () const |
float | mips (unsigned int sec, unsigned int subsec, unsigned int evt=0) const |
float | aux (unsigned int, unsigned int evt=0) const |
void | setMips (unsigned int, unsigned int, unsigned int, float) |
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 | { mMaxSectors = 24, mMaxSubSectors = 4, mMaxEventSamples = 11, mMaxAux = 32 } |
Definition at line 40 of file StMwcTriggerDetector.h.