#include <TFaspEvent.h>
Public Member Functions | |
TFaspEvent () | |
TFaspEvent (const char *name, Short_t id=0) | |
virtual | ~TFaspEvent () |
virtual void | Clear (Option_t *t="") |
Data Fields | |
UShort_t | fAdcs [Fasp_NumChannels] |
UInt_t | fAdcTm |
UInt_t | fSyncNumber |
UInt_t | fSyncTm |
Definition at line 9 of file TFaspEvent.h.
TFaspEvent::TFaspEvent | ( | ) |
Definition at line 13 of file TFaspEvent.cxx.
References Clear().
TFaspEvent::TFaspEvent | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 6 of file TFaspEvent.cxx.
References Clear().
virtual TFaspEvent::~TFaspEvent | ( | ) | [inline, virtual] |
Definition at line 14 of file TFaspEvent.h.
void TFaspEvent::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
Definition at line 19 of file TFaspEvent.cxx.
References fAdcs, fAdcTm, fSyncNumber, and fSyncTm.
Referenced by TFaspEvent().
UShort_t TFaspEvent::fAdcs[Fasp_NumChannels] |
Definition at line 19 of file TFaspEvent.h.
Referenced by Clear(), and TFaspProc::ProcessSubevent().
UInt_t TFaspEvent::fAdcTm |
Definition at line 21 of file TFaspEvent.h.
Referenced by Clear(), and TFaspProc::ProcessSubevent().
UInt_t TFaspEvent::fSyncNumber |
Definition at line 23 of file TFaspEvent.h.
Referenced by Clear(), and TFaspProc::ProcessSubevent().
UInt_t TFaspEvent::fSyncTm |
Definition at line 25 of file TFaspEvent.h.
Referenced by Clear(), and TFaspProc::ProcessSubevent().