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