00001 #ifndef TBEAMMONITORPARAM_H 00002 #define TBEAMMONITORPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TBeamMonitorParam : public TGo4Parameter { 00007 public: 00008 TBeamMonitorParam(const char* name = 0); 00009 00010 Int_t Dummy; // dummy variable 00011 00012 ClassDef(TBeamMonitorParam,2) 00013 }; 00014 00015 #endif