1 #ifndef _M_BASELINEFILTER_HH_
2 #define _M_BASELINEFILTER_HH_
51 void GetCuts(
const Diana::QEvent& ev);
54 bool Filter(
const Diana::QEvent& ev);
Module to filter baseline withing a range [min, max], inclusive.
Double_t fMinValue
Minimum value for the variable (if not provided no lower limit is applied)
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
Double_t fMaxValue
Maximum value for the variable (if not provided no upper limit is applied)
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.