Diana Software
MGoodWaveform.hh
Go to the documentation of this file.
1 #ifndef _M_GOODWAVERFORM_HH_
2 #define _M_GOODWAVERFORM_HH_
3 
43 #include "QFilter.hh"
44 
45 class MGoodWaveform : public Diana::QFilter {
46 
47  public:
49  void GetCuts(const Diana::QEvent& ev);
50 
52  bool Filter(const Diana::QEvent& ev);
53 
54  private:
55  int fnPeaks;
57 
58 };
59 
60 #endif
61 
Filter to select good waveform.
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
double fBaselineSlope
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.