StRoot
1
|
#include <StEventInfo.h>
Public Member Functions | |
const TString & | type () const |
int | id () const |
int | runId () const |
int | time () const |
unsigned int | triggerMask () const |
unsigned int | bunchCrossingNumber (unsigned int) const |
unsigned int | eventSize () const |
void | setType (const char *) |
void | setRunId (int) |
void | setId (int) |
void | setTime (int) |
void | setTriggerMask (unsigned int) |
void | setBunchCrossingNumber (unsigned int, unsigned int) |
void | setEventSize (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 Attributes | |
TString | mType |
Int_t | mRunId |
Int_t | mId |
Int_t | mTime |
UInt_t | mTriggerMask |
UInt_t | mBunchCrossingNumber [2] |
UInt_t | mEventSize |
Definition at line 44 of file StEventInfo.h.