00001 #ifndef TCERNOCT11PARAM_H 00002 #define TCERNOCT11PARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TCernOct11Param : public TGo4Parameter { 00007 public: 00008 TCernOct11Param(const char* name = 0); 00009 00011 void EnableOnlyBeamMonitor(); 00012 00013 bool UseROCs; // flag indicates usage of ROCs 00014 bool UseSPADICs; // flag indicates usage of spadics 00015 bool UseEPICS; // flag indicates usage of EPICS 00016 bool UseMBS; // flag indicates usage of MBS 00017 00018 bool UseHodo; // flag indicates usage of hodoscope 00019 bool UseBeam; // flag indicates usage of beam monitor analysis 00020 bool UseRICH; // flag indicates usage of RICH 00021 bool UseBUCHAREST; // flag indicates usage of BUCHAREST 00022 bool UseMSFFM; // flag indicates usage of MSFFM 00023 bool UseDUBNA; // flag indicates usage of MSFFM 00024 00025 ClassDef(TCernOct11Param,1) 00026 }; 00027 00028 #endif