MGGFilter.hh

Go to the documentation of this file.
00001 #ifndef _M_GGFILTER_HH_
00002 #define _M_GGFILTER_HH_
00003 
00040 #include "QFilter.hh"
00041 
00042 class MGGFilter : public QFilter {
00043 
00044     public:
00046         MGGFilter(QSequence* s);
00047 
00049         ~MGGFilter();
00050 
00052         void GetCuts();
00053 
00055         bool Filter(const QEvent* ev);
00056 
00057     private:
00058                  int fMinPeaks;
00059                  int fMaxPeaks;
00060                  double fBaselineSlope;
00061 
00062 };
00063 
00064 #endif
00065 

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