00001 #ifndef TTRDDUBNAEVENT_H 00002 #define TTRDDUBNAEVENT_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 #include "TMbsCrateEvent.h" 00011 00012 00013 class TTRDDubnaEvent : public TGo4EventElement { 00014 public: 00015 00016 00017 TTRDDubnaEvent(); 00018 TTRDDubnaEvent(const char* name, Short_t id=0); 00019 virtual ~TTRDDubnaEvent(); 00020 00022 virtual void Clear(Option_t *t=""); 00023 00024 /* content of madc channels for different beams*/ 00025 UShort_t fMadc_Pion[MAX_MADC][N_MADC_CHA]; 00026 UShort_t fMadc_Electron[MAX_MADC][N_MADC_CHA]; 00027 00028 ClassDef(TTRDDubnaEvent,1) 00029 }; 00030 #endif //TEVENT_H 00031 00032 00033