MBComputeWeightsFilter.hh

Go to the documentation of this file.
00001 #ifndef _MB_COMPUTE_WEIGHTS_FILTER_HH_
00002 #define _MB_COMPUTE_WEIGHTS_FILTER_HH_
00003 
00026 #include "QFilter.hh"
00027 
00028 class MBComputeWeightsFilter : public QFilter {
00029 
00030     public:
00032         MBComputeWeightsFilter(QSequence* s);
00033 
00035         ~MBComputeWeightsFilter();
00036 
00038         void GetCuts();
00039 
00041         bool Filter(const QEvent* ev);
00042 
00043     private:
00044         double fBaselineSlopeLimit;
00045 };
00046 
00047 #endif

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