MFilterTest.hh

00001 
00011 #ifndef _M_FILTERTEST_H_
00012 #define _M_FILTERTEST_H_
00013 
00014 #include <string>
00015 #include "QFilter.hh"
00016 #include "QCuore.hh"
00017 
00018 
00019 class MFilterTest : public QFilter {
00020 
00021         public:
00022                 MFilterTest(QSequence* s);
00023 
00024                 virtual ~MFilterTest();
00025 
00026         private:
00027         void GetCuts();
00028 
00029         bool Filter(const QEvent* ev);
00030 
00031         bool fHeaterAccept;
00032         double fPeakMax;
00033 };
00034 
00035 #endif

Generated on Tue Nov 16 10:49:58 2010 for CUORE Software by  doxygen 1.5.6