7 for (
const auto&
range : ranges) {
8 const double min =
range.getParameter<
double>(
"minEta");
9 const double max =
range.getParameter<
double>(
"maxEta");
20 std::vector<std::pair<double, double> >
_ranges;
29 if (the_eta >=
range.first && the_eta <
range.second) {
VParameterSet const & getParameterSetVector(std::string const &name) const
result_type asCandidate(const argument_type &) const final
double value(const reco::CandidatePtr &cand) const final
Abs< T >::type abs(const T &t)
EtaMultiRangeCut(const edm::ParameterSet &c)
std::vector< std::pair< double, double > > _ranges
#define DEFINE_EDM_PLUGIN(factory, type, name)