#include <EgammaIsoESDetIdCollectionProducer.h>
Public Member Functions | |
virtual void | beginRun (edm::Run const &, const edm::EventSetup &) overridefinal |
EgammaIsoESDetIdCollectionProducer (const edm::ParameterSet &) | |
ctor More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
producer More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
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().
|
finaloverridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 43 of file EgammaIsoESDetIdCollectionProducer.cc.
|
virtual |
producer
Implements edm::stream::EDProducerBase.
Definition at line 50 of file EgammaIsoESDetIdCollectionProducer.cc.
References addDetIds(), ecalPFClustersToken_, eeClusToESMapToken_, elesToken_, edm::Event::getByToken(), interestingDetIdCollection_, edm::HandleBase::isValid(), minEleEt_, minPhoEt_, minSCEt_, phosToken_, edm::Event::put(), funct::sin(), python.multivaluedict::sort(), and superClustersToken_.
|
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().