#include <EgammaIsoESDetIdCollectionProducer.h>
Public Member Functions | |
void | beginRun (edm::Run const &, const edm::EventSetup &) final |
EgammaIsoESDetIdCollectionProducer (const edm::ParameterSet &) | |
ctor More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
producer More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | addDetIds (const reco::SuperCluster &superClus, reco::PFClusterCollection clusters, const reco::PFCluster::EEtoPSAssociation &eeClusToESMap, std::vector< DetId > &detIdsToStore) |
Private Attributes | |
edm::EDGetTokenT< reco::PFClusterCollection > | ecalPFClustersToken_ |
edm::EDGetTokenT< reco::PFCluster::EEtoPSAssociation > | eeClusToESMapToken_ |
edm::EDGetTokenT< reco::GsfElectronCollection > | elesToken_ |
std::string | interestingDetIdCollection_ |
float | maxDR_ |
float | minEleEt_ |
float | minPhoEt_ |
float | minSCEt_ |
edm::EDGetTokenT< reco::PhotonCollection > | phosToken_ |
edm::EDGetTokenT< reco::SuperClusterCollection > | superClustersToken_ |
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 |
author: Sam Harper (inspired by InterestingDetIdProducer)
Make a collection of detids to be kept in a AOD rechit collection These are all the ES DetIds of ES PFClusters associated to all PF clusters within dR of ele/pho/sc The aim is to save enough preshower info in the AOD to remake the PF clusters near an ele/pho/sc
Definition at line 42 of file EgammaIsoESDetIdCollectionProducer.h.
|
explicit |
ctor
Definition at line 10 of file EgammaIsoESDetIdCollectionProducer.cc.
References ecalPFClustersToken_, eeClusToESMapToken_, elesToken_, edm::ParameterSet::getParameter(), interestingDetIdCollection_, maxDR_, minEleEt_, minPhoEt_, minSCEt_, phosToken_, AlCaHLTBitMon_QueryRunRegistry::string, and superClustersToken_.
|
private |
Definition at line 109 of file EgammaIsoESDetIdCollectionProducer.cc.
References reco::deltaR2(), PFLayer::ECAL_ENDCAP, reco::CaloCluster::eta(), reco::PFCluster::layer(), maxDR_, and reco::CaloCluster::phi().
Referenced by produce().
|
final |
Definition at line 43 of file EgammaIsoESDetIdCollectionProducer.cc.
|
override |
producer
Definition at line 50 of file EgammaIsoESDetIdCollectionProducer.cc.
References addDetIds(), ecalPFClustersToken_, eeClusToESMapToken_, elesToken_, SimCluster::energy(), edm::Event::getByToken(), interestingDetIdCollection_, edm::HandleBase::isValid(), minEleEt_, minPhoEt_, minSCEt_, eostools::move(), phosToken_, edm::Event::put(), SimDataFormats::CaloAnalysis::sc, funct::sin(), jetUpdater_cfi::sort, superClustersToken_, SimCluster::theta(), and tier0::unique().
|
private |
Definition at line 55 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 54 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 57 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 60 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 66 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by addDetIds(), and EgammaIsoESDetIdCollectionProducer().
|
private |
Definition at line 63 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 64 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 62 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 58 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().
|
private |
Definition at line 56 of file EgammaIsoESDetIdCollectionProducer.h.
Referenced by EgammaIsoESDetIdCollectionProducer(), and produce().