CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
EgammaHLTClusterShapeProducer Class Reference

#include <RecoEgamma/EgammaHLTProducers/interface/EgammaHLTClusterShapeProducer.h>

Inheritance diagram for EgammaHLTClusterShapeProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 EgammaHLTClusterShapeProducer (const edm::ParameterSet &)
 
void produce (edm::StreamID sid, edm::Event &, const edm::EventSetup &) const override
 
 ~EgammaHLTClusterShapeProducer () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

const EcalClusterLazyTools::ESGetTokens ecalClusterLazyToolsESGetTokens_
 
const edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcdecalPFRechitThresholdsToken_
 
const edm::EDGetTokenT< EcalRecHitCollectionecalRechitEBToken_
 
const edm::EDGetTokenT< EcalRecHitCollectionecalRechitEEToken_
 
const double multThresEB_
 
const double multThresEE_
 
const edm::EDGetTokenT< reco::RecoEcalCandidateCollectionrecoEcalCandidateProducer_
 
const bool useIEta_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
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
 
- Protected Member Functions inherited from edm::ProducerBase
template<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
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< Bconsumes (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 ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
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)
 

Detailed Description

Definition at line 29 of file EgammaHLTClusterShapeProducer.cc.

Constructor & Destructor Documentation

◆ EgammaHLTClusterShapeProducer()

EgammaHLTClusterShapeProducer::EgammaHLTClusterShapeProducer ( const edm::ParameterSet config)
explicit

Definition at line 50 of file EgammaHLTClusterShapeProducer.cc.

References edm::EDConsumerBase::consumesCollector().

51  : recoEcalCandidateProducer_(consumes(config.getParameter<edm::InputTag>("recoEcalCandidateProducer"))),
52  ecalRechitEBToken_(consumes(config.getParameter<edm::InputTag>("ecalRechitEB"))),
53  ecalRechitEEToken_(consumes(config.getParameter<edm::InputTag>("ecalRechitEE"))),
56  useIEta_(config.getParameter<bool>("isIeta")),
57  multThresEB_(config.getParameter<double>("multThresEB")),
58  multThresEE_(config.getParameter<double>("multThresEE")) {
59  //register your products
60  produces<reco::RecoEcalCandidateIsolationMap>();
61  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIEtaIEta5x5");
62  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIEtaIEta5x5NoiseCleaned");
63  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi");
64  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi5x5");
65  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi5x5NoiseCleaned");
66 }
Definition: config.py:1
const edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd > ecalPFRechitThresholdsToken_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const EcalClusterLazyTools::ESGetTokens ecalClusterLazyToolsESGetTokens_
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
const edm::EDGetTokenT< EcalRecHitCollection > ecalRechitEEToken_
const edm::EDGetTokenT< EcalRecHitCollection > ecalRechitEBToken_
const edm::EDGetTokenT< reco::RecoEcalCandidateCollection > recoEcalCandidateProducer_

◆ ~EgammaHLTClusterShapeProducer()

EgammaHLTClusterShapeProducer::~EgammaHLTClusterShapeProducer ( )
override

Definition at line 68 of file EgammaHLTClusterShapeProducer.cc.

68 {}

Member Function Documentation

◆ fillDescriptions()

void EgammaHLTClusterShapeProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 70 of file EgammaHLTClusterShapeProducer.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, EgammaLocalCovParamDefaults::kMultThresEB, and EgammaLocalCovParamDefaults::kMultThresEE.

