#include <TYYYRawEvent.h>
Inheritance diagram for TYYYRawEvent:
Public Member Functions | |
TYYYRawEvent () | |
TYYYRawEvent (const char *name) | |
virtual | ~TYYYRawEvent () |
virtual Int_t | Fill () |
Method called by the event owner (analysis step) to fill the event element from the set event source. | |
virtual Int_t | Init () |
Method called on initialization of event classes. | |
virtual void | Clear (Option_t *t="") |
Method called by the event owner (analysis step) to clear the event element. | |
void | ReAllocate (Int_t newsize) |
Expand data field if necessary. | |
void | PrintEvent () |
Method called by the event owner (analysis step) to clear the event element. | |
Int_t | GetColumns () const |
Private Attributes | |
Int_t | fiColumns |
Double_t * | fdData |
TYYYEventSource * | fxUserSource |
points to mbssource if exists | |
TGo4TreeSource * | fxTreeSource |
points to treesource if exists | |
TGo4FileSource * | fxFileSource |
points to filesource if exists | |
Friends | |
class | TYYYEventSource |
class | TYYYUnpackProc |
This event structure corresponds to the user event source.
Definition at line 31 of file TYYYRawEvent.h.
|
Definition at line 26 of file TYYYRawEvent.cxx. |
|
Definition at line 34 of file TYYYRawEvent.cxx. |
|
Definition at line 42 of file TYYYRawEvent.cxx. References fdData. |
|
Method called by the event owner (analysis step) to fill the event element from the set event source. Event source can be the source of the analysis step (if this is a raw event) or the event processor (if this is a reduced event). Fill method has to specify how the event source writes to the members of this event structure. Either by calling methods of the source (like myevent.a=GetEventSource()->GetA(); etc ), or by direct copy to the member (like GetEventSource()->FillMemoryAt(&myevent.a);) Reimplemented from TGo4EventElement. Definition at line 49 of file TYYYRawEvent.cxx. References TGo4FileSource::BuildEvent(), TGo4TreeSource::BuildEvent(), TYYYEventSource::BuildYYYEvent(), Clear(), TGo4Log::Debug(), fxFileSource, fxTreeSource, fxUserSource, TGo4EventSource::GetErrMess(), and TYYYEventSource::NextEvent(). |
|
Method called on initialization of event classes. User might check the correct type of the eventsource here and assign this to a subclass pointer. Reimplemented from TGo4EventElement. Definition at line 109 of file TYYYRawEvent.cxx. References TGo4EventElement::CheckEventSource(), fxFileSource, fxTreeSource, fxUserSource, and TGo4EventElement::GetEventSource(). |
|
Method called by the event owner (analysis step) to clear the event element.
Reimplemented from TGo4EventElement. Definition at line 141 of file TYYYRawEvent.cxx. References fdData, and fiColumns. Referenced by Fill(). |
|
Expand data field if necessary.
Definition at line 150 of file TYYYRawEvent.cxx. References fdData, and fiColumns. Referenced by TYYYEventSource::BuildYYYEvent(). |
|
Method called by the event owner (analysis step) to clear the event element.
Reimplemented from TGo4EventElement. Definition at line 171 of file TYYYRawEvent.cxx. References fdData, fiColumns, and TGo4EventElement::PrintEvent(). |
|
Definition at line 68 of file TYYYRawEvent.h. References fiColumns. Referenced by TYYYAnalysis::UserEventFunc(). |
|
Definition at line 33 of file TYYYRawEvent.h. |
|
Definition at line 34 of file TYYYRawEvent.h. |
|
Definition at line 73 of file TYYYRawEvent.h. Referenced by Clear(), GetColumns(), PrintEvent(), ReAllocate(), and TYYYRawEvent(). |
|
Definition at line 75 of file TYYYRawEvent.h. Referenced by TYYYEventSource::BuildYYYEvent(), Clear(), PrintEvent(), ReAllocate(), TYYYRawEvent(), TYYYUnpackProc::YYYUnpack(), and ~TYYYRawEvent(). |
|
points to mbssource if exists
Definition at line 78 of file TYYYRawEvent.h. |
|
points to treesource if exists
Definition at line 81 of file TYYYRawEvent.h. |
|
points to filesource if exists
Definition at line 84 of file TYYYRawEvent.h. |