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

beamtime/gsi-aug12/prod/go4/MATCHING/TMatchingEvent.h (r4864/r3385)

Go to the documentation of this file.
00001 #ifndef TMATCHINGEVENT_H
00002 #define TMATCHINGEVENT_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 class TMatchingEvent : public TGo4EventElement {
00012    public:      
00013    
00014 
00015       TMatchingEvent();
00016       TMatchingEvent(const char* name, Short_t id=0);
00017       virtual ~TMatchingEvent();
00018 
00020       virtual void Clear(Option_t *t="");
00021 
00022    ClassDef(TMatchingEvent,1)
00023 };
00024 #endif //TMATCHINGEVENT_H
00025 
00026 
00027 

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