Go to the documentation of this file.00001 #ifndef TTRDBUCHARESTEVENT_H
00002 #define TTRDBUCHARESTEVENT_H
00003
00004 #include "TGo4EventElement.h"
00005
00006
00007
00008
00009
00010 #include "TMbsCrateEvent.h"
00011
00012
00013 class TBucharestEvent : public TGo4EventElement {
00014 public:
00015
00016
00017 TBucharestEvent();
00018 TBucharestEvent(const char* name, Short_t id=0);
00019 virtual ~TBucharestEvent();
00020
00022 virtual void Clear(Option_t *t="");
00023
00024 ClassDef(TBucharestEvent,1)
00025 };
00026 #endif //TEVENT_H
00027
00028
00029