#include <PFLinker.h>
Public Member Functions | |
PFLinker (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~PFLinker () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
template<typename TYPE > | |
edm::ValueMap< reco::PFCandidatePtr > | fillValueMap (edm::Event &event, std::string label, edm::Handle< TYPE > &inputObjCollection, const std::map< edm::Ref< TYPE >, reco::PFCandidatePtr > &mapToTheCandidate, const edm::OrphanHandle< reco::PFCandidateCollection > &newPFCandColl) const |
Private Attributes | |
bool | fillMuonRefs_ |
Set muon refs and produce the value map? More... | |
bool | forceElectronsInHGCAL_ |
Put Electrons within HGCAL coming from SimPFProducer. More... | |
edm::EDGetTokenT< reco::GsfElectronCollection > | inputTagGsfElectrons_ |
Input GsfElectrons. More... | |
edm::EDGetTokenT< reco::MuonToMuonMap > | inputTagMuonMap_ |
edm::EDGetTokenT< reco::MuonCollection > | inputTagMuons_ |
std::vector< edm::EDGetTokenT< reco::PFCandidateCollection > > | inputTagPFCandidates_ |
Input PFCandidates. More... | |
edm::EDGetTokenT< reco::PhotonCollection > | inputTagPhotons_ |
Input Photons. More... | |
edm::InputTag | muonTag_ |
Input Muons. More... | |
std::string | nameOutputElectronsPF_ |
name of output ValueMap electrons More... | |
std::string | nameOutputMergedPF_ |
name of output merged ValueMap More... | |
std::string | nameOutputPF_ |
name of output collection of PFCandidate More... | |
std::string | nameOutputPhotonsPF_ |
name of output ValueMap photons More... | |
bool | producePFCandidates_ |
Flags - if true: References will be towards new collection ; if false to the original one. More... | |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Producer meant for the Post PF reconstruction.
Fills the GsfElectron, Photon and Muon Ref into the PFCandidate Produces the ValueMap between GsfElectronRef/Photon/Mupns with PFCandidateRef
Definition at line 34 of file PFLinker.h.
|
explicit |
Definition at line 9 of file PFLinker.cc.
References fillMuonRefs_, forceElectronsInHGCAL_, edm::ParameterSet::getParameter(), mps_fire::i, inputTagGsfElectrons_, inputTagMuonMap_, inputTagMuons_, inputTagPFCandidates_, inputTagPhotons_, edm::InputTag::label(), muonTag_, nameOutputElectronsPF_, nameOutputMergedPF_, nameOutputPF_, nameOutputPhotonsPF_, producePFCandidates_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 63 of file PFLinker.cc.
|
private |
Definition at line 211 of file PFLinker.cc.
References objects.autophobj::filler, eostools::move(), producePFCandidates_, and MuonErrorMatrixValues_cff::values.
|
override |
Definition at line 65 of file PFLinker.cc.
References reco::PFCandidate::e, reco::LeafCandidate::eta(), fillMuonRefs_, forceElectronsInHGCAL_, reco::PFCandidate::gamma, edm::Event::getByToken(), gsfElectrons_cfi::gsfElectrons, reco::PFCandidate::gsfTrackRef(), mps_fire::i, iEvent, inputTagGsfElectrons_, inputTagMuonMap_, inputTagMuons_, inputTagPFCandidates_, inputTagPhotons_, edm::Ref< C, T, F >::isNonnull(), edm::InputTag::label(), LogDebug, eostools::move(), reco::PFCandidate::muonRef(), nano_cff::muons, muonTag_, reco::PFCandidate::mva_nothing_gamma(), nameOutputElectronsPF_, nameOutputMergedPF_, nameOutputPF_, nameOutputPhotonsPF_, reco::GsfElectron::P4_COMBINATION, reco::PFCandidate::particleId(), slimmedMuons_cfi::pfCandidates, nano_cff::photons, producePFCandidates_, edm::Event::put(), reco::Photon::regression2, reco::PFCandidate::setDeltaP(), reco::PFCandidate::setEcalEnergy(), reco::PFCandidate::setGsfElectronRef(), reco::PFCandidate::setMuonRef(), reco::LeafCandidate::setP4(), reco::PFCandidate::setPhotonRef(), reco::PFCandidate::setSuperClusterRef(), and reco::PFCandidate::superClusterRef().
|
private |
Set muon refs and produce the value map?
Definition at line 82 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Put Electrons within HGCAL coming from SimPFProducer.
Definition at line 85 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Input GsfElectrons.
Definition at line 57 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Definition at line 65 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Definition at line 64 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Input PFCandidates.
Definition at line 54 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
|
private |
|
private |
name of output ValueMap electrons
Definition at line 70 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
name of output merged ValueMap
Definition at line 76 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
name of output collection of PFCandidate
Definition at line 67 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
name of output ValueMap photons
Definition at line 73 of file PFLinker.h.
Referenced by PFLinker(), and produce().
|
private |
Flags - if true: References will be towards new collection ; if false to the original one.
Definition at line 79 of file PFLinker.h.
Referenced by fillValueMap(), PFLinker(), and produce().