00001 #ifndef _M_COINCIDENCEVETO_HH_ 00002 #define _M_COINCIDENCEVETO_HH_ 00003 00038 #include "QFilter.hh" 00039 00040 class MCoincidenceVeto : public QFilter { 00041 00042 public: 00044 MCoincidenceVeto(QSequence* s); 00045 00047 ~MCoincidenceVeto(); 00048 00050 void GetCuts(); 00051 00053 bool Filter(const QEvent* ev); 00054 00055 private: 00057 double fTimeWindow; 00058 00060 bool fSameCrystal; 00061 00062 }; 00063 00064 #endif 00065