00001 #ifndef TCERNOCT12PARAM_H 00002 #define TCERNOCT12PARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TCernGem12Param : public TGo4Parameter { 00007 public: 00008 TCernGem12Param(const char* name = 0); 00009 00010 bool UseROCs; // flag indicates usage of ROCs 00011 00012 bool UseGem1; // flag indicates usage of hodoscope 00013 bool UseGem2; // flag indicates usage of hodoscope 00014 00015 ClassDef(TCernGem12Param,1) 00016 }; 00017 00018 #endif