Cat
|
#include <include/Event.h>
Public Member Functions | |
Event () | |
Standard constructor. More... | |
virtual | ~Event () |
Destructor. More... | |
void | setRun (unsigned long irun) |
void | Clear (Option_t *option="") |
void | newEvt () |
void | addData (int, int, int) |
TClonesArray * | getData () |
Public Attributes | |
ClassDef(Event, 1) protected unsigned long | nData |
TClonesArray * | raw |
TRef | fLastData |
Static Public Attributes | |
static TClonesArray * | fgData |
Event::Event | ( | ) |
Standard constructor.
void Event::addData | ( | int | evt, |
int | chl, | ||
int | value | ||
) |
void Event::Clear | ( | Option_t * | option = "" | ) |
void Event::newEvt | ( | ) |
|
inline |
ClassDef (Event,1) protected unsigned long Event::nData |
TClonesArray* Event::raw |