StRoot
1
|
#include <StFpdTriggerDetector.h>
Public Member Functions | |
StFpdTriggerDetector (const dst_TrgDet_st &) | |
StFpdTriggerDetector (const StTriggerData &) | |
StFpdTriggerDetector (const StFpdTriggerDetector &) | |
StFpdTriggerDetector & | operator= (const StFpdTriggerDetector &) |
void | clear () |
void | dump () const |
unsigned int | numberOfTowers (unsigned int nstbps) const |
unsigned int | numberOfModules () const |
unsigned int | numberOfLayer1Boards () const |
unsigned int | adc (StBeamDirection eastwest, unsigned int nstbps, unsigned int tower) const |
unsigned int | layer1 (StBeamDirection eastwest, unsigned int nstbps, unsigned int board) const |
unsigned int | layer2 (StBeamDirection eastwest, unsigned int nstbps) const |
void | setAdc (StBeamDirection eastwest, unsigned int nstbps, unsigned int tower, unsigned char v) |
void | setLayer1 (StBeamDirection eastwest, unsigned int nstbps, unsigned int board, unsigned short v) |
void | setLayer2 (StBeamDirection eastwest, unsigned int nstbps, 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 | { mMaxNS = 49, mMaxTB = 25, mMaxPS = 7, mMaxModule = 6, mMaxBoard = 4 } |
Definition at line 32 of file StFpdTriggerDetector.h.