#include <PuppiPhoton.h>
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<> | |
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 |
Public Member Functions | |
PuppiPhoton (const edm::ParameterSet &) | |
~PuppiPhoton () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 20 of file PuppiPhoton.h.
Definition at line 28 of file PuppiPhoton.h.
Definition at line 26 of file PuppiPhoton.h.
typedef std::vector<LorentzVector> PuppiPhoton::LorentzVectorCollection |
Definition at line 27 of file PuppiPhoton.h.
typedef std::vector<reco::PFCandidate> PuppiPhoton::PFOutputCollection |
Definition at line 29 of file PuppiPhoton.h.
Definition at line 30 of file PuppiPhoton.h.
|
explicit |
Definition at line 27 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 54 of file PuppiPhoton.cc.
|
static |
Definition at line 236 of file PuppiPhoton.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 225 of file PuppiPhoton.cc.
References funct::abs(), PbPb_ZMuSkimMuonDPG_cff::deltaR, dRMatch_, reco::Candidate::eta(), reco::Candidate::pdgId(), pdgIds_, and reco::Candidate::phi().
Referenced by produce().
|
overrideprivate |
Definition at line 56 of file PuppiPhoton.cc.
References funct::abs(), pat::Electron::associatedPackedPFCandidates(), pat::Photon::associatedPackedPFCandidates(), edm::View< T >::begin(), ALCARECOTkAlJpsiMuMu_cff::charge, corrCandidates_, edm::View< T >::end(), HCALHighEnergyHPDFilter_cfi::energy, eta_, trigObjTnPSource_cfi::filler, triggerObjects_cff::id, iEvent, matchPFCandidate(), eostools::move(), p4, EgammaValidation_cff::pdgId, edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, pt_, edm::View< T >::ptrAt(), multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, 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_, contentValuesCheck::values, and weight_.
|
private |
Definition at line 49 of file PuppiPhoton.h.
Referenced by produce().
|
private |
Definition at line 47 of file PuppiPhoton.h.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 42 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 48 of file PuppiPhoton.h.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 41 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 38 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 45 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 35 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 37 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 40 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 36 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 39 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 44 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 43 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 46 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 51 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 50 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().