1 #ifndef RecoAlgos_RangeSelector_h
2 #define RecoAlgos_RangeSelector_h
11 template<
typename T,
double (T::*fun)() const>
16 double x = (t.*fun)();
const T & max(const T &a, const T &b)
bool operator()(const T &t) const
RangeSelector(double min, double max)