#include <TGo4StepFactory.h>
Inheritance diagram for TGo4StepFactory:
Public Methods | |
TGo4StepFactory () | |
TGo4StepFactory (const char *name) | |
virtual | ~TGo4StepFactory () |
virtual TGo4EventElement * | CreateInputEvent () |
virtual TGo4EventElement * | CreateOutputEvent () |
virtual TGo4EventProcessor * | CreateEventProcessor (TGo4EventProcessorParameter *par) |
void | DefEventProcessor (const char *Pname, const char *Pclass) |
void | DefInputEvent (const char *Iname, const char *Iclass) |
void | DefOutputEvent (const char *Oname, const char *Oclass) |
Private Attributes | |
Text_t | fnewProcessor [_STEPFACTLEN_] |
Text_t | fProcessorName [_STEPFACTLEN_] |
Text_t | fProcessorClass [_STEPFACTLEN_] |
Text_t | fnewOutputEvent [_STEPFACTLEN_] |
Text_t | fOutputEventName [_STEPFACTLEN_] |
Text_t | fOutputEventClass [_STEPFACTLEN_] |
Text_t | fnewInputEvent [_STEPFACTLEN_] |
Text_t | fInputEventName [_STEPFACTLEN_] |
Text_t | fInputEventClass [_STEPFACTLEN_] |
|
Definition at line 36 of file TGo4StepFactory.cxx. |
|
Definition at line 24 of file TGo4StepFactory.cxx. References fInputEventName, fnewInputEvent, fnewOutputEvent, fnewProcessor, fOutputEventName, and fProcessorName. |
|
Definition at line 42 of file TGo4StepFactory.cxx. |
|
Reimplemented from TGo4EventServerFactory. Definition at line 127 of file TGo4StepFactory.cxx. References TGo4EventServerFactory::CreateInputEvent(), fInputEventName, and fnewInputEvent. |
|
Implements TGo4EventServerFactory. Definition at line 96 of file TGo4StepFactory.cxx. References fnewOutputEvent, and fOutputEventName. |
|
Implements TGo4EventServerFactory. Definition at line 63 of file TGo4StepFactory.cxx. References fnewProcessor, and fProcessorName. |
|
Definition at line 48 of file TGo4StepFactory.cxx. References _STEPFACTLEN_, fnewProcessor, fProcessorClass, and fProcessorName. Referenced by main(), TMeshAnalysis::TMeshAnalysis(), and TXXXAnalysis::TXXXAnalysis(). |
|
Definition at line 112 of file TGo4StepFactory.cxx. References _STEPFACTLEN_, fInputEventClass, fInputEventName, and fnewInputEvent. Referenced by TMeshAnalysis::TMeshAnalysis(). |
|
Definition at line 84 of file TGo4StepFactory.cxx. References _STEPFACTLEN_, fnewOutputEvent, fOutputEventClass, and fOutputEventName. Referenced by main(), TMeshAnalysis::TMeshAnalysis(), and TXXXAnalysis::TXXXAnalysis(). |
|
Definition at line 36 of file TGo4StepFactory.h. Referenced by CreateEventProcessor(), DefEventProcessor(), and TGo4StepFactory(). |
|
Definition at line 37 of file TGo4StepFactory.h. Referenced by CreateEventProcessor(), DefEventProcessor(), and TGo4StepFactory(). |
|
Definition at line 38 of file TGo4StepFactory.h. Referenced by DefEventProcessor(). |
|
Definition at line 39 of file TGo4StepFactory.h. Referenced by CreateOutputEvent(), DefOutputEvent(), and TGo4StepFactory(). |
|
Definition at line 40 of file TGo4StepFactory.h. Referenced by CreateOutputEvent(), DefOutputEvent(), and TGo4StepFactory(). |
|
Definition at line 41 of file TGo4StepFactory.h. Referenced by DefOutputEvent(). |
|
Definition at line 42 of file TGo4StepFactory.h. Referenced by CreateInputEvent(), DefInputEvent(), and TGo4StepFactory(). |
|
Definition at line 43 of file TGo4StepFactory.h. Referenced by CreateInputEvent(), DefInputEvent(), and TGo4StepFactory(). |
|
Definition at line 44 of file TGo4StepFactory.h. Referenced by DefInputEvent(). |