#include <TYYYRawEvent.h>
Public Member Functions | |
TYYYRawEvent () | |
TYYYRawEvent (const char *name) | |
virtual | ~TYYYRawEvent () |
virtual void | Clear (Option_t *t="") |
void | ReAllocate (Int_t newsize) |
void | PrintEvent () |
Int_t | GetColumns () const |
Public Attributes | |
Int_t | fiColumns |
Double_t * | fdData |
Int_t | fiAllocated |
Example for user defined raw event class. This event structure corresponds to the user event source.
Definition at line 23 of file TYYYRawEvent.h.
TYYYRawEvent::TYYYRawEvent | ( | ) |
Definition at line 20 of file TYYYRawEvent.cxx.
TYYYRawEvent::TYYYRawEvent | ( | const char * | name | ) |
Definition at line 29 of file TYYYRawEvent.cxx.
TYYYRawEvent::~TYYYRawEvent | ( | ) | [virtual] |
Definition at line 37 of file TYYYRawEvent.cxx.
References fdData.
void TYYYRawEvent::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the event owner (analysis step) to clear the event element.
Reimplemented from TGo4EventElement.
Definition at line 45 of file TYYYRawEvent.cxx.
Int_t TYYYRawEvent::GetColumns | ( | ) | const [inline] |
Definition at line 44 of file TYYYRawEvent.h.
References fiColumns.
Referenced by TYYYAnalysis::UserEventFunc().
void TYYYRawEvent::PrintEvent | ( | ) | [virtual] |
Method prints content of the event
Reimplemented from TGo4EventElement.
Definition at line 72 of file TYYYRawEvent.cxx.
void TYYYRawEvent::ReAllocate | ( | Int_t | newsize | ) |
Expand data field if necessary
Definition at line 51 of file TYYYRawEvent.cxx.
References fdData, fiAllocated, fiColumns, and TGo4Log::Info().
Referenced by TYYYEventSource::BuildEvent().
Double_t* TYYYRawEvent::fdData |
Definition at line 49 of file TYYYRawEvent.h.
Referenced by TYYYUnpackProc::BuildEvent(), TYYYEventSource::BuildEvent(), Clear(), PrintEvent(), ReAllocate(), and ~TYYYRawEvent().
Definition at line 51 of file TYYYRawEvent.h.
Referenced by ReAllocate().
Int_t TYYYRawEvent::fiColumns |
Definition at line 47 of file TYYYRawEvent.h.
Referenced by Clear(), GetColumns(), PrintEvent(), and ReAllocate().