Diana Software
MSelectPulserByDelay.hh
Go to the documentation of this file.
1 #ifndef _M_SELECTPULSERBYDELAY_HH_
2 #define _M_SELECTPULSERBYDELAY_HH_
3 
38 #include "QFilter.hh"
39 
40 class MSelectPulserByDelay : public Diana::QFilter {
41 
42  public:
43 
45  void GetCuts(const Diana::QEvent& ev);
46 
48  bool Filter(const Diana::QEvent& ev);
49  //bool Filter(const Diana::QEvent& ev, const Diana::QEventList& neighbours);
50 
51  private:
54 };
55 
56 #endif
57 
one-line description of your filter
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts