Classes | |
struct | objectEntryType |
Public Member Functions | |
ShiftedPFCandidateProducerByMatchedObject (const edm::ParameterSet &) | |
~ShiftedPFCandidateProducerByMatchedObject () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
double | dR2match_Object_ |
double | dR2match_PFCandidate_ |
double | dRmatch_Object_ |
double | dRmatch_PFCandidate_ |
std::vector< objectEntryType > | objects_ |
edm::EDGetTokenT< reco::PFCandidateCollection > | srcPFCandidates_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | srcShiftedObjects_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | srcUnshiftedObjects_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Vary energy of PFCandidates coinciding in eta-phi with selected electrons/muons/tau-jets/jets by electron/muon/tau-jet/jet energy uncertainty.
Definition at line 28 of file ShiftedPFCandidateProducerByMatchedObject.cc.
|
explicit |
Definition at line 71 of file ShiftedPFCandidateProducerByMatchedObject.cc.
References looper::cfg, dR2match_Object_, dR2match_PFCandidate_, dRmatch_Object_, dRmatch_PFCandidate_, srcPFCandidates_, srcShiftedObjects_, and srcUnshiftedObjects_.
|
override |
Definition at line 83 of file ShiftedPFCandidateProducerByMatchedObject.cc.
|
overrideprivate |
Definition at line 87 of file ShiftedPFCandidateProducerByMatchedObject.cc.
References HLTMuonOfflineAnalyzer_cfi::deltaR2, dR2match_Object_, dR2match_PFCandidate_, dRDefault, edm::Event::getByToken(), EgHLTOffHistBins_cfi::mass, eostools::move(), resolutioncreator_cfi::object, objects_, edm::Event::put(), reco::LeafCandidate::setP4(), edm::shift, mathSSE::sqrt(), srcPFCandidates_, srcShiftedObjects_, and srcUnshiftedObjects_.
|
private |
Definition at line 43 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 41 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 42 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 40 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 66 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce().
|
private |
Definition at line 36 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 38 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 37 of file ShiftedPFCandidateProducerByMatchedObject.cc.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().