Public Types | |
typedef edm::View < reco::Candidate > | CandidateView |
typedef math::XYZTLorentzVector | LorentzVector |
typedef std::vector < LorentzVector > | LorentzVectorCollection |
typedef std::vector < reco::PFCandidate > | PFOutputCollection |
typedef edm::View < reco::PFCandidate > | PFView |
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 |
Public Member Functions | |
PuppiPhoton (const edm::ParameterSet &) | |
~PuppiPhoton () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
bool | matchPFCandidate (const reco::Candidate *iPF, const reco::Candidate *iPho) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::unique_ptr < PFOutputCollection > | corrCandidates_ |
std::vector< double > | dRMatch_ |
double | eta_ |
std::vector< int32_t > | pdgIds_ |
double | pt_ |
edm::EDGetTokenT < edm::ValueMap< std::vector < reco::PFCandidateRef > > > | reco2pf_ |
bool | runOnMiniAOD_ |
edm::EDGetTokenT< CandidateView > | tokenPFCandidates_ |
edm::EDGetTokenT< CandidateView > | tokenPhotonCandidates_ |
edm::EDGetTokenT < edm::ValueMap< bool > > | tokenPhotonId_ |
edm::EDGetTokenT< CandidateView > | tokenPuppiCandidates_ |
edm::EDGetTokenT < edm::ValueMap< float > > | tokenWeights_ |
bool | usePFphotons_ |
bool | usePFRef_ |
bool | usePhotonId_ |
bool | useValueMap_ |
double | weight_ |
Definition at line 28 of file PuppiPhoton.cc.
Definition at line 36 of file PuppiPhoton.cc.
Definition at line 34 of file PuppiPhoton.cc.
typedef std::vector<LorentzVector> PuppiPhoton::LorentzVectorCollection |
Definition at line 35 of file PuppiPhoton.cc.
typedef std::vector<reco::PFCandidate> PuppiPhoton::PFOutputCollection |
Definition at line 37 of file PuppiPhoton.cc.
Definition at line 38 of file PuppiPhoton.cc.
|
explicit |
Definition at line 63 of file PuppiPhoton.cc.
References dRMatch_, eta_, edm::ParameterSet::getParameter(), pdgIds_, pt_, reco2pf_, runOnMiniAOD_, tokenPFCandidates_, tokenPhotonCandidates_, tokenPhotonId_, tokenPuppiCandidates_, tokenWeights_, usePFphotons_, usePFRef_, usePhotonId_, useValueMap_, and weight_.
|
override |
Definition at line 90 of file PuppiPhoton.cc.
|
static |
Definition at line 272 of file PuppiPhoton.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 261 of file PuppiPhoton.cc.
References funct::abs(), HLT_FULL_cff::deltaR, dRMatch_, reco::Candidate::eta(), reco::Candidate::pdgId(), pdgIds_, and reco::Candidate::phi().
Referenced by produce().
|
overrideprivate |
Definition at line 92 of file PuppiPhoton.cc.
References funct::abs(), pat::Electron::associatedPackedPFCandidates(), pat::Photon::associatedPackedPFCandidates(), edm::View< T >::begin(), RecoTauCleanerPlugins::charge, corrCandidates_, edm::View< T >::end(), relval_parameters_module::energy, eta_, edm::helper::Filler< Map >::fill(), edm::Event::getByToken(), gpuClustering::id, edm::helper::Filler< Map >::insert(), matchPFCandidate(), eostools::move(), edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, pt_, edm::View< T >::ptrAt(), edm::Event::put(), reco2pf_, edm::View< T >::refAt(), runOnMiniAOD_, reco::LeafCandidate::setP4(), reco::PFCandidate::setSourceCandidatePtr(), edm::View< T >::size(), tokenPFCandidates_, tokenPhotonCandidates_, tokenPhotonId_, tokenPuppiCandidates_, tokenWeights_, reco::PFCandidate::translatePdgIdToType(), usePFphotons_, usePFRef_, usePhotonId_, useValueMap_, makeHLTPrescaleTable::values, and weight_.
|
private |
Definition at line 57 of file PuppiPhoton.cc.
Referenced by produce().
|
private |
Definition at line 55 of file PuppiPhoton.cc.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 50 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 56 of file PuppiPhoton.cc.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 49 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 46 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 53 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 43 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 45 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 48 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 44 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 47 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 52 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 51 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 54 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 59 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 58 of file PuppiPhoton.cc.
Referenced by produce(), and PuppiPhoton().