GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXParameter.h
Go to the documentation of this file.
1 // $Id: TXXXParameter.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 TXXXParameter_H
15 #define TXXXParameter_H
16 
17 #include "TGo4Parameter.h"
18 
19 #define __ARRAYSIZE__ 100
20 #define __MEVX__ 5
21 #define __MEVY__ 10
22 
23 
24 class TXXXParameter : public TGo4Parameter {
25  public:
26  TXXXParameter(const char* name = 0);
27 
28  Float_t frP1;
29  Float_t frP2;
30  Int_t fiNum;
31  Bool_t fbEnab;
32  Double_t fdTest;
33  Short_t fsTest;
34  Char_t fcTest;
35  Long_t flTest;
36  TString fxInputfile;
38  Double_t fdMeV[__MEVX__][__MEVY__];
39  UInt_t fuNum;
40  Double_t fdTestarr[__MEVX__];
41  UShort_t fuShort;
42  UChar_t fuChar;
43  ULong_t fuLong;
44 
45  ClassDef(TXXXParameter,1)
46 };
47 
48 #endif
Double_t fdTestarr[__MEVX__]
Definition: TXXXParameter.h:40
Double_t fdTest
Definition: TXXXParameter.h:32
ULong_t fuLong
Definition: TXXXParameter.h:43
#define __MEVX__
Definition: TXXXParameter.h:20
Int_t fiDataArray[__ARRAYSIZE__]
Definition: TXXXParameter.h:37
#define __MEVY__
Definition: TXXXParameter.h:21
Short_t fsTest
Definition: TXXXParameter.h:33
UShort_t fuShort
Definition: TXXXParameter.h:41
UChar_t fuChar
Definition: TXXXParameter.h:42
TXXXParameter(const char *name=0)
TString fxInputfile
Definition: TXXXParameter.h:36
Double_t fdMeV[__MEVX__][__MEVY__]
Definition: TXXXParameter.h:38
#define __ARRAYSIZE__
Definition: TXXXParameter.h:19