MOBComputeWeightsFilter.hh

Go to the documentation of this file.
00001 #ifndef _M_OB_COMPUTE_WEIGHTS_FILTER_HH_
00002 #define _M_OB_COMPUTE_WEIGHTS_FILTER_HH_
00003 
00027 #include "QFilter.hh"
00028 
00029 class MOBComputeWeightsFilter : public QFilter {
00030 
00031     public:
00033         MOBComputeWeightsFilter(QSequence* s);
00034 
00036         ~MOBComputeWeightsFilter();
00037 
00039         void GetCuts();
00040 
00042         bool Filter(const QEvent* ev);
00043 
00044     private:
00045         double fBaselineSlopeLimit;
00046 };
00047 
00048 #endif

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