00001 #ifndef TTRACKINGEVENT_H 00002 #define TTRACKINGEVENT_H 00003 00004 #include "TGo4EventElement.h" 00005 00006 00007 00008 /* 00009 * Put all definitions here and use them in processor, 00010 * since they are necessary for data structure of event 00011 */ 00012 00013 00014 class TTrackingEvent : public TGo4EventElement { 00015 public: 00016 TTrackingEvent(); 00017 TTrackingEvent(const char* name, Short_t id=0); 00018 virtual ~TTrackingEvent(); 00019 00021 virtual void Clear(Option_t *t=""); 00022 00023 ClassDef(TTrackingEvent,1) 00024 }; 00025 00026 #endif //TEVENT_H