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