00001 #ifndef TROOTCONVEVENT_H 00002 #define TROOTCONVEVENT_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 class TRootConverterEvent : public TGo4EventElement { 00013 public: 00014 TRootConverterEvent(); 00015 TRootConverterEvent(const char* name, Short_t id=0); 00016 virtual ~TRootConverterEvent(); 00017 00019 virtual void Clear(Option_t *t=""); 00020 00021 ClassDef(TRootConverterEvent,1) 00022 }; 00023 #endif //TROOTCONVEVENT_H 00024 00025 00026