Diana Software
MNoHeaterInWindow.hh
Go to the documentation of this file.
1 #ifndef _M_NOHEATERINWINDOW_HH_
2 #define _M_NOHEATERINWINDOW_HH_
3 
28 #include "QFilter.hh"
29 
30 class MNoHeaterInWindow : public Diana::QFilter {
31 
32  public:
34  void GetCuts(const Diana::QEvent& ev);
35 
37  bool Filter(const Diana::QEvent& ev);
38 
39  private:
40 
41 };
42 
43 #endif
44 
select events with no heater pulses in window
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.