00001 // $Id: TXXXParameter.cxx 487 2009-11-03 17:06:10Z goofy $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #include "TXXXParameter.h" 00015 00016 00017 TXXXParameter::TXXXParameter(const char* name) : 00018 TGo4Parameter(name) 00019 { 00020 frP1=10; 00021 frP2=20; 00022 fiNum=-3; 00023 fbEnab=kFALSE; 00024 fdTest=3.141592665; 00025 fsTest=6; 00026 fcTest=47; 00027 flTest=20; 00028 fuNum=42; 00029 fuShort=8; 00030 fuChar=9; 00031 fuLong=10; 00032 fxInputfile="testdata.lmd"; 00033 for(Int_t ix=0;ix<__ARRAYSIZE__;++ix) 00034 fiDataArray[ix]=ix+30; 00035 for(Int_t u=0;u<__MEVX__;++u) 00036 for(Int_t v=0;v<__MEVY__;++v) 00037 fdMeV[u][v]=(u+v)*1.537; 00038 for(Int_t x=0;x<__MEVX__;++x) 00039 fdTestarr[x]=x*3.1415; 00040 }