StRoot
1
|
Collection of trigger ids as stored in MuDst. More...
#include <StMuTriggerIdCollection.h>
Public Member Functions | |
StMuTriggerIdCollection (const StTriggerIdCollection *) | |
const StTriggerId & | nominal () const |
const StTriggerId & | l1 () const |
const StTriggerId & | l2 () const |
const StTriggerId & | l3 () const |
const StTriggerId & | l3Expanded () const |
void | fill (const StTriggerIdCollection *) |
void | setL1 (const StTriggerId) |
void | setL2 (const StTriggerId) |
void | setL3 (const StTriggerId) |
void | setL3Expanded (const StTriggerId) |
void | setNominal (const StTriggerId) |
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 | |
Static Public Member Functions | |
static bool | isEmpty (const StTriggerId &) |
Protected Attributes | |
StTriggerId | mL1TriggerId |
StTriggerId | mL2TriggerId |
StTriggerId | mL3TriggerId |
StTriggerId | mNTriggerId |
StTriggerId | mLETriggerId |
Collection of trigger ids as stored in MuDst.
Definition at line 31 of file StMuTriggerIdCollection.h.