GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4StepFactory.h
Go to the documentation of this file.
1 // $Id: TGo4StepFactory.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TUNPACKFACTORY_H
15 #define TUNPACKFACTORY_H
16 
17 #include "TGo4EventServerFactory.h"
18 
20  public:
22  TGo4StepFactory(const char* name);
23  virtual ~TGo4StepFactory();
28  void DefEventProcessor(const char* Pname, const char* Pclass);
29  void DefInputEvent(const char* Iname, const char* Iclass);
30  void DefOutputEvent(const char* Oname, const char* Oclass);
31  void DefUserEventSource(const char* Sclass);
32  private:
33  TString fnewProcessor;
34  TString fProcessorName;
35  TString fnewOutputEvent;
37  TString fnewInputEvent;
38  TString fInputEventName;
39  TString fnewEventSource;
40 
41  ClassDef(TGo4StepFactory,2)
42 };
43 
44 #endif //TUNPACKFACTORY_H
virtual TGo4EventSource * CreateEventSource(TGo4EventSourceParameter *par)
void DefUserEventSource(const char *Sclass)
TString fOutputEventName
void DefEventProcessor(const char *Pname, const char *Pclass)
virtual TGo4EventElement * CreateOutputEvent()
void DefOutputEvent(const char *Oname, const char *Oclass)
TString fProcessorName
TString fnewEventSource
TString fnewOutputEvent
virtual TGo4EventProcessor * CreateEventProcessor(TGo4EventProcessorParameter *par)
TString fInputEventName
virtual ~TGo4StepFactory()
void DefInputEvent(const char *Iname, const char *Iclass)
TString fnewInputEvent
virtual TGo4EventElement * CreateInputEvent()