MSetThreshold.hh

Go to the documentation of this file.
00001 #ifndef _M_SETTHRESHOLD_HH_
00002 #define _M_SETTHRESHOLD_HH_
00003 
00035 #include "QModule.hh"
00036 
00037 class MSetThreshold : public QModule {
00038 
00039     public:
00041         MSetThreshold(QSequence* s);
00042 
00044         ~MSetThreshold();
00045 
00047         void Init();
00048 
00050         QEvent* Do(QEvent* ev);
00051 
00053         void Done();
00054     private:
00056                  std::string fOutputFilename;
00057                  
00059                  std::vector<std::vector<double> > fAmplitudes;
00060 
00061 };
00062 
00063 #endif
00064 

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