#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 29 of file PuppiPhoton.h.
Definition at line 27 of file PuppiPhoton.h.
typedef std::vector<LorentzVector> PuppiPhoton::LorentzVectorCollection |
Definition at line 28 of file PuppiPhoton.h.
typedef std::vector< reco::PFCandidate > PuppiPhoton::PFOutputCollection |
Definition at line 30 of file PuppiPhoton.h.
Definition at line 31 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 53 of file PuppiPhoton.cc.
|
static |
Definition at line 208 of file PuppiPhoton.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 199 of file PuppiPhoton.cc.
References funct::abs(), boostedElectronIsolation_cff::deltaR, dRMatch_, reco::Candidate::eta(), reco::Candidate::pdgId(), pdgIds_, and reco::Candidate::phi().
Referenced by produce().
|
overrideprivate |
Definition at line 55 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(), eta_, edm::helper::Filler< Map >::fill(), objects.autophobj::filler, edm::Event::getByToken(), triggerObjects_cff::id, edm::helper::Filler< Map >::insert(), matchPFCandidate(), eostools::move(), p4, common_cff::pdgId, edm::Handle< T >::product(), EnergyCorrector::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_, MuonErrorMatrixValues_cff::values, and weight_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 50 of file PuppiPhoton.h.
Referenced by produce().
|
private |
Definition at line 48 of file PuppiPhoton.h.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 43 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 49 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 39 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 36 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 41 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 45 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 47 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 52 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 51 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().