00001 #ifndef TTRDBUCHARESTPARAM_H 00002 #define TTRDBUCHARESTPARAM_H 00003 00004 #include "TGo4Parameter.h" 00005 00006 class TBucharestParam : public TGo4Parameter { 00007 public: 00008 TBucharestParam(const char* name = 0); 00009 00010 ClassDef(TBucharestParam,1) 00011 }; 00012 00013 #endif