#include <TSpadicV10Event.h>
Public Member Functions | |
TSpadicV10Event () | |
TSpadicV10Event (const char *name, Short_t id=0) | |
virtual | ~TSpadicV10Event () |
double | GetEventTime () const |
ULong64_t | CalcGlobalTime (Double_t deltaTrigger) |
Data Fields | |
ULong64_t | fLastGlobalTriggerTm |
ULong64_t | fMbsEventNumber |
Static Public Attributes | |
static Bool_t | ConfigBoards [MAX_SPADICV10_BOARDS] = SET_SPADICV10_BOARDS |
Definition at line 201 of file TSpadicV10Event.h.
TSpadicV10Event::TSpadicV10Event | ( | ) |
Definition at line 57 of file TSpadicV10Event.cxx.
TSpadicV10Event::TSpadicV10Event | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 44 of file TSpadicV10Event.cxx.
References ConfigBoards.
TSpadicV10Event::~TSpadicV10Event | ( | ) | [virtual] |
Definition at line 62 of file TSpadicV10Event.cxx.
ULong64_t TSpadicV10Event::CalcGlobalTime | ( | Double_t | deltaTrigger | ) |
Definition at line 66 of file TSpadicV10Event.cxx.
References fLastGlobalTriggerTm.
double TSpadicV10Event::GetEventTime | ( | ) | const [inline] |
Method return time of event in seconds in time of master SPADICV10
Definition at line 208 of file TSpadicV10Event.h.
References fLastGlobalTriggerTm.
Bool_t TSpadicV10Event::ConfigBoards = SET_SPADICV10_BOARDS [static] |
Definition at line 215 of file TSpadicV10Event.h.
Referenced by TSpadicV10Param::SetConfigSpadicV10s(), and TSpadicV10Event().
ULong64_t TSpadicV10Event::fLastGlobalTriggerTm |
Definition at line 221 of file TSpadicV10Event.h.
Referenced by CalcGlobalTime(), GetEventTime(), and TSpadicV10Proc::ProcessTriggerMessage().
ULong64_t TSpadicV10Event::fMbsEventNumber |
Definition at line 223 of file TSpadicV10Event.h.
Referenced by TSpadicV10Proc::FinalizeEvent().