#include <TRocEvent.h>
Public Member Functions | |
TRocEvent () | |
TRocEvent (const char *name, Short_t id=0) | |
virtual | ~TRocEvent () |
double | GetEventTime () const |
ULong64_t | CalcGlobalTime (Double_t deltaTrigger) |
Data Fields | |
ULong64_t | fLastGlobalTriggerTm |
ULong64_t | fMbsEventNumber |
Static Public Attributes | |
static UInt_t | ConfigRocs [MAX_ROC] = SET_ROCS |
Definition at line 342 of file TRocEvent.h.
TRocEvent::TRocEvent | ( | ) |
Definition at line 205 of file TRocEvent.cxx.
TRocEvent::TRocEvent | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 191 of file TRocEvent.cxx.
References ConfigRocs.
TRocEvent::~TRocEvent | ( | ) | [virtual] |
Definition at line 210 of file TRocEvent.cxx.
ULong64_t TRocEvent::CalcGlobalTime | ( | Double_t | deltaTrigger | ) |
Definition at line 214 of file TRocEvent.cxx.
References fLastGlobalTriggerTm.
double TRocEvent::GetEventTime | ( | ) | const [inline] |
Method return time of event in seconds in time of master ROC
Definition at line 349 of file TRocEvent.h.
References fLastGlobalTriggerTm.
UInt_t TRocEvent::ConfigRocs = SET_ROCS [static] |
Definition at line 356 of file TRocEvent.h.
Referenced by TSTSProc::AllRocsHaveEventClosed(), TRocProc::AssertRoc(), TRocParam::SetConfigRocs(), and TRocEvent().
ULong64_t TRocEvent::fLastGlobalTriggerTm |
Definition at line 362 of file TRocEvent.h.
Referenced by CalcGlobalTime(), GetEventTime(), and TRocProc::ProcessTriggerMessage().
ULong64_t TRocEvent::fMbsEventNumber |
Definition at line 364 of file TRocEvent.h.
Referenced by TRocProc::FinalizeEvent(), and TRPCProc::FinalizeEvent().