MRejectBadIntervals.hh

Go to the documentation of this file.
00001 #ifndef _M_REJECTBADINTERVALS_HH_
00002 #define _M_REJECTBADINTERVALS_HH_
00003 
00030 #include "QFilter.hh"
00031 
00032 class MRejectBadIntervals : public QFilter {
00033 
00034     public:
00036         MRejectBadIntervals(QSequence* s);
00037 
00039         ~MRejectBadIntervals();
00040 
00042         void GetCuts();
00043 
00045         bool Filter(const QEvent* ev);
00046 
00047     private:
00048 
00049 };
00050 
00051 #endif

Generated on Fri Mar 6 13:40:39 2009 for CUORE Software by  doxygen 1.5.1