70  {
72  desc.add<edm::InputTag>(("recoEcalCandidateProducer"), edm::InputTag("hltL1SeededRecoEcalCandidate"));
73  desc.add<edm::InputTag>(("ecalRechitEB"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEB"));
74  desc.add<edm::InputTag>(("ecalRechitEE"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEE"));
75  desc.add<bool>(("isIeta"), true);
76  desc.add<double>(("multThresEB"), EgammaLocalCovParamDefaults::kMultThresEB);
77  desc.add<double>(("multThresEE"), EgammaLocalCovParamDefaults::kMultThresEE);
78  descriptions.add(("hltEgammaHLTClusterShapeProducer"), desc);
79 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

void EgammaHLTClusterShapeProducer::produce ( edm::StreamID  sid,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 81 of file EgammaHLTClusterShapeProducer.cc.

References DetId::Ecal, ecalClusterLazyToolsESGetTokens_, ecalPFRechitThresholdsToken_, ecalRechitEBToken_, ecalRechitEEToken_, EcalClusterLazyToolsBase::ESGetTokens::get(), edm::EventSetup::getData(), iEvent, edm::AssociationMap< Tag >::insert(), EgammaLocalCovParamDefaults::kRelEnCut, EcalClusterLazyToolsT< ClusterTools >::localCovariances(), multThresEB_, multThresEE_, recoEcalCandidateProducer_, mathSSE::sqrt(), particleFlowZeroSuppressionECAL_cff::thresholds, and useIEta_.

83  {
84  // Get the HLT filtered objects
86  iEvent.getByToken(recoEcalCandidateProducer_, recoecalcandHandle);
87 
88  auto const& ecalClusterLazyToolsESData = ecalClusterLazyToolsESGetTokens_.get(iSetup);
89  auto const& thresholds = iSetup.getData(ecalPFRechitThresholdsToken_);
90 
91  EcalClusterLazyTools lazyTools(iEvent, ecalClusterLazyToolsESData, ecalRechitEBToken_, ecalRechitEEToken_);
92  noZS::EcalClusterLazyTools lazyTools5x5(iEvent, ecalClusterLazyToolsESData, ecalRechitEBToken_, ecalRechitEEToken_);
93 
94  //Map is for sigmaIEtaIEta
95  reco::RecoEcalCandidateIsolationMap clshMap(recoecalcandHandle);
96  reco::RecoEcalCandidateIsolationMap clsh5x5Map(recoecalcandHandle);
97  reco::RecoEcalCandidateIsolationMap clsh5x5NoiseCleanedMap(recoecalcandHandle);
98 
99  //Map2 is for sigmaIPhiIPhi
100  reco::RecoEcalCandidateIsolationMap clshMap2(recoecalcandHandle);
101  reco::RecoEcalCandidateIsolationMap clsh5x5Map2(recoecalcandHandle);
102  reco::RecoEcalCandidateIsolationMap clsh5x5NoiseCleanedMap2(recoecalcandHandle);
103 
104  for (unsigned int iRecoEcalCand = 0; iRecoEcalCand < recoecalcandHandle->size(); iRecoEcalCand++) {
105  reco::RecoEcalCandidateRef recoecalcandref(recoecalcandHandle, iRecoEcalCand);
106  if (recoecalcandref->superCluster()->seed()->seed().det() != DetId::Ecal) { //HGCAL, skip for now
107  clshMap.insert(recoecalcandref, 0);
108  clsh5x5Map.insert(recoecalcandref, 0);
109  clsh5x5NoiseCleanedMap.insert(recoecalcandref, 0);
110 
111  clshMap2.insert(recoecalcandref, 0);
112  clsh5x5Map2.insert(recoecalcandref, 0);
113  clsh5x5NoiseCleanedMap2.insert(recoecalcandref, 0);
114 
115  continue;
116  }
117 
118  double sigmaee;
119  double sigmapp; //sigmaIphiIphi, needed in e/gamma HLT regression setup
120  if (useIEta_) {
121  //this is fractional showershape (sigmaIEtaIEta / sigmaIPhiIPhi)
122  const auto& vCov = lazyTools.localCovariances(*(recoecalcandref->superCluster()->seed()));
123  sigmaee = sqrt(vCov[0]);
124  sigmapp = sqrt(vCov[2]);
125  } else {
126  //this is showershape using absolute geometry (sigmaEtaEta / sigmaPhiPhi)
127  //generally not used anymore
128  const auto& vCov = lazyTools.covariances(*(recoecalcandref->superCluster()->seed()));
129  sigmaee = sqrt(vCov[0]);
130  sigmapp = sqrt(vCov[2]);
131  double EtaSC = recoecalcandref->eta();
132  if (EtaSC > 1.479)
133  sigmaee = sigmaee - 0.02 * (EtaSC - 2.3);
134  }
135 
136  //this is full5x5 showershape
137  auto const ecalCandLocalCov = lazyTools5x5.localCovariances(*(recoecalcandref->superCluster()->seed()));
138  auto const sigmaee5x5 = sqrt(ecalCandLocalCov[0]);
139  auto const sigmapp5x5 = sqrt(ecalCandLocalCov[2]);
140 
141  auto const ecalCandLocalCovNoiseCleaned = lazyTools5x5.localCovariances(*(recoecalcandref->superCluster()->seed()),
143  &thresholds,
144  multThresEB_,
145  multThresEE_);
146  auto const sigmaee5x5NoiseCleaned = sqrt(ecalCandLocalCovNoiseCleaned[0]);
147  auto const sigmapp5x5NoiseCleaned = sqrt(ecalCandLocalCovNoiseCleaned[2]);
148 
149  clshMap.insert(recoecalcandref, sigmaee);
150  clsh5x5Map.insert(recoecalcandref, sigmaee5x5);
151  clsh5x5NoiseCleanedMap.insert(recoecalcandref, sigmaee5x5NoiseCleaned);
152 
153  clshMap2.insert(recoecalcandref, sigmapp);
154  clsh5x5Map2.insert(recoecalcandref, sigmapp5x5);
155  clsh5x5NoiseCleanedMap2.insert(recoecalcandref, sigmapp5x5NoiseCleaned);
156  }
157 
158  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshMap));
159  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5Map), "sigmaIEtaIEta5x5");
160  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5NoiseCleanedMap),
161  "sigmaIEtaIEta5x5NoiseCleaned");
162 
163  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshMap2), "sigmaIPhiIPhi");
164  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5Map2), "sigmaIPhiIPhi5x5");
165  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5NoiseCleanedMap2),
166  "sigmaIPhiIPhi5x5NoiseCleaned");
167 }
const edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd > ecalPFRechitThresholdsToken_
ESData get(edm::EventSetup const &eventSetup) const
int iEvent
Definition: GenABIO.cc:224
const EcalClusterLazyTools::ESGetTokens ecalClusterLazyToolsESGetTokens_
T sqrt(T t)
Definition: SSEVec.h:19
bool getData(T &iHolder) const
Definition: EventSetup.h:122
const edm::EDGetTokenT< EcalRecHitCollection > ecalRechitEEToken_
const edm::EDGetTokenT< EcalRecHitCollection > ecalRechitEBToken_
const edm::EDGetTokenT< reco::RecoEcalCandidateCollection > recoEcalCandidateProducer_

