Diana Software
MSelectRunType.hh
Go to the documentation of this file.
1 #ifndef _M_SELECTRUNTYPE_HH_
2 #define _M_SELECTRUNTYPE_HH_
3 
32 #include "QFilter.hh"
33 #include "QRunType.hh"
34 
35 class MSelectRunType : public Diana::QFilter {
36 
37  public:
38 
40  void GetCuts(const Diana::QEvent& ev);
41 
43  bool Filter(const Diana::QEvent& ev);
44 
45  private:
47 
48 };
49 
50 #endif
51 
Selects events maching run type.
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.
class wrapper to RunType_
Definition: QRunType.hh:45