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

beamtime/cern-oct11/go4/RICH/TRICHParam.h (r4864/r1885)

Go to the documentation of this file.
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

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