Diana Software
MFilterTest.hh
Go to the documentation of this file.
1 
11 #ifndef _M_FILTERTEST_H_
12 #define _M_FILTERTEST_H_
13 
14 #include <string>
15 #include "QFilter.hh"
16 #include "QDiana.hh"
17 
18 
19 class MFilterTest : public Diana::QFilter {
20 
21  public:
22 
23  private:
24  void GetCuts(const Diana::QEvent& ev);
25 
26  bool Filter(const Diana::QEvent& ev);
27 
29  double fPeakMax;
30 };
31 
32 #endif
diana framework software test.
Definition: MFilterTest.hh:19
bool fHeaterAccept
Definition: MFilterTest.hh:28
bool Filter(const Diana::QEvent &ev)
Definition: MFilterTest.cc:18
double fPeakMax
Definition: MFilterTest.hh:29
void GetCuts(const Diana::QEvent &ev)
Definition: MFilterTest.cc:12