#include <GEDPhotonCoreProducer.h>
Public Member Functions | |
GEDPhotonCoreProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
~GEDPhotonCoreProducer () 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 |
Private Attributes | |
edm::ParameterSet | conf_ |
std::string | GEDPhotonCoreCollection_ |
double | minSCEt_ |
edm::EDGetTokenT< reco::PFCandidateCollection > | pfEgammaCandidates_ |
edm::EDGetTokenT< reco::ElectronSeedCollection > | pixelSeedProducer_ |
bool | validConversions_ |
bool | validPixelSeeds_ |
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 |
Definition at line 20 of file GEDPhotonCoreProducer.h.
GEDPhotonCoreProducer::GEDPhotonCoreProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 36 of file GEDPhotonCoreProducer.cc.
References conf_, GEDPhotonCoreCollection_, edm::ParameterSet::getParameter(), pfEgammaCandidates_, pixelSeedProducer_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 50 of file GEDPhotonCoreProducer.cc.
|
override |
Definition at line 52 of file GEDPhotonCoreProducer.cc.
References reco::PhotonCore::addConversion(), reco::PhotonCore::addElectronPixelSeed(), reco::PhotonCore::addOneLegConversion(), GEDPhotonCoreCollection_, edm::Event::getByToken(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isNonnull(), edm::HandleBase::isValid(), edm::Ref< C, T, F >::key(), eostools::move(), pfEgammaCandidates_, pixelSeedProducer_, edm::Event::put(), edm::refToPtr(), reco::PhotonCore::setParentSuperCluster(), reco::PhotonCore::setPFlowPhoton(), reco::PhotonCore::setStandardPhoton(), reco::PhotonCore::setSuperCluster(), edm::RefVector< C, T, F >::size(), and validPixelSeeds_.
|
private |
Definition at line 34 of file GEDPhotonCoreProducer.h.
Referenced by GEDPhotonCoreProducer().
|
private |
Definition at line 28 of file GEDPhotonCoreProducer.h.
Referenced by GEDPhotonCoreProducer(), and produce().
|
private |
Definition at line 32 of file GEDPhotonCoreProducer.h.
|
private |
Definition at line 29 of file GEDPhotonCoreProducer.h.
Referenced by GEDPhotonCoreProducer(), and produce().
|
private |
Definition at line 30 of file GEDPhotonCoreProducer.h.
Referenced by GEDPhotonCoreProducer(), and produce().
|
private |
Definition at line 33 of file GEDPhotonCoreProducer.h.
|
private |
Definition at line 35 of file GEDPhotonCoreProducer.h.
Referenced by produce().