#include <ReducedEGProducer.h>
Public Member Functions | |
void | beginRun (edm::Run const &, const edm::EventSetup &) final |
void | produce (edm::Event &evt, const edm::EventSetup &es) final |
ReducedEGProducer (const edm::ParameterSet &ps) | |
~ReducedEGProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | linkCaloCluster (const reco::CaloClusterPtr &caloCluster, reco::CaloClusterCollection &caloClusters, std::map< reco::CaloClusterPtr, unsigned int > &caloClusterMap) |
void | linkCaloClusters (const reco::SuperCluster &superCluster, reco::CaloClusterCollection &ebeeClusters, std::map< reco::CaloClusterPtr, unsigned int > &ebeeClusterMap, std::unordered_set< DetId > &rechitMap, const edm::Handle< EcalRecHitCollection > &barrelHitHandle, const edm::Handle< EcalRecHitCollection > &endcapHitHandle, const CaloTopology *caloTopology, reco::CaloClusterCollection &esClusters, std::map< reco::CaloClusterPtr, unsigned int > &esClusterMap) |
void | linkConversion (const reco::ConversionRef &convref, reco::ConversionCollection &conversions, std::map< reco::ConversionRef, unsigned int > &conversionMap) |
void | linkConversions (const reco::ConversionRefVector &convrefs, reco::ConversionCollection &conversions, std::map< reco::ConversionRef, unsigned int > &conversionMap) |
void | linkConversionsByTrackRef (const edm::Handle< reco::ConversionCollection > &conversionHandle, const reco::GsfElectron &gsfElectron, reco::ConversionCollection &conversions, std::map< reco::ConversionRef, unsigned int > &conversionMap) |
void | linkConversionsByTrackRef (const edm::Handle< reco::ConversionCollection > &conversionHandle, const reco::SuperCluster &superCluster, reco::ConversionCollection &conversions, std::map< reco::ConversionRef, unsigned int > &conversionMap) |
template<typename T , typename U > | |
void | linkCore (const T &core, U &cores, std::map< T, unsigned int > &coreMap) |
void | linkHcalHits (const reco::SuperCluster &superClus, const HBHERecHitCollection &recHits, std::unordered_set< DetId > &hcalDetIds) |
void | linkSuperCluster (const reco::SuperClusterRef &superCluster, std::map< reco::SuperClusterRef, unsigned int > &superClusterMap, reco::SuperClusterCollection &superClusters, const bool relink, std::unordered_set< unsigned int > &superClusterFullRelinkMap) |
void | relinkCaloClusters (reco::SuperCluster &superCluster, const std::map< reco::CaloClusterPtr, unsigned int > &ebeeClusterMap, const std::map< reco::CaloClusterPtr, unsigned int > &esClusterMap, const edm::OrphanHandle< reco::CaloClusterCollection > &outEBEEClusterHandle, const edm::OrphanHandle< reco::CaloClusterCollection > &outESClusterHandle) |
void | relinkConversions (reco::PhotonCore &photonCore, const reco::ConversionRefVector &convrefs, const std::map< reco::ConversionRef, unsigned int > &conversionMap, const edm::OrphanHandle< reco::ConversionCollection > &outConversionHandle) |
void | relinkGsfElectronCore (reco::GsfElectron &gsfElectron, const std::map< reco::GsfElectronCoreRef, unsigned int > &gsfElectronCoreMap, const edm::OrphanHandle< reco::GsfElectronCoreCollection > &outGsfElectronCoreHandle) |
void | relinkGsfTrack (reco::GsfElectronCore &electroncore, const std::map< reco::GsfTrackRef, unsigned int > &gsfTrackMap, const edm::OrphanHandle< reco::GsfTrackCollection > &outGsfTrackHandle) |
void | relinkPhotonCore (reco::Photon &photon, const std::map< reco::PhotonCoreRef, unsigned int > &photonCoreMap, const edm::OrphanHandle< reco::PhotonCoreCollection > &outPhotonCoreHandle) |
template<typename T > | |
void | relinkSuperCluster (T &core, const std::map< reco::SuperClusterRef, unsigned int > &superClusterMap, const edm::OrphanHandle< reco::SuperClusterCollection > &outSuperClusterHandle) |
template<typename T > | |
void | setToken (edm::EDGetTokenT< T > &token, const edm::ParameterSet &config, const std::string &name) |
Static Private Member Functions | |
static void | calibrateElectron (reco::GsfElectron &gsfElectron, const reco::GsfElectronRef &oldEleRef, const edm::ValueMap< float > &energyMap, const edm::ValueMap< float > &energyErrMap, const edm::ValueMap< float > &ecalEnergyMap, const edm::ValueMap< float > &ecalEnergyErrMap) |
static void | calibratePhoton (reco::Photon &photon, const reco::PhotonRef &oldPhoRef, const edm::ValueMap< float > &energyMap, const edm::ValueMap< float > &energyErrMap) |
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 |
Select subset of electrons and photons from input collections and produced consistently relinked output collections including associated SuperClusters, CaloClusters and ecal RecHits
Definition at line 47 of file ReducedEGProducer.h.
ReducedEGProducer::ReducedEGProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 47 of file ReducedEGProducer.cc.
References applyGsfElectronCalibOnData_, applyGsfElectronCalibOnMC_, applyPhotonCalibOnData_, applyPhotonCalibOnMC_, doPreshowerEcalHits_, edm::ParameterSet::getParameter(), gsfElectronCalibEcalEnergyErrT_, gsfElectronCalibEcalEnergyT_, gsfElectronCalibEnergyErrT_, gsfElectronCalibEnergyT_, gsfElectronFloatValueMapTs_, gsfElectronIdTs_, edm::EDGetTokenT< T >::isUninitialized(), edm::InputTag::label(), ootPhotonFloatValueMapTs_, ootPhotonT_, outConversions_, outEBEEClusters_, outEBRecHits_, outEERecHits_, outESClusters_, outESRecHits_, outGsfElectronCores_, outGsfElectronFloatValueMaps_, outGsfElectronIds_, outGsfElectronPfCandMap_, outGsfElectrons_, outGsfTracks_, outHBHERecHits_, outOOTEBEEClusters_, outOOTESClusters_, outOOTPhotonCores_, outOOTPhotonFloatValueMaps_, outOOTPhotons_, outOOTSuperClusters_, outPhotonCores_, outPhotonFloatValueMaps_, outPhotonIds_, outPhotonPfCandMap_, outPhotons_, outSingleConversions_, outSuperClusters_, photonCalibEnergyErrT_, photonCalibEnergyT_, photonFloatValueMapTs_, photonIdTs_, setToken(), AlCaHLTBitMon_QueryRunRegistry::string, and GlobalPosition_Frontier_DevDB_cff::tag.
|
override |
Definition at line 192 of file ReducedEGProducer.cc.
|
final |
Definition at line 196 of file ReducedEGProducer.cc.
References hcalHitSel_, and EGHcalRecHitSelector::setup().
|
staticprivate |
Definition at line 1065 of file ReducedEGProducer.cc.
References corr, reco::GsfElectron::correctMomentum(), reco::GsfElectron::p4(), reco::GsfElectron::setCorrectedEcalEnergy(), reco::GsfElectron::setCorrectedEcalEnergyError(), and reco::GsfElectron::trackMomentumError().
Referenced by produce().
|
staticprivate |
Definition at line 1054 of file ReducedEGProducer.cc.
References reco::Photon::setCorrectedEnergy().
Referenced by produce().
|
private |
Definition at line 877 of file ReducedEGProducer.cc.
Referenced by linkCaloClusters(), and produce().
|
private |
Definition at line 887 of file ReducedEGProducer.cc.
References Reference_intrackfit_cff::barrel, reco::SuperCluster::clusters(), DetId::Ecal, EcalBarrel, EcalEndcap, CaloTopology::getSubdetectorTopology(), CaloSubdetectorTopology::getWindow(), linkCaloCluster(), reco::SuperCluster::preshowerClusters(), edm::Handle< T >::product(), and SurveyInfoScenario_cff::seed.
Referenced by produce().
|
private |
Definition at line 867 of file ReducedEGProducer.cc.
Referenced by linkConversions(), and linkConversionsByTrackRef().
|
private |
Definition at line 824 of file ReducedEGProducer.cc.
References linkConversion().
Referenced by produce().
|
private |
Definition at line 833 of file ReducedEGProducer.cc.
References edm::conversion(), linkConversion(), electrons_cff::matched, and ConversionTools::matchesConversion().
Referenced by produce().
|
private |
Definition at line 850 of file ReducedEGProducer.cc.
References edm::conversion(), linkConversion(), electrons_cff::matched, and ConversionTools::matchesConversion().
|
private |
Definition at line 793 of file ReducedEGProducer.cc.
Referenced by produce().
|
private |
Definition at line 922 of file ReducedEGProducer.cc.
References EGHcalRecHitSelector::addDetIds(), and hcalHitSel_.
Referenced by produce().
|
private |
|
final |
Definition at line 202 of file ReducedEGProducer.cc.
References applyGsfElectronCalibOnData_, applyGsfElectronCalibOnMC_, applyPhotonCalibOnData_, applyPhotonCalibOnMC_, barrelEcalHits_, calibrateElectron(), calibratePhoton(), printConversionInfo::conversionHandle, conversions_cfi::conversions, conversionT_, doPreshowerEcalHits_, endcapEcalHits_, ev, Exception, objects.autophobj::filler, edm::EventSetup::get(), edm::Event::getByToken(), gsfElectronCalibEcalEnergyErrT_, gsfElectronCalibEcalEnergyT_, gsfElectronCalibEnergyErrT_, gsfElectronCalibEnergyT_, gsfElectronCores_cfi::gsfElectronCores, gsfElectronFloatValueMapTs_, gsfElectronIdTs_, gsfElectronPfCandMapT_, gsfElectrons_cfi::gsfElectrons, gsfElectronT_, gedGsfElectronCores_cfi::gsfTracks, gsfTrackT_, hbheHits_, edm::EventBase::isRealData(), edm::EDGetTokenT< T >::isUninitialized(), keep, keepGsfElectronSel_, keepOOTPhotonSel_, keepPhotonSel_, linkCaloCluster(), linkCaloClusters(), linkConversions(), linkConversionsByTrackRef(), linkCore(), linkHcalHits(), linkSuperCluster(), eostools::move(), ootPhotonCore_cff::ootPhotonCore, ootPhotonFloatValueMapTs_, ootPhotons_cff::ootPhotons, ootPhotonT_, outConversions_, outEBEEClusters_, outEBRecHits_, outEERecHits_, outESClusters_, outESRecHits_, outGsfElectronCores_, outGsfElectronFloatValueMaps_, outGsfElectronIds_, outGsfElectronPfCandMap_, outGsfElectrons_, outGsfTracks_, outHBHERecHits_, outOOTEBEEClusters_, outOOTESClusters_, outOOTPhotonCores_, outOOTPhotonFloatValueMaps_, outOOTPhotons_, outOOTSuperClusters_, outPhotonCores_, outPhotonFloatValueMaps_, outPhotonIds_, outPhotonPfCandMap_, outPhotons_, outSingleConversions_, outSuperClusters_, muons2muons_cfi::photon, photonCalibEnergyErrT_, photonCalibEnergyT_, photonCore_cfi::photonCore, photonFloatValueMapTs_, photonIdTs_, photonPfCandMapT_, nano_cff::photons, photonT_, preshowerEcalHits_, edm::Event::put(), relinkCaloClusters(), relinkConversions(), relinkGsfElectronCore(), relinkGsfElectronSel_, relinkGsfTrack(), relinkOOTPhotonSel_, relinkPhotonCore(), relinkPhotonSel_, relinkSuperCluster(), reducedEgamma_cfi::singleConversions, singleConversionT_, slimRelinkGsfElectronSel_, slimRelinkOOTPhotonSel_, slimRelinkPhotonSel_, AlCaHLTBitMon_QueryRunRegistry::string, and create_public_pileup_plots::vals.
|
private |
Definition at line 929 of file ReducedEGProducer.cc.
References edm::PtrVectorBase::clear(), fastPrimaryVertexProducer_cfi::clusters, reco::SuperCluster::clusters(), edm::PtrVectorBase::empty(), reco::SuperCluster::preshowerClusters(), edm::PtrVector< T >::push_back(), reco::SuperCluster::seed(), reco::SuperCluster::setClusters(), reco::SuperCluster::setPreshowerClusters(), and reco::SuperCluster::setSeed().
Referenced by produce().
|
private |
Definition at line 1006 of file ReducedEGProducer.cc.
References edm::RefVector< C, T, F >::clear(), edm::RefVector< C, T, F >::empty(), and reco::PhotonCore::setConversions().
Referenced by produce().
|
private |
Definition at line 1041 of file ReducedEGProducer.cc.
References reco::GsfElectron::core(), and reco::GsfElectron::setCore().
Referenced by produce().
|
private |
Definition at line 995 of file ReducedEGProducer.cc.
References reco::GsfElectronCore::gsfTrack(), and reco::GsfElectronCore::setGsfTrack().
Referenced by produce().
|
private |
Definition at line 1029 of file ReducedEGProducer.cc.
References reco::Photon::photonCore(), and reco::Photon::setPhotonCore().
Referenced by produce().
|
private |
Definition at line 983 of file ReducedEGProducer.cc.
Referenced by produce().
|
inlineprivate |
Definition at line 145 of file ReducedEGProducer.h.
References edm::ParameterSet::getParameter(), and dataset::name.
Referenced by ReducedEGProducer().
|
private |
Definition at line 176 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 177 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 174 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 175 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 158 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 155 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 160 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 159 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 183 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 182 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 181 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 180 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 172 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 168 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 165 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 153 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 154 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 162 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 223 of file ReducedEGProducer.h.
Referenced by beginRun(), and linkHcalHits().
|
private |
Definition at line 219 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 216 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 213 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 171 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 152 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 193 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 196 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 201 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 202 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 197 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 203 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 191 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 211 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 208 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 206 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 190 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 192 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 204 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 199 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 200 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 189 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 210 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 188 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 198 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 187 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 209 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 207 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 205 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 186 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 194 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 195 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 179 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 178 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 170 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 167 of file ReducedEGProducer.h.
Referenced by produce(), and ReducedEGProducer().
|
private |
Definition at line 164 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 151 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 161 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 221 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 218 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 215 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 156 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 220 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 217 of file ReducedEGProducer.h.
Referenced by produce().
|
private |
Definition at line 214 of file ReducedEGProducer.h.
Referenced by produce().