StRoot
1
|
Public Member Functions | |
StJetSkimTrig (const StJetSkimTrig &other) | |
StJetSkimTrig & | operator= (const StJetSkimTrig &rhs) |
void | clear () |
void | Clear (const char *option="") |
int | trigId () const |
bool | didFire () const |
int | shouldFire () const |
int | shouldFireBBC () const |
int | shouldFireBemc () const |
int | shouldFireEemc () const |
int | shouldFireL2 () const |
map< int, int > & | towersAboveThreshold (int detector) const |
map< int, int > & | triggerPatchesAboveThreshold (int detector) const |
map< int, int > & | jetPatchesAboveThreshold (int detector) const |
int | totalEnergy () const |
const int * | L2ResultEmulated () const |
void | setTrigId (int aTrigId) |
void | setDidFire (bool aFire) |
void | setShouldFire (int aFire) |
void | setShouldFireBBC (int aFireBBC) |
void | setShouldFireBemc (int aFireBemc) |
void | setShouldFireEemc (int aFireEemc) |
void | setShouldFireL2 (int aFireL2) |
void | addTowerAboveThreshold (int detector, int aID, int aADC) |
void | addTriggerPatchAboveThreshold (int detector, int aID, int aADC) |
void | addJetPatchAboveThreshold (int detector, int aID, int aADC) |
void | setTotalEnergy (int aEnergy) |
void | setL2ResultEmulated (const int *rhs) |
Definition at line 59 of file StJetSkimEvent.h.