00001 #ifndef TGEM2PARAM_H 00002 #define TGEM2PARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TGem2Param : public TGo4Parameter { 00007 public: 00008 TGem2Param(const char* name = 0); 00009 00010 Int_t fRoc1; 00011 Int_t fRoc2; 00012 00013 ClassDef(TGem2Param,1) 00014 }; 00015 00016 #endif