9 const std::vector<edm::ParameterSet>&
ranges =
11 for(
const auto& range : ranges ) {
12 const double min = range.getParameter<
double>(
"minEta");
13 const double max = range.getParameter<
double>(
"maxEta");
28 std::vector<std::pair<double,double> >
_ranges;
33 "PhoSCEtaMultiRangeCut");
39 const double the_eta = (
_absEta ?
std::abs(scref->eta()) : scref->eta() );
41 for(
const auto& range :
_ranges ) {
42 if( the_eta >= range.first && the_eta < range.second ) {
VParameterSet const & getParameterSetVector(std::string const &name) const
PhoSCEtaMultiRangeCut(const edm::ParameterSet &c)
CandidateType candidateType() const final
double value(const reco::CandidatePtr &cand) const final
Abs< T >::type abs(const T &t)
result_type operator()(const reco::PhotonPtr &) const final
std::vector< std::pair< double, double > > _ranges
#define DEFINE_EDM_PLUGIN(factory, type, name)