MEnergyFilter.hh

Go to the documentation of this file.
00001 #ifndef _M_ENERGYFILTER_HH_
00002 #define _M_ENERGYFILTER_HH_
00003 
00038 #include "QFilter.hh"
00039 
00040 class MEnergyFilter : public QFilter {
00041 
00042         public:
00044                 MEnergyFilter(QSequence* s);
00045                 
00047                 ~MEnergyFilter();
00048 
00050                 void GetCuts();
00051 
00053                 bool Filter(const QEvent* ev);
00054 
00055         private:
00056                  
00058                  double fEnergyMax;
00059                  
00061                  double fEnergyMin;
00062 
00063 };
00064 
00065 #endif
00066 

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