#include <PhotonCoreProducer.h>
Public Member Functions | |
PhotonCoreProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
~PhotonCoreProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | fillPhotonCollection (edm::Event &evt, edm::EventSetup const &es, const edm::Handle< reco::SuperClusterCollection > &scHandle, const edm::Handle< reco::ConversionCollection > &conversionHandle, const edm::Handle< reco::ElectronSeedCollection > &pixelSeeds, reco::PhotonCoreCollection &outputCollection, int &iSC) |
reco::ConversionRef | solveAmbiguity (const edm::Handle< reco::ConversionCollection > &conversionHandle, reco::SuperClusterRef &sc) |
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 30 of file PhotonCoreProducer.h.
PhotonCoreProducer::PhotonCoreProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 20 of file PhotonCoreProducer.cc.
References conf_, conversionProducer_, edm::ParameterSet::getParameter(), minSCEt_, PhotonCoreCollection_, pixelSeedProducer_, risolveAmbiguity_, scHybridBarrelProducer_, scIslandEndcapProducer_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 43 of file PhotonCoreProducer.cc.
|
private |
Definition at line 127 of file PhotonCoreProducer.cc.
References reco::PhotonCore::addConversion(), reco::PhotonCore::addElectronPixelSeed(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isNonnull(), edm::Ref< C, T, F >::key(), minSCEt_, risolveAmbiguity_, reco::PhotonCore::setParentSuperCluster(), solveAmbiguity(), validConversions_, and validPixelSeeds_.
Referenced by produce().
|
override |
Definition at line 48 of file PhotonCoreProducer.cc.
References printConversionInfo::conversionHandle, conversionProducer_, fillPhotonCollection(), edm::Event::getByToken(), edm::HandleBase::isValid(), eostools::move(), PhotonCoreCollection_, pixelSeedProducer_, edm::Event::put(), scHybridBarrelProducer_, scIslandEndcapProducer_, validConversions_, and validPixelSeeds_.
|
private |
only one track reconstructed. Pick the one with best E/P
Definition at line 190 of file PhotonCoreProducer.cc.
References edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::key(), AlCaHLTBitMon_ParallelJobs::p, mathSSE::sqrt(), and l1t::tracks.
Referenced by fillPhotonCollection().
|
private |
Definition at line 61 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer().
|
private |
Definition at line 56 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer(), and produce().
|
private |
Definition at line 59 of file PhotonCoreProducer.h.
Referenced by fillPhotonCollection(), and PhotonCoreProducer().
|
private |
Definition at line 53 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer(), and produce().
|
private |
Definition at line 57 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer(), and produce().
|
private |
Definition at line 63 of file PhotonCoreProducer.h.
Referenced by fillPhotonCollection(), and PhotonCoreProducer().
|
private |
Definition at line 54 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer(), and produce().
|
private |
Definition at line 55 of file PhotonCoreProducer.h.
Referenced by PhotonCoreProducer(), and produce().
|
private |
Definition at line 60 of file PhotonCoreProducer.h.
Referenced by fillPhotonCollection(), and produce().
|
private |
Definition at line 62 of file PhotonCoreProducer.h.
Referenced by fillPhotonCollection(), and produce().