#include <TTRDDubnaEvent.h>
Public Member Functions | |
TTRDDubnaEvent () | |
TTRDDubnaEvent (const char *name, Short_t id=0) | |
virtual | ~TTRDDubnaEvent () |
virtual void | Clear (Option_t *t="") |
Data Fields | |
UShort_t | fMadc_Pion [MAX_MADC][N_MADC_CHA] |
UShort_t | fMadc_Electron [MAX_MADC][N_MADC_CHA] |
Definition at line 13 of file TTRDDubnaEvent.h.
TTRDDubnaEvent::TTRDDubnaEvent | ( | ) |
Definition at line 16 of file TTRDDubnaEvent.cxx.
TTRDDubnaEvent::TTRDDubnaEvent | ( | const char * | name, | |
Short_t | id = 0 | |||
) |
Definition at line 11 of file TTRDDubnaEvent.cxx.
TTRDDubnaEvent::~TTRDDubnaEvent | ( | ) | [virtual] |
Definition at line 21 of file TTRDDubnaEvent.cxx.
void TTRDDubnaEvent::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
Definition at line 25 of file TTRDDubnaEvent.cxx.
References fMadc_Electron, and fMadc_Pion.
UShort_t TTRDDubnaEvent::fMadc_Electron[MAX_MADC][N_MADC_CHA] |
Definition at line 26 of file TTRDDubnaEvent.h.
Referenced by Clear(), and TTRDDubnaProc::FinalizeEvent().
UShort_t TTRDDubnaEvent::fMadc_Pion[MAX_MADC][N_MADC_CHA] |
Definition at line 25 of file TTRDDubnaEvent.h.
Referenced by Clear(), and TTRDDubnaProc::FinalizeEvent().