Go to the documentation of this file.00001 #ifndef TCBMBEAMTIMEEVENT_H
00002 #define TCBMBEAMTIMEEVENT_H
00003
00004 #include "TGo4Parameter.h"
00005 #include <TGo4CompositeEvent.h>
00006 class TGo4EventElement;
00007
00008 class TCBMBeamtimeEvent : public TGo4CompositeEvent {
00009 public:
00010
00011 TCBMBeamtimeEvent();
00012 TCBMBeamtimeEvent(const char* name);
00013 virtual ~TCBMBeamtimeEvent();
00014
00015 TGo4EventElement* GetSubEvent(const char * );
00016
00017 protected:
00018 void AddSubEvent(TGo4EventElement*);
00019
00020 ClassDef(TCBMBeamtimeEvent,1)
00021 };
00022
00023 #endif //TCBMBEAMTIMEEVENT_H