Public Member Functions | |
CandidateType | candidateType () const overridefinal |
void | getEventContent (const edm::EventBase &) overridefinal |
GsfEleEffAreaPFIsoCut (const edm::ParameterSet &c) | |
result_type | operator() (const reco::GsfElectronPtr &) const overridefinal |
void | setConsumes (edm::ConsumesCollector &) overridefinal |
double | value (const reco::CandidatePtr &cand) const overridefinal |
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 Attributes | |
const float | _barrelCutOff |
EffectiveAreas | _effectiveAreas |
const float | _isoCutEBHighPt |
const float | _isoCutEBLowPt |
const float | _isoCutEEHighPt |
const float | _isoCutEELowPt |
bool | _isRelativeIso |
const float | _ptCutOff |
edm::Handle< double > | _rhoHandle |
Static Private Attributes | |
static char | rhoString_ [] = "rho" |
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 GsfEleEffAreaPFIsoCut.cc.
GsfEleEffAreaPFIsoCut::GsfEleEffAreaPFIsoCut | ( | const edm::ParameterSet & | c | ) |
Definition at line 42 of file GsfEleEffAreaPFIsoCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::ParameterSet::getParameter(), and rhoString_.
|
inlinefinaloverridevirtual |
Reimplemented from CutApplicatorBase.
Definition at line 17 of file GsfEleEffAreaPFIsoCut.cc.
References CutApplicatorBase::ELECTRON.
|
finaloverridevirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 65 of file GsfEleEffAreaPFIsoCut.cc.
References _rhoHandle, CutApplicatorWithEventContentBase::contentTags_, edm::EventBase::getByLabel(), and rhoString_.
|
finaloverridevirtual |
Reimplemented from CutApplicatorBase.
Definition at line 72 of file GsfEleEffAreaPFIsoCut.cc.
References _barrelCutOff, _effectiveAreas, _isoCutEBHighPt, _isoCutEBLowPt, _isoCutEEHighPt, _isoCutEELowPt, _isRelativeIso, _ptCutOff, _rhoHandle, funct::abs(), f, EffectiveAreas::getEffectiveArea(), edm::HandleBase::isValid(), bookConverter::max, rho, reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt, reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEt, and reco::GsfElectron::PflowIsolationVariables::sumPhotonEt.
|
finaloverridevirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 59 of file GsfEleEffAreaPFIsoCut.cc.
References edm::ConsumesCollector::consumes(), CutApplicatorWithEventContentBase::contentTags_, CutApplicatorWithEventContentBase::contentTokens_, rho, and rhoString_.
|
finaloverridevirtual |
Implements candidate_functions::CandidateCut.
Definition at line 97 of file GsfEleEffAreaPFIsoCut.cc.
References _effectiveAreas, _isRelativeIso, _rhoHandle, funct::abs(), f, EffectiveAreas::getEffectiveArea(), bookConverter::max, and rho.
|
private |
Definition at line 26 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 29 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()(), and value().
|
private |
Definition at line 23 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 23 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 23 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 23 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 27 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()(), and value().
|
private |
Definition at line 25 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by operator()().
|
private |
Definition at line 31 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by getEventContent(), operator()(), and value().
|
staticprivate |
Definition at line 33 of file GsfEleEffAreaPFIsoCut.cc.
Referenced by getEventContent(), GsfEleEffAreaPFIsoCut(), and setConsumes().