#include <TSpadicV10Event.h>
Public Member Functions | |
TSpadicV10Data () | |
TSpadicV10Data (const char *name, Short_t id=0) | |
virtual | ~TSpadicV10Data () |
virtual void | Clear (Option_t *t="") |
Data Fields | |
std::vector < TSpadicV10MessageExtended > | fExtMessages |
ULong64_t | fLastSyncTm [MAX_SPADICV10_SYNC] |
ULong64_t | fLastTriggerTm |
Definition at line 175 of file TSpadicV10Event.h.
TSpadicV10Data::TSpadicV10Data | ( | ) |
Definition at line 10 of file TSpadicV10Event.cxx.
TSpadicV10Data::TSpadicV10Data | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 14 of file TSpadicV10Event.cxx.
References fLastSyncTm, and fLastTriggerTm.
TSpadicV10Data::~TSpadicV10Data | ( | ) | [virtual] |
Definition at line 25 of file TSpadicV10Event.cxx.
void TSpadicV10Data::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
Definition at line 29 of file TSpadicV10Event.cxx.
References fExtMessages.
std::vector<TSpadicV10MessageExtended> TSpadicV10Data::fExtMessages |
Definition at line 185 of file TSpadicV10Event.h.
Referenced by Clear(), TSpadicV10Proc::FinalizeEvent(), and TSpadicV10Proc::ProcessExtendedMessage().
ULong64_t TSpadicV10Data::fLastSyncTm[MAX_SPADICV10_SYNC] |
Definition at line 190 of file TSpadicV10Event.h.
Referenced by TSpadicV10Proc::ProcessSubevent(), and TSpadicV10Data().
ULong64_t TSpadicV10Data::fLastTriggerTm |
Definition at line 194 of file TSpadicV10Event.h.
Referenced by TSpadicV10Proc::ProcessTriggerMessage(), and TSpadicV10Data().