#include <PuppiPhoton.h>
Public Member Functions | |
PuppiPhoton (const edm::ParameterSet &) | |
~PuppiPhoton () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
~EDProducerBase () override | |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (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_ |
Additional Inherited Members | |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 18 of file PuppiPhoton.h.
Definition at line 27 of file PuppiPhoton.h.
Definition at line 25 of file PuppiPhoton.h.
typedef std::vector<LorentzVector> PuppiPhoton::LorentzVectorCollection |
Definition at line 26 of file PuppiPhoton.h.
typedef std::vector< reco::PFCandidate > PuppiPhoton::PFOutputCollection |
Definition at line 28 of file PuppiPhoton.h.
Definition at line 29 of file PuppiPhoton.h.
|
explicit |
Definition at line 30 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 56 of file PuppiPhoton.cc.
|
static |
Definition at line 211 of file PuppiPhoton.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 202 of file PuppiPhoton.cc.
References funct::abs(), deltaR(), dRMatch_, reco::Candidate::eta(), reco::Candidate::pdgId(), pdgIds_, and reco::Candidate::phi().
Referenced by produce().
|
overrideprivate |
Definition at line 58 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 48 of file PuppiPhoton.h.
Referenced by produce().
|
private |
Definition at line 46 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 47 of file PuppiPhoton.h.
Referenced by matchPFCandidate(), and PuppiPhoton().
|
private |
Definition at line 40 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 44 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 34 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 35 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 43 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 42 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 50 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().
|
private |
Definition at line 49 of file PuppiPhoton.h.
Referenced by produce(), and PuppiPhoton().