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