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 noexcept final
 
bool wantsGlobalRuns () const noexcept final
 
bool wantsInputProcessBlocks () const noexcept final
 
bool wantsProcessBlocks () const noexcept final
 
bool wantsStreamLuminosityBlocks () const noexcept final
 
bool wantsStreamRuns () const noexcept 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
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices 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_
 

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 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 49 of file EgammaHLTClusterShapeProducer.cc.

References edm::EDConsumerBase::consumesCollector().

50  : recoEcalCandidateProducer_(consumes(config.getParameter<edm::InputTag>("recoEcalCandidateProducer"))),
51  ecalRechitEBToken_(consumes(config.getParameter<edm::InputTag>("ecalRechitEB"))),
52  ecalRechitEEToken_(consumes(config.getParameter<edm::InputTag>("ecalRechitEE"))),
55  multThresEB_(config.getParameter<double>("multThresEB")),
56  multThresEE_(config.getParameter<double>("multThresEE")) {
57  //register your products
58  produces<reco::RecoEcalCandidateIsolationMap>();
59  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIEtaIEta5x5");
60  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIEtaIEta5x5NoiseCleaned");
61  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi");
62  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi5x5");
63  produces<reco::RecoEcalCandidateIsolationMap>("sigmaIPhiIPhi5x5NoiseCleaned");
64  produces<reco::RecoEcalCandidateIsolationMap>("sMajor");
65  produces<reco::RecoEcalCandidateIsolationMap>("sMinor");
66  produces<reco::RecoEcalCandidateIsolationMap>("e2x2");
67 }
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 69 of file EgammaHLTClusterShapeProducer.cc.

69 {}

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 71 of file EgammaHLTClusterShapeProducer.cc.

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