Member Data Documentation

◆ ecalClusterLazyToolsESGetTokens_

const EcalClusterLazyTools::ESGetTokens EgammaHLTClusterShapeProducer::ecalClusterLazyToolsESGetTokens_
private

Definition at line 43 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ ecalPFRechitThresholdsToken_

const edm::ESGetToken<EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd> EgammaHLTClusterShapeProducer::ecalPFRechitThresholdsToken_
private

Definition at line 44 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ ecalRechitEBToken_

const edm::EDGetTokenT<EcalRecHitCollection> EgammaHLTClusterShapeProducer::ecalRechitEBToken_
private

Definition at line 41 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ ecalRechitEEToken_

const edm::EDGetTokenT<EcalRecHitCollection> EgammaHLTClusterShapeProducer::ecalRechitEEToken_
private

Definition at line 42 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ multThresEB_

const double EgammaHLTClusterShapeProducer::multThresEB_
private

Definition at line 46 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ multThresEE_

const double EgammaHLTClusterShapeProducer::multThresEE_
private

Definition at line 47 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ recoEcalCandidateProducer_

const edm::EDGetTokenT<reco::RecoEcalCandidateCollection> EgammaHLTClusterShapeProducer::recoEcalCandidateProducer_
private

Definition at line 40 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ useIEta_

const bool EgammaHLTClusterShapeProducer::useIEta_
private

Definition at line 45 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().