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