Diana Software
MEarlierEventsFilter.hh
Go to the documentation of this file.
1 #ifndef _M_EARLIEREVENTSFILTER_HH_
2 #define _M_EARLIEREVENTSFILTER_HH_
3 
30 #include "QFilter.hh"
31 
32 class MEarlierEventsFilter : public Diana::QFilter {
33 
34  public:
36  void GetCuts(const Diana::QEvent& ev);
37 
39  bool Filter(const Diana::QEvent& ev);
40 
41  private:
42 
43 };
44 
45 #endif
46 
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.