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 char mapFileName[256]; 00014 00015 UInt_t RICHFirstROC; 00016 UInt_t RICHLastROC; 00017 UInt_t RICHFirstTRB; 00018 UInt_t RICHLastTRB; 00019 00020 Bool_t RICHUsePedestal; 00021 00022 Bool_t ExtendedAnalysis; 00023 Bool_t AnalyseCrosstalk; 00024 Bool_t SimulateCrosstalk; 00025 00026 00027 ClassDef(TRICHParam,1) 00028 }; 00029 00030 #endif