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

beamtime/tof-tdctest/go4/PLASTICS/TPlasticsEvent.h (r4864/r4267)

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

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