00001 #ifndef TCERNOCT11UNPACKEVENT_H 00002 #define TCERNOCT11UNPACKEVENT_H 00003 00004 #include "TCBMBeamtimeEvent.h" 00005 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 00013 class TCosyJan12UnpackEvent : public TCBMBeamtimeEvent { 00014 public: 00015 TCosyJan12UnpackEvent(); 00016 TCosyJan12UnpackEvent(const char* name); 00017 virtual ~TCosyJan12UnpackEvent(); 00018 00020 virtual void Clear(Option_t *t=""); 00021 00022 00023 00024 ClassDef(TCosyJan12UnpackEvent,1) 00025 }; 00026 #endif //TEVENT_H 00027 00028 00029