GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Public Member Functions | |
TGo4PrintFactory (const char *name) | |
TGo4EventProcessor * | CreateEventProcessor (TGo4EventProcessorParameter *par) |
![]() | |
TGo4StepFactory () | |
Default constructor. | |
TGo4StepFactory (const char *name) | |
Normal constructor. | |
virtual | ~TGo4StepFactory () |
destructor | |
TGo4EventProcessor * | CreateEventProcessor (TGo4EventProcessorParameter *par) override |
Create event processor event. | |
TGo4EventSource * | CreateEventSource (TGo4EventSourceParameter *par) override |
Create event source. | |
TGo4EventStore * | CreateEventStore (TGo4EventStoreParameter *par) override |
Create event store. | |
TGo4EventElement * | CreateInputEvent () override |
Create input event. | |
TGo4EventElement * | CreateOutputEvent () override |
Create output event. | |
void | DefEventProcessor (const char *Pname, const char *Pclass) |
Configure name and class name for event processor. | |
void | DefInputEvent (const char *Iname, const char *Iclass) |
Configure name and class name for input event. | |
void | DefOutputEvent (const char *Oname, const char *Oclass) |
Configure name and class name for output event. | |
void | DefUserEventSource (const char *Sclass) |
Configure class name for event source. | |
void | DefUserEventStore (const char *Sclass) |
Configure class name for event store. | |
![]() | |
TGo4EventServerFactory () | |
TGo4EventServerFactory (const char *name) | |
virtual | ~TGo4EventServerFactory () |
void | SetOutputEvent (TGo4EventElement *eve) |
For usersubclass: set pointer to user output event. | |
![]() | |
TGo4EventFactory () | |
TGo4EventFactory (const char *name) | |
virtual | ~TGo4EventFactory () |
Definition at line 251 of file MainUserAnalysis.cxx.
|
inline |
Definition at line 253 of file MainUserAnalysis.cxx.
References TGo4StepFactory::TGo4StepFactory().
|
inlinevirtual |
Implements TGo4EventServerFactory.
Definition at line 254 of file MainUserAnalysis.cxx.