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 } |
Public Types inherited from candidate_functions::CandidateCut | |
using | argument_type = reco::CandidatePtr |
using | result_type = bool |
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(), rhoString_, and lowPtGsfElectrons_cff::rhoTag.
|
inlinefinalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 17 of file GsfEleEffAreaPFIsoCut.cc.
References CutApplicatorBase::ELECTRON.
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 65 of file GsfEleEffAreaPFIsoCut.cc.
References _rhoHandle, CutApplicatorWithEventContentBase::contentTags_, edm::EventBase::getByLabel(), operator()(), and rhoString_.
|
finalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 72 of file GsfEleEffAreaPFIsoCut.cc.
References _barrelCutOff, _effectiveAreas, _isoCutEBHighPt, _isoCutEBLowPt, _isoCutEEHighPt, _isoCutEELowPt, _isRelativeIso, _ptCutOff, _rhoHandle, funct::abs(), f, objects.autophobj::float, EffectiveAreas::getEffectiveArea(), edm::HandleBase::isValid(), SiStripPI::max, reco::GsfElectron::pfIsolationVariables(), reco::LeafCandidate::pt(), rho, reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt, reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEt, reco::GsfElectron::PflowIsolationVariables::sumPhotonEt, and reco::GsfElectron::superCluster().
Referenced by getEventContent().
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 59 of file GsfEleEffAreaPFIsoCut.cc.
References edm::ConsumesCollector::consumes(), CutApplicatorWithEventContentBase::contentTags_, CutApplicatorWithEventContentBase::contentTokens_, rho, and rhoString_.
|
finalvirtual |
Implements candidate_functions::CandidateCut.
Definition at line 97 of file GsfEleEffAreaPFIsoCut.cc.
References _effectiveAreas, _isRelativeIso, _rhoHandle, funct::abs(), f, objects.autophobj::float, EffectiveAreas::getEffectiveArea(), SiStripPI::max, reco::GsfElectron::pfIsolationVariables(), reco::LeafCandidate::pt(), rho, reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt, and reco::GsfElectron::superCluster().
|
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().