• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/gsi-aug12/hd/go4/RPC/TRPCEvent.h (r4864/r3172)

Go to the documentation of this file.
00001 #ifndef TRPCEVENT_H
00002 #define TRPCEVENT_H
00003 
00004 #include "TGo4EventElement.h"
00005 
00006 /*
00007  * Put all definitions here and use them in processor,
00008  * since they are necessary for data structure of event
00009  */
00010 
00011 
00012 #include "TGet4HitUnpacked.h"
00013 
00014 
00015 class TRPCEvent : public TGo4EventElement {
00016    public:
00017       TRPCEvent();
00018       TRPCEvent(const char* name, Short_t id=0);
00019       virtual ~TRPCEvent();
00020 
00022       virtual void Clear(Option_t *t="");
00023       
00024       /* Unpacked Hits */
00025       std::vector< TGet4HitUnpacked >  fUnpackedHits;
00026       
00027    ClassDef(TRPCEvent,1)
00028 };
00029 #endif //TEVENT_H
00030 
00031 
00032 

Generated on Tue Dec 10 2013 04:52:19 for ROCsoft by  doxygen 1.7.1