00001 00002 #ifndef _Q_COINCIDENT_EVENT_D_HH_ 00003 #define _Q_COINCIDENT_EVENT_D_HH_ 00004 00005 #include "QCoincidentEvent.hh" 00006 00007 namespace Cuore{ class QEvent; } 00008 00014 class QCoincidentEventD: public QCoincidentEvent 00015 { 00016 public: 00018 QCoincidentEventD(); 00019 00021 QCoincidentEventD(const Cuore::QEvent& dianaEvent); 00022 00024 virtual ~ QCoincidentEventD(); 00025 00026 }; 00027 #endif