00001 #ifndef TRICHPARAM_H 00002 #define TRICHPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TRICHParam : public TGo4Parameter { 00007 public: 00008 TRICHParam(const char* name = 0); 00009 00010 UInt_t mapmtRoc; // roc id with MAPMT 00011 Int_t mapmtPedestal; // pedestal value for MAPMT 00012 00013 UInt_t RICHFirstROC; 00014 UInt_t RICHLastROC; 00015 Bool_t RICHUsePedestal; 00016 00017 00018 ClassDef(TRICHParam,1) 00019 }; 00020 00021 #endif