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