• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cosy-jan12/go4/GEM/TGEMParam.h (r4864/r2555)

Go to the documentation of this file.
00001 #ifndef TGEMPARAM_H
00002 #define TGEMPARAM_H
00003 
00004 #include "TGo4Parameter.h"
00005 
00006 class TGEMParam : public TGo4Parameter {
00007    public:
00008       TGEMParam(const char* name = 0);
00009 
00010       Bool_t useOwnPedestal; // if true, use independant pedestal substraction
00011       Int_t pedestalGemid; // if of gem to be used for pedestal correction
00012 
00013 
00014    ClassDef(TGEMParam,1)
00015 };
00016 
00017 #endif

Generated on Tue Dec 10 2013 04:52:18 for ROCsoft by  doxygen 1.7.1