GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Abstract event factory providing all go4 event service classes. More...
#include <TGo4EventServerFactory.h>
Public Member Functions | |
TGo4EventServerFactory () | |
TGo4EventServerFactory (const char *name) | |
virtual | ~TGo4EventServerFactory () |
TGo4EventProcessor * | CreateEventProcessor (TGo4EventProcessorParameter *par) override=0 |
TGo4EventSource * | CreateEventSource (TGo4EventSourceParameter *par) override |
TGo4EventStore * | CreateEventStore (TGo4EventStoreParameter *par) override |
TGo4EventElement * | CreateInputEvent () override |
TGo4EventElement * | CreateOutputEvent () override=0 |
void | SetOutputEvent (TGo4EventElement *eve) |
For usersubclass: set pointer to user output event. | |
![]() | |
TGo4EventFactory () | |
TGo4EventFactory (const char *name) | |
virtual | ~TGo4EventFactory () |
Private Attributes | |
TGo4EventElement * | fxEvent {nullptr} |
remember pointer to output event for tree store ctor | |
Abstract event factory providing all go4 event service classes.
User factory should be a subclass of this class. Parameter objects of factory methods are checked by class name; the known event sources /event stores are created, unknown parameter objects let return 0 and can be handled by the user factory. See TGo4StepFactory for ready-to-use implementation of such factory class
Definition at line 27 of file TGo4EventServerFactory.h.
TGo4EventServerFactory::TGo4EventServerFactory | ( | ) |
Definition at line 54 of file TGo4EventServerFactory.cxx.
References TGo4EventFactory::TGo4EventFactory(), fxEvent, and GO4TRACE.
Referenced by TGo4StepFactory::TGo4StepFactory(), and TGo4StepFactory::TGo4StepFactory().
TGo4EventServerFactory::TGo4EventServerFactory | ( | const char * | name | ) |
Definition at line 48 of file TGo4EventServerFactory.cxx.
References TGo4EventFactory::TGo4EventFactory(), fxEvent, and GO4TRACE.
|
virtual |
Definition at line 60 of file TGo4EventServerFactory.cxx.
References GO4TRACE.
|
overridepure virtual |
Implements TGo4EventFactory.
Implemented in TGo4PrintFactory, and TGo4StepFactory.
|
overridevirtual |
Implements TGo4EventFactory.
Reimplemented in TGo4StepFactory.
Definition at line 118 of file TGo4EventServerFactory.cxx.
References TGo4Log::Debug(), and GO4TRACE.
Referenced by TGo4StepFactory::CreateEventSource().
|
overridevirtual |
Implements TGo4EventFactory.
Reimplemented in TGo4StepFactory.
Definition at line 81 of file TGo4EventServerFactory.cxx.
References TGo4Log::Debug(), and GO4TRACE.
Referenced by TGo4StepFactory::CreateEventStore().
|
overridevirtual |
Implements TGo4EventFactory.
Reimplemented in TGo4StepFactory.
Definition at line 65 of file TGo4EventServerFactory.cxx.
References TGo4Log::Debug(), and GO4TRACE.
Referenced by TGo4StepFactory::CreateInputEvent().
|
overridepure virtual |
Implements TGo4EventFactory.
Implemented in TGo4StepFactory.
|
inline |
For usersubclass: set pointer to user output event.
Required by create event store for the TreeStore TTree.
Definition at line 48 of file TGo4EventServerFactory.h.
References fxEvent.
|
private |
remember pointer to output event for tree store ctor
Definition at line 52 of file TGo4EventServerFactory.h.
Referenced by TGo4EventServerFactory(), TGo4EventServerFactory(), and SetOutputEvent().