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