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
 
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 }
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<double>(("multThresEB"), EgammaLocalCovParamDefaults::kMultThresEB);
76  desc.add<double>(("multThresEE"), EgammaLocalCovParamDefaults::kMultThresEE);
77  descriptions.add(("hltEgammaHLTClusterShapeProducer"), desc);
78 }
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 80 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(), HI_PhotonSkim_cff::rechits, recoEcalCandidateProducer_, run3scouting_cff::sMaj, Cluster2ndMoments::sMaj, run3scouting_cff::sMin, Cluster2ndMoments::sMin, mathSSE::sqrt(), and particleFlowZeroSuppressionECAL_cff::thresholds.

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