GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXParameter.cxx
Go to the documentation of this file.
1 // $Id: TXXXParameter.cxx 487 2009-11-03 17:06:10Z goofy $
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 #include "TXXXParameter.h"
15 
16 
17 TXXXParameter::TXXXParameter(const char* name) :
18  TGo4Parameter(name)
19 {
20  frP1=10;
21  frP2=20;
22  fiNum=-3;
23  fbEnab=kFALSE;
24  fdTest=3.141592665;
25  fsTest=6;
26  fcTest=47;
27  flTest=20;
28  fuNum=42;
29  fuShort=8;
30  fuChar=9;
31  fuLong=10;
32  fxInputfile="testdata.lmd";
33  for(Int_t ix=0;ix<__ARRAYSIZE__;++ix)
34  fiDataArray[ix]=ix+30;
35  for(Int_t u=0;u<__MEVX__;++u)
36  for(Int_t v=0;v<__MEVY__;++v)
37  fdMeV[u][v]=(u+v)*1.537;
38  for(Int_t x=0;x<__MEVX__;++x)
39  fdTestarr[x]=x*3.1415;
40 }
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