DABC (Data Acquisition Backbone Core)  2.9.9
TSaftParam.cxx
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 #include "TSaftParam.h"
17 
18 #include "Riostream.h"
19 
20 
21 
22 //***********************************************************
23 TSaftParam::TSaftParam(const char* name) : TGo4Parameter(name),
24  fVerbose(kFALSE)
25 {
26  fSubeventID=0x000000A;
27  fHadaqMode=false;
28 
29 }
30 //***********************************************************
32 {
33 }
34 //***********************************************************
35 
36 
37 
38 
39 
40 //----------------------------END OF GO4 SOURCE FILE ---------------------
Int_t fSubeventID
Definition: TSaftParam.h:31
Bool_t fHadaqMode
Definition: TSaftParam.h:33
TSaftParam(const char *name=0)
Definition: TSaftParam.cxx:23
virtual ~TSaftParam()
Definition: TSaftParam.cxx:31