#include <TGo4StepFactory.h>
Inheritance diagram for TGo4StepFactory:

Public Member Functions | |
| 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 | |
| TString | fnewProcessor |
| TString | fProcessorName |
| TString | fnewOutputEvent |
| TString | fOutputEventName |
| TString | fnewInputEvent |
| TString | fInputEventName |
|
|
Definition at line 27 of file TGo4StepFactory.cxx. |
|
|
Definition at line 41 of file TGo4StepFactory.cxx. References fInputEventName, fnewInputEvent, fnewOutputEvent, fnewProcessor, fOutputEventName, and fProcessorName. |
|
|
Definition at line 60 of file TGo4StepFactory.cxx. |
|
|
Reimplemented from TGo4EventServerFactory. Definition at line 133 of file TGo4StepFactory.cxx. References TGo4EventServerFactory::CreateInputEvent(), fInputEventName, and fnewInputEvent. |
|
|
Implements TGo4EventServerFactory. Definition at line 106 of file TGo4StepFactory.cxx. References fnewOutputEvent, and fOutputEventName. |
|
|
Implements TGo4EventServerFactory. Definition at line 77 of file TGo4StepFactory.cxx. References fnewProcessor, and fProcessorName. |
|
||||||||||||
|
Definition at line 66 of file TGo4StepFactory.cxx. References fnewProcessor, and fProcessorName. Referenced by main(), TMeshAnalysis::TMeshAnalysis(), and TXXXAnalysis::TXXXAnalysis(). |
|
||||||||||||
|
Definition at line 122 of file TGo4StepFactory.cxx. References fInputEventName, and fnewInputEvent. Referenced by TMeshAnalysis::TMeshAnalysis(). |
|
||||||||||||
|
Definition at line 98 of file TGo4StepFactory.cxx. References fnewOutputEvent, and fOutputEventName. Referenced by main(), TMeshAnalysis::TMeshAnalysis(), and TXXXAnalysis::TXXXAnalysis(). |
|
|
Definition at line 33 of file TGo4StepFactory.h. Referenced by CreateEventProcessor(), DefEventProcessor(), and TGo4StepFactory(). |
|
|
Definition at line 34 of file TGo4StepFactory.h. Referenced by CreateEventProcessor(), DefEventProcessor(), and TGo4StepFactory(). |
|
|
Definition at line 36 of file TGo4StepFactory.h. Referenced by CreateOutputEvent(), DefOutputEvent(), and TGo4StepFactory(). |
|
|
Definition at line 37 of file TGo4StepFactory.h. Referenced by CreateOutputEvent(), DefOutputEvent(), and TGo4StepFactory(). |
|
|
Definition at line 39 of file TGo4StepFactory.h. Referenced by CreateInputEvent(), DefInputEvent(), and TGo4StepFactory(). |
|
|
Definition at line 40 of file TGo4StepFactory.h. Referenced by CreateInputEvent(), DefInputEvent(), and TGo4StepFactory(). |
1.4.2