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