00001 #ifndef TCERNOCT12PARAM_H 00002 #define TCERNOCT12PARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TCernOct12Param : public TGo4Parameter { 00007 public: 00008 TCernOct12Param(const char* name = 0); 00009 00011 void EnableOnlyBeamMonitor(); 00012 00013 bool UseROCs; // flag indicates usage of ROCs 00014 bool UseTRBs; // flag indicates usage of TRBv3 boards 00015 bool UseSPADICV03s; // flag indicates usage of spadics v0.3 00016 bool UseSPADICV10s; // flag indicates usage of spadics v1.0 00017 bool UseEPICS; // flag indicates usage of EPICS 00018 bool UseMBS; // flag indicates usage of MBS 00019 bool UseFASP; // flag indicates usage of FASP 00020 00021 bool UseHodo1; // flag indicates usage of hodoscope 00022 bool UseHodo2; // flag indicates usage of hodoscope 00023 bool UseBeam; // flag indicates usage of beam monitor analysis 00024 bool UseRICH; // flag indicates usage of RICH 00025 bool UseBUCHAREST; // flag indicates usage of BUCHAREST 00026 bool UseMSFFM; // flag indicates usage of MSFFM 00027 00028 ClassDef(TCernOct12Param,2) 00029 }; 00030 00031 #endif