GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
The only purpose for this class is to trigger the method of the corresponding provider processor to get the correct event pointer from framework. More...
#include <TMeshDummyEvent.h>
Public Member Functions | |
TMeshDummyEvent () | |
TMeshDummyEvent (const char *name) | |
virtual | ~TMeshDummyEvent () |
void | Clear (Option_t *opt="") override |
Int_t | Fill () override |
Method called by the event owner (analysis step) to fill the event element from the set event source. | |
Int_t | Init () override |
Method called on initialization of event classes. | |
![]() | |
TGo4EventElement () | |
TGo4EventElement (const char *aName, const char *aTitle, Short_t aBaseCat=0) | |
TGo4EventElement (const char *name) | |
virtual | ~TGo4EventElement () |
virtual void | activate () |
virtual Int_t | activateBranch (TBranch *branch, Int_t index=0, TGo4EventElement **var_ptr=nullptr) |
Bool_t | CheckEventSource (const char *classname) |
Check if event source is valid. | |
void | Clear (Option_t *opt="") override |
virtual void | clearAll (Int_t) |
virtual TTree * | CreateSampleTree (TGo4EventElement **sample=nullptr) |
virtual void | deactivate () |
virtual TGo4EventElement * | GetChild (const char *name) |
TGo4EventSource * | GetEventSource () const |
virtual Short_t | getId () |
TGo4EventElement * | GetParent () const |
virtual Bool_t | isComposed () |
Bool_t | IsValid () const |
Returns the valid state of this event. | |
virtual void | makeBranch (TBranch *parent) |
virtual TGo4EventElement & | operator[] (Int_t) |
void | Print (Option_t *option="") const override |
virtual void | PrintEvent () |
Method prints content of the event. | |
virtual void | setDebug (Bool_t debug) |
void | SetEventSource (TGo4EventSource *src) |
Setter for the event source that is currently used by the Fill method. | |
void | SetKeepContents (Bool_t on=kTRUE) |
void | SetParent (TGo4EventElement *par) |
Setter for the parent event structure reference. | |
void | SetValid (Bool_t on) |
Switches the valid state of this event. | |
void | ShowSampleTree () |
virtual void | synchronizeWithTree (TTree *tree, TGo4EventElement **var_ptr=nullptr) |
Use this method to map event structure with the Tree branch(es) | |
Private Attributes | |
TMeshProviderProc * | fxProviderProc {nullptr} |
Additional Inherited Members | |
![]() | |
Bool_t | fbKeepContents {kFALSE} |
Debug level. | |
Bool_t | fDebug {kFALSE} |
Short_t | fIdentifier {-1} |
The only purpose for this class is to trigger the method of the corresponding provider processor to get the correct event pointer from framework.
Definition at line 25 of file TMeshDummyEvent.h.
TMeshDummyEvent::TMeshDummyEvent | ( | ) |
Definition at line 19 of file TMeshDummyEvent.cxx.
References TGo4EventElement::TGo4EventElement().
TMeshDummyEvent::TMeshDummyEvent | ( | const char * | name | ) |
Definition at line 25 of file TMeshDummyEvent.cxx.
References TGo4EventElement::TGo4EventElement().
|
virtual |
Definition at line 31 of file TMeshDummyEvent.cxx.
|
override |
Definition at line 61 of file TMeshDummyEvent.cxx.
Referenced by Init().
|
overridevirtual |
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=fxEventSource->GetA(); etc ), or by direct copy to the member (like fxEventSource->FillMemoryAt(&myevent.a);)
Reimplemented from TGo4EventElement.
Definition at line 49 of file TMeshDummyEvent.cxx.
References fxProviderProc.
|
overridevirtual |
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 36 of file TMeshDummyEvent.cxx.
References TGo4EventElement::CheckEventSource(), Clear(), fxProviderProc, and TGo4EventElement::GetEventSource().
|
private |
Definition at line 36 of file TMeshDummyEvent.h.