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

beamtime/tof-tdctest/go4/SCALERS/TScalersEvent.h (r4864/r4267)

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

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