#include <PfBlockBasedIsolation.h>
Public Member Functions | |
std::vector< reco::PFCandidateRef > | calculate (math::XYZTLorentzVectorD p4, const reco::PFCandidateRef pfEGCand, const edm::Handle< reco::PFCandidateCollection > pfCandidateHandle) |
PfBlockBasedIsolation () | |
void | setup (const edm::ParameterSet &conf) |
~PfBlockBasedIsolation () | |
Private Attributes | |
double | coneSize_ |
Definition at line 34 of file PfBlockBasedIsolation.h.
PfBlockBasedIsolation::PfBlockBasedIsolation | ( | ) |
Definition at line 22 of file PfBlockBasedIsolation.cc.
PfBlockBasedIsolation::~PfBlockBasedIsolation | ( | ) |
Definition at line 30 of file PfBlockBasedIsolation.cc.
std::vector< reco::PFCandidateRef > PfBlockBasedIsolation::calculate | ( | math::XYZTLorentzVectorD | p4, |
const reco::PFCandidateRef | pfEGCand, | ||
const edm::Handle< reco::PFCandidateCollection > | pfCandidateHandle | ||
) |
Definition at line 43 of file PfBlockBasedIsolation.cc.
References coneSize_, deltaR(), and PFRecoTauDiscriminationAgainstElectronDeadECAL_cfi::dR.
Referenced by ParticleBasedIsoProducer::produce().
void PfBlockBasedIsolation::setup | ( | const edm::ParameterSet & | conf | ) |
Definition at line 36 of file PfBlockBasedIsolation.cc.
References coneSize_, and edm::ParameterSet::getParameter().
Referenced by ParticleBasedIsoProducer::beginRun().
|
private |
Definition at line 59 of file PfBlockBasedIsolation.h.
Referenced by calculate(), and setup().