Public Member Functions | |
StEvtHddr (TDataSet *parent=0) | |
StEvtHddr (const StEvtHddr &hddr, const char *name=0) | |
StEvtHddr & | operator= (const StEvtHddr &hddr) |
virtual TObject * | Clone (const char *name=0) const |
virtual TObject * | Clone () |
Int_t | GetRunNumber () const |
Int_t | GetOldRunNumber () const |
const Char_t * | GetEventType () const |
UInt_t | GetTriggerMask () const |
UInt_t | GetInputTriggerMask () const |
Float_t | GetCenterOfMassEnergy () const |
UInt_t | GetBunchCrossingNumber (int i) const |
Int_t | GetAEast () const |
Int_t | GetZEast () const |
Int_t | GetAWest () const |
Int_t | GetZWest () const |
Float_t | GetLuminosity () const |
Float_t | GetBImpact () const |
Float_t | GetPhiImpact () const |
Float_t | GetPhImpact () const |
UInt_t | GetUTime () const |
Int_t | GetDate () const |
Int_t | GetTime () const |
const TDatime & | GetDateTime () const |
const TDatime & | GetProdDateTime () const |
Int_t | GetIventNumber () const |
Int_t | GetEventSize () const |
Int_t | GetEventNumber () const |
Int_t | GetGenerType () const |
Int_t | IsNewRun () const |
void | FillTag (EvtHddr_st *tag) |
void | SetRunNumber (int run) |
void | SetEventType (const Char_t *type) |
void | SetTriggerMask (UInt_t tm) |
void | SetInputTriggerMask (UInt_t tm) |
void | SetBunchCrossingNumber (UInt_t bcn0, UInt_t bcn1) |
void | SetCenterOfMassEnergy (float e) |
void | SetBImpact (float b) |
void | SetPhiImpact (float p) |
void | SetPhImpact (float p) |
void | SetAEast (int a) |
void | SetZEast (int z) |
void | SetAWest (int a) |
void | SetZWest (int z) |
void | SetLuminosity (float lu) |
void | SetDateTime (int iDate, int iTime) |
void | SetDateTime (TDatime dt) |
void | SetGMTime (UInt_t ut) |
void | SetProdDateTime (UInt_t ut=0) |
void | SetIventNumber (int iv) |
void | SetEventSize (int is) |
void | SetEventNumber (int ev) |
void | SetGenerType (int g) |
void | Print (Option_t *option="") const |
Protected Attributes | |
Int_t | mRunNumber |
Int_t | mOldRunNumber |
Int_t | mId |
UInt_t | mInputTriggerMask |
UInt_t | mTriggerMask |
Float_t | mCenterOfMassEnergy |
Int_t | mAEast |
Int_t | mZEast |
Int_t | mAWest |
Int_t | mZWest |
Float_t | mLuminosity |
Float_t | mBeamPolarizationEast [3] |
Float_t | mBeamPolarizationWest [3] |
Float_t | mBImpact |
Float_t | mPhImpact |
Int_t | mGenerType |
UInt_t | mBunchCrossingNumber [2] |
Int_t | mIventNumber |
Int_t | mEventSize |
Int_t | mEventNumber |
TDatime | mEventTime |
TDatime | mProdTime |
TString | mEventType |
Definition at line 7 of file StEvtHddr.h.