00001 #ifndef GO4_TCBMBEVENT_H 00002 #define GO4_TCBMBEVENT_H 00003 00004 #include <TGo4EventElement.h> 00005 00006 #include "base/Event.h" 00007 00008 class TCBMEvent : public TGo4EventElement, 00009 public base::Event 00010 { 00011 public: 00012 00013 TCBMEvent(); 00014 TCBMEvent(const char* name); 00015 virtual ~TCBMEvent(); 00016 00017 ClassDef(TCBMEvent,1) 00018 }; 00019 00020 #endif