GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4StepFactory.h
Go to the documentation of this file.
1 // $Id$
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 fuer 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 TGO4STEPFACTORY_H
15 #define TGO4STEPFACTORY_H
16 
17 #include "TGo4EventServerFactory.h"
18 
20  public:
22  TGo4StepFactory(const char *name);
23  virtual ~TGo4StepFactory();
29  void DefEventProcessor(const char *Pname, const char *Pclass);
30  void DefInputEvent(const char *Iname, const char *Iclass);
31  void DefOutputEvent(const char *Oname, const char *Oclass);
32  void DefUserEventSource(const char *Sclass);
33  void DefUserEventStore(const char *Sclass);
34  private:
35  TString fnewProcessor;
36  TString fProcessorName;
37  TString fnewOutputEvent;
39  TString fnewInputEvent;
40  TString fInputEventName;
41  TString fnewEventSource;
42  TString fnewEventStore;
43 
44  ClassDefOverride(TGo4StepFactory,3)
45 };
46 
47 #endif // TGO4STEPFACTORY_H
TGo4EventSource * CreateEventSource(TGo4EventSourceParameter *par) override
void DefUserEventSource(const char *Sclass)
TString fOutputEventName
void DefEventProcessor(const char *Pname, const char *Pclass)
void DefOutputEvent(const char *Oname, const char *Oclass)
TGo4EventStore * CreateEventStore(TGo4EventStoreParameter *par) override
TString fnewEventStore
TString fProcessorName
TGo4EventProcessor * CreateEventProcessor(TGo4EventProcessorParameter *par) override
TString fnewEventSource
TString fnewOutputEvent
void DefUserEventStore(const char *Sclass)
TGo4EventElement * CreateOutputEvent() override
TString fInputEventName
virtual ~TGo4StepFactory()
void DefInputEvent(const char *Iname, const char *Iclass)
TString fnewInputEvent
TGo4EventElement * CreateInputEvent() override