71  {
73  desc.add<edm::InputTag>(("recoEcalCandidateProducer"), edm::InputTag("hltL1SeededRecoEcalCandidate"));
74  desc.add<edm::InputTag>(("ecalRechitEB"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEB"));
75  desc.add<edm::InputTag>(("ecalRechitEE"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEE"));
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 funct::abs(), DetId::Ecal, ecalClusterLazyToolsESGetTokens_, ecalPFRechitThresholdsToken_, ecalRechitEBToken_, ecalRechitEEToken_, EcalClusterLazyToolsBase::ESGetTokens::get(), edm::EventSetup::getData(), iEvent, edm::AssociationMap< Tag >::insert(), EgammaLocalCovParamDefaults::kRelEnCut, EcalClusterLazyToolsT< ClusterTools >::localCovariances(), multThresEB_, multThresEE_, edm::Handle< T >::product(), recoEcalCandidateProducer_, run3scouting_cff::sMaj, Cluster2ndMoments::sMaj, run3scouting_cff::sMin, Cluster2ndMoments::sMin, mathSSE::sqrt(), and particleFlowZeroSuppressionECAL_cff::thresholds.

83  {
84  // Get the HLT filtered objects
86  iEvent.getByToken(recoEcalCandidateProducer_, recoecalcandHandle);
87 
90  iEvent.getByToken(ecalRechitEBToken_, rechitsEB_);
91  iEvent.getByToken(ecalRechitEEToken_, rechitsEE_);
92 
93  auto const& ecalClusterLazyToolsESData = ecalClusterLazyToolsESGetTokens_.get(iSetup);
94  auto const& thresholds = iSetup.getData(ecalPFRechitThresholdsToken_);
95 
96  EcalClusterLazyTools lazyTools(iEvent, ecalClusterLazyToolsESData, ecalRechitEBToken_, ecalRechitEEToken_);
97  noZS::EcalClusterLazyTools lazyTools5x5(iEvent, ecalClusterLazyToolsESData, ecalRechitEBToken_, ecalRechitEEToken_);
98 
99  //Map is for sigmaIEtaIEta
100  reco::RecoEcalCandidateIsolationMap clshMap(recoecalcandHandle);
101  reco::RecoEcalCandidateIsolationMap clsh5x5Map(recoecalcandHandle);
102  reco::RecoEcalCandidateIsolationMap clsh5x5NoiseCleanedMap(recoecalcandHandle);
103 
104  //Map2 is for sigmaIPhiIPhi
105  reco::RecoEcalCandidateIsolationMap clshMap2(recoecalcandHandle);
106  reco::RecoEcalCandidateIsolationMap clsh5x5Map2(recoecalcandHandle);
107  reco::RecoEcalCandidateIsolationMap clsh5x5NoiseCleanedMap2(recoecalcandHandle);
108 
109  reco::RecoEcalCandidateIsolationMap clshSMajorMap(recoecalcandHandle);
110  reco::RecoEcalCandidateIsolationMap clshSMinorMap(recoecalcandHandle);
111 
112  reco::RecoEcalCandidateIsolationMap e2x2Map(recoecalcandHandle);
113 
114  for (unsigned int iRecoEcalCand = 0; iRecoEcalCand < recoecalcandHandle->size(); iRecoEcalCand++) {
115  reco::RecoEcalCandidateRef recoecalcandref(recoecalcandHandle, iRecoEcalCand);
116  if (recoecalcandref->superCluster()->seed()->seed().det() != DetId::Ecal) { //HGCAL, skip for now
117  clshMap.insert(recoecalcandref, 0);
118  clsh5x5Map.insert(recoecalcandref, 0);
119  clsh5x5NoiseCleanedMap.insert(recoecalcandref, 0);
120 
121  clshMap2.insert(recoecalcandref, 0);
122  clsh5x5Map2.insert(recoecalcandref, 0);
123  clsh5x5NoiseCleanedMap2.insert(recoecalcandref, 0);
124 
125  clshSMajorMap.insert(recoecalcandref, 0);
126  clshSMinorMap.insert(recoecalcandref, 0);
127 
128  e2x2Map.insert(recoecalcandref, 0);
129 
130  continue;
131  }
132 
133  double sigmaee;
134  double sigmapp; //sigmaIphiIphi, needed in e/gamma HLT regression setup
135 
136  const auto& vCov = lazyTools.localCovariances(*(recoecalcandref->superCluster()->seed()));
137  sigmaee = sqrt(vCov[0]);
138  sigmapp = sqrt(vCov[2]);
139 
140  //this is full5x5 showershape
141  auto const ecalCandLocalCov = lazyTools5x5.localCovariances(*(recoecalcandref->superCluster()->seed()));
142  auto const sigmaee5x5 = sqrt(ecalCandLocalCov[0]);
143  auto const sigmapp5x5 = sqrt(ecalCandLocalCov[2]);
144 
145  auto const ecalCandLocalCovNoiseCleaned = lazyTools5x5.localCovariances(*(recoecalcandref->superCluster()->seed()),
147  &thresholds,
148  multThresEB_,
149  multThresEE_);
150  auto const sigmaee5x5NoiseCleaned = sqrt(ecalCandLocalCovNoiseCleaned[0]);
151  auto const sigmapp5x5NoiseCleaned = sqrt(ecalCandLocalCovNoiseCleaned[2]);
152 
153  clshMap.insert(recoecalcandref, sigmaee);
154  clsh5x5Map.insert(recoecalcandref, sigmaee5x5);
155  clsh5x5NoiseCleanedMap.insert(recoecalcandref, sigmaee5x5NoiseCleaned);
156 
157  clshMap2.insert(recoecalcandref, sigmapp);
158  clsh5x5Map2.insert(recoecalcandref, sigmapp5x5);
159  clsh5x5NoiseCleanedMap2.insert(recoecalcandref, sigmapp5x5NoiseCleaned);
160 
161  reco::CaloClusterPtr SCseed = recoecalcandref->superCluster()->seed();
162  const EcalRecHitCollection* rechits =
163  (std::abs(recoecalcandref->eta()) < 1.479) ? rechitsEB_.product() : rechitsEE_.product();
164  Cluster2ndMoments moments = EcalClusterTools::cluster2ndMoments(*SCseed, *rechits);
165  float sMaj = moments.sMaj;
166  float sMin = moments.sMin;
167  clshSMajorMap.insert(recoecalcandref, sMaj);
168  clshSMinorMap.insert(recoecalcandref, sMin);
169 
170  auto const e2x2 = lazyTools.e2x2(*(recoecalcandref->superCluster()->seed()));
171  e2x2Map.insert(recoecalcandref, e2x2);
172  }
173 
174  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshMap));
175  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5Map), "sigmaIEtaIEta5x5");
176  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5NoiseCleanedMap),
177  "sigmaIEtaIEta5x5NoiseCleaned");
178 
179  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshMap2), "sigmaIPhiIPhi");
180  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5Map2), "sigmaIPhiIPhi5x5");
181  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clsh5x5NoiseCleanedMap2),
182  "sigmaIPhiIPhi5x5NoiseCleaned");
183 
184  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshSMajorMap), "sMajor");
185  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(clshSMinorMap), "sMinor");
186 
187  iEvent.put(std::make_unique<reco::RecoEcalCandidateIsolationMap>(e2x2Map), "e2x2");
188 }
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Definition: EventSetup.h:119
T const * product() const
Definition: Handle.h:70
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:23
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
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 45 of file EgammaHLTClusterShapeProducer.cc.

Referenced by produce().

◆ multThresEE_

const double EgammaHLTClusterShapeProducer::multThresEE_
private

Definition at line 46 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().