Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/Go4Example1Step/TXXXParam.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------
00002 //        Go4 Release Package v2.10-5 (build 21005) 
00003 //                      03-Nov-2005
00004 //---------------------------------------------------------------
00005 //       The GSI Online Offline Object Oriented (Go4) Project
00006 //       Experiment Data Processing at DVEE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 #ifndef SPAR_H
00017 #define SPAR_H
00018 
00019 #define __ARRAYSIZE__ 100
00020 #define __MEVX__ 5
00021 #define __MEVY__ 10
00022 
00023 
00024 #include "Go4StatusBase/TGo4Parameter.h"
00025 class TXXXParam : public TGo4Parameter {
00026 
00027 public:
00028            TXXXParam();
00029            TXXXParam(Text_t * name);
00030   virtual ~TXXXParam();
00031   Int_t    PrintParameter(Text_t * n, Int_t);
00032   Bool_t   UpdateFrom(TGo4Parameter *);
00033 
00034   // samples for all supported data types:
00035   Bool_t   fill;
00036   Float_t  frP1;
00037   Float_t  frP2;
00038   Int_t    fiNum;
00039   Bool_t   fbEnab;
00040   Double_t fdTest;
00041   Short_t  fsTest;
00042   Char_t   fcTest;
00043   Long_t   flTest;
00044   TString  fxInputfile;
00045   Int_t    fiDataArray[__ARRAYSIZE__];
00046   Double_t fdMeV[__MEVX__][__MEVY__];
00047   UInt_t   fuNum;
00048   Double_t fdTestarr[__MEVX__];
00049   UShort_t fuShort;
00050   UChar_t  fuChar;
00051   ULong_t  fuLong;
00052 
00053 
00054 ClassDef(TXXXParam,1)
00055 };
00056 
00057 #endif //SPAR_H
00058 
00059 
00060 
00061 
00062 
00063 
00064 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Tue Nov 8 10:55:54 2005 for Go4-v2.10-5 by doxygen1.2.15