DABC (Data Acquisition Backbone Core)  2.9.9
TSaftParam.h
Go to the documentation of this file.
1 //-------------------------------------------------------------
2 // Go4 Release Package v3.03-05 (build 30305)
3 // 05-June-2008
4 //---------------------------------------------------------------
5 // The GSI Online Offline Object Oriented (Go4) Project
6 // Experiment Data Processing at EE department, GSI
7 //---------------------------------------------------------------
8 //
9 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
10 // Planckstr. 1, 64291 Darmstadt, Germany
11 //Contact: http://go4.gsi.de
12 //----------------------------------------------------------------
13 //This software can be used under the license agreements as stated
14 //in Go4License.txt file which is part of the distribution.
15 //----------------------------------------------------------------
16 #ifndef SAFTPAR_H
17 #define SAFTPAR_H
18 
19 #include "TGo4Parameter.h"
20 
21 
22 class TSaftParam : public TGo4Parameter {
23  public:
24 
25 
26  TSaftParam(const char* name=0);
27  virtual ~TSaftParam();
28 
29  Bool_t fVerbose; // print out received timing events
30 
31  Int_t fSubeventID; // saft mbs subevent id as defined in dabc set up
32 
33  Bool_t fHadaqMode; // switch to hadtu format inside mbs containers
34 
35  ClassDef(TSaftParam,2)
36 };
37 
38 #endif //SPAR_H
39 
40 //----------------------------END OF GO4 SOURCE FILE ---------------------
Int_t fSubeventID
Definition: TSaftParam.h:31
Bool_t fVerbose
Definition: TSaftParam.h:29
Bool_t fHadaqMode
Definition: TSaftParam.h:33
TSaftParam(const char *name=0)
Definition: TSaftParam.cxx:23
virtual ~TSaftParam()
Definition: TSaftParam.cxx:31