MMuonFilter.hh

Go to the documentation of this file.
00001 #ifndef _M_MUONFILTER_HH_
00002 #define _M_MUONFILTER_HH_
00003 
00068 #include "QFilter.hh"
00069 
00070 class MMuonFilter : public QFilter {
00071 
00072     public:
00074         MMuonFilter(QSequence* s);
00075 
00077         ~MMuonFilter();
00078 
00080         void GetCuts();
00081 
00083         bool Filter(const QEvent* ev);
00084 
00085     private:
00087                  std::vector<int> fMinQDC;
00089                  double fNSigmaTimeDiff; 
00091                  bool fUseGozaCorrections; 
00092                  bool fExcludeBadGozaRuns;
00094                  int fRun;
00095 };
00096 
00097 #endif
00098 

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