Private Member Functions | |
void | addDetIds (const reco::SuperCluster &superClus, reco::PFClusterCollection clusters, const reco::PFCluster::EEtoPSAssociation &eeClusToESMap, std::vector< DetId > &detIdsToStore) const |
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::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
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 31 of file EgammaIsoESDetIdCollectionProducer.cc.
|
explicit |
ctor
Definition at line 63 of file EgammaIsoESDetIdCollectionProducer.cc.
References edm::EDConsumerBase::consumes(), and edm::ParameterSet::getParameter().
|
private |
Definition at line 125 of file EgammaIsoESDetIdCollectionProducer.cc.
References reco::deltaR2(), PFLayer::ECAL_ENDCAP, reco::CaloCluster::eta(), reco::PFCluster::layer(), maxDR_, and reco::CaloCluster::phi().
Referenced by produce().
|
overridevirtual |
producer
Implements edm::global::EDProducerBase.
Definition at line 82 of file EgammaIsoESDetIdCollectionProducer.cc.
References addDetIds(), ecalPFClustersToken_, eeClusToESMapToken_, elesToken_, edm::Event::getHandle(), interestingDetIdCollection_, minEleEt_, minPhoEt_, minSCEt_, eostools::move(), phosToken_, edm::Event::put(), funct::sin(), HLT_FULL_cff::superClusters, superClustersToken_, and tier0::unique().
|
private |
Definition at line 46 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 45 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 48 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 51 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 57 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by addDetIds().
|
private |
Definition at line 54 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 55 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 53 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 49 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().
|
private |
Definition at line 47 of file EgammaIsoESDetIdCollectionProducer.cc.
Referenced by produce().