Public Member Functions | |
CandidateType | candidateType () const override final |
void | getEventContent (const edm::EventBase &) override final |
GsfEleValueMapIsoRhoCut (const edm::ParameterSet &c) | |
result_type | operator() (const reco::GsfElectronPtr &) const override final |
void | setConsumes (edm::ConsumesCollector &) override final |
double | value (const reco::CandidatePtr &cand) const override final |
Public Member Functions inherited from CutApplicatorWithEventContentBase | |
CutApplicatorWithEventContentBase () | |
CutApplicatorWithEventContentBase (const edm::ParameterSet &c) | |
CutApplicatorWithEventContentBase (const CutApplicatorWithEventContentBase &)=delete | |
CutApplicatorWithEventContentBase & | operator= (const CutApplicatorWithEventContentBase &)=delete |
virtual | ~CutApplicatorWithEventContentBase () |
Destructor. More... | |
Public Member Functions inherited from CutApplicatorBase | |
virtual result_type | asCandidate (const argument_type &) const |
CutApplicatorBase () | |
CutApplicatorBase (const edm::ParameterSet &c) | |
CutApplicatorBase (const CutApplicatorBase &)=delete | |
virtual const std::string & | name () const |
virtual result_type | operator() (const argument_type &) const final |
virtual result_type | operator() (const pat::ElectronPtr &) const |
virtual result_type | operator() (const reco::PhotonPtr &) const |
virtual result_type | operator() (const pat::PhotonPtr &) const |
virtual result_type | operator() (const reco::MuonPtr &) const |
virtual result_type | operator() (const pat::MuonPtr &) const |
virtual result_type | operator() (const reco::PFTauPtr &) const |
virtual result_type | operator() (const pat::TauPtr &) const |
CutApplicatorBase & | operator= (const CutApplicatorBase &)=delete |
virtual | ~CutApplicatorBase () |
Destructor. More... | |
Public Member Functions inherited from candidate_functions::CandidateCut | |
CandidateCut () | |
virtual | ~CandidateCut () |
Private Member Functions | |
float | getRhoCorr (const reco::GsfElectronPtr &cand) const |
Private Attributes | |
EBEECutValues | constTerm_ |
EBEECutValues | rhoEA_ |
EBEECutValues | rhoEtStart_ |
edm::Handle< double > | rhoHandle_ |
EBEECutValues | slopeStart_ |
EBEECutValues | slopeTerm_ |
bool | useRho_ |
edm::Handle< edm::ValueMap< float > > | valueHandle_ |
Additional Inherited Members | |
Public Types inherited from CutApplicatorBase | |
enum | CandidateType { NONE, ELECTRON, MUON, PHOTON, TAU, PATELECTRON, PATMUON, PATPHOTON, PATTAU } |
Protected Attributes inherited from CutApplicatorWithEventContentBase | |
std::unordered_map< std::string, edm::InputTag > | contentTags_ |
std::unordered_map< std::string, edm::EDGetToken > | contentTokens_ |
Definition at line 6 of file GsfEleValueMapIsoRhoCut.cc.
GsfEleValueMapIsoRhoCut::GsfEleValueMapIsoRhoCut | ( | const edm::ParameterSet & | c | ) |
Definition at line 40 of file GsfEleValueMapIsoRhoCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::ParameterSet::getParameter(), rho, and useRho_.
|
inlinefinaloverridevirtual |
Reimplemented from CutApplicatorBase.
Definition at line 17 of file GsfEleValueMapIsoRhoCut.cc.
References CutApplicatorBase::ELECTRON, and getRhoCorr().
|
finaloverridevirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 63 of file GsfEleValueMapIsoRhoCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::EventBase::getByLabel(), operator()(), rhoHandle_, useRho_, and valueHandle_.
|
private |
Definition at line 88 of file GsfEleValueMapIsoRhoCut.cc.
References reco::LeafCandidate::et(), rho, rhoEA_, rhoEtStart_, and useRho_.
Referenced by candidateType(), and operator()().
|
finaloverridevirtual |
Reimplemented from CutApplicatorBase.
Definition at line 70 of file GsfEleValueMapIsoRhoCut.cc.
References constTerm_, stringResolutionProvider_cfi::et, reco::LeafCandidate::et(), getRhoCorr(), slopeStart_, slopeTerm_, heppy_batch::val, and value().
Referenced by getEventContent().
|
finaloverridevirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 58 of file GsfEleValueMapIsoRhoCut.cc.
References edm::ConsumesCollector::consumes(), CutApplicatorWithEventContentBase::contentTags_, CutApplicatorWithEventContentBase::contentTokens_, and useRho_.
|
finaloverridevirtual |
Implements candidate_functions::CandidateCut.
Definition at line 83 of file GsfEleValueMapIsoRhoCut.cc.
References valueHandle_.
Referenced by operator()().
|
private |
Definition at line 26 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by operator()().
|
private |
Definition at line 28 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by getRhoCorr().
|
private |
Definition at line 27 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by getRhoCorr().
|
private |
Definition at line 32 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by getEventContent().
|
private |
Definition at line 25 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by operator()().
|
private |
Definition at line 24 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by operator()().
|
private |
Definition at line 30 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by getEventContent(), getRhoCorr(), GsfEleValueMapIsoRhoCut(), and setConsumes().
|
private |
Definition at line 33 of file GsfEleValueMapIsoRhoCut.cc.
Referenced by getEventContent(), and value().