CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
RecHitMapProducer Class Reference
Inheritance diagram for RecHitMapProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 
 RecHitMapProducer (const edm::ParameterSet &)
 
- 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

bool hgcalOnly_
 
const edm::EDGetTokenT< HGCRecHitCollectionhits_bh_token_
 
const edm::EDGetTokenT< reco::PFRecHitCollectionhits_eb_token_
 
const edm::EDGetTokenT< HGCRecHitCollectionhits_ee_token_
 
const edm::EDGetTokenT< HGCRecHitCollectionhits_fh_token_
 
const edm::EDGetTokenT< reco::PFRecHitCollectionhits_hb_token_
 
const edm::EDGetTokenT< reco::PFRecHitCollectionhits_ho_token_
 

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 17 of file RecHitMapProducer.cc.

Constructor & Destructor Documentation

◆ RecHitMapProducer()

RecHitMapProducer::RecHitMapProducer ( const edm::ParameterSet ps)

Definition at line 38 of file RecHitMapProducer.cc.

References hgcalOnly_.

39  : hits_ee_token_(consumes<HGCRecHitCollection>(ps.getParameter<edm::InputTag>("EEInput"))),
40  hits_fh_token_(consumes<HGCRecHitCollection>(ps.getParameter<edm::InputTag>("FHInput"))),
41  hits_bh_token_(consumes<HGCRecHitCollection>(ps.getParameter<edm::InputTag>("BHInput"))),
42  hits_eb_token_(consumes<reco::PFRecHitCollection>(ps.getParameter<edm::InputTag>("EBInput"))),
43  hits_hb_token_(consumes<reco::PFRecHitCollection>(ps.getParameter<edm::InputTag>("HBInput"))),
44  hits_ho_token_(consumes<reco::PFRecHitCollection>(ps.getParameter<edm::InputTag>("HOInput"))),
45  hgcalOnly_(ps.getParameter<bool>("hgcalOnly")) {
46  produces<DetIdRecHitMap>("hgcalRecHitMap");
47  if (!hgcalOnly_)
48  produces<DetIdRecHitMap>("barrelRecHitMap");
49 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_ho_token_
const edm::EDGetTokenT< HGCRecHitCollection > hits_fh_token_
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_hb_token_
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_eb_token_
const edm::EDGetTokenT< HGCRecHitCollection > hits_bh_token_
const edm::EDGetTokenT< HGCRecHitCollection > hits_ee_token_

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 51 of file RecHitMapProducer.cc.

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

51  {
53  desc.add<edm::InputTag>("EEInput", {"HGCalRecHit", "HGCEERecHits"});
54  desc.add<edm::InputTag>("FHInput", {"HGCalRecHit", "HGCHEFRecHits"});
55  desc.add<edm::InputTag>("BHInput", {"HGCalRecHit", "HGCHEBRecHits"});
56  desc.add<edm::InputTag>("EBInput", {"particleFlowRecHitECAL", ""});
57  desc.add<edm::InputTag>("HBInput", {"particleFlowRecHitHBHE", ""});
58  desc.add<edm::InputTag>("HOInput", {"particleFlowRecHitHO", ""});
59  desc.add<bool>("hgcalOnly", true);
60  descriptions.add("recHitMapProducer", desc);
61 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

void RecHitMapProducer::produce ( edm::StreamID  ,
edm::Event evt,
const edm::EventSetup es 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 63 of file RecHitMapProducer.cc.

References hcalRecHitTable_cff::detId, edm::Event::get(), hgcalOnly_, hits_bh_token_, hits_eb_token_, hits_ee_token_, hits_fh_token_, hits_hb_token_, hits_ho_token_, mps_fire::i, eostools::move(), edm::Event::put(), and findQualityFiles::size.

63  {
64  auto hitMapHGCal = std::make_unique<DetIdRecHitMap>();
65  const auto& ee_hits = evt.get(hits_ee_token_);
66  const auto& fh_hits = evt.get(hits_fh_token_);
67  const auto& bh_hits = evt.get(hits_bh_token_);
68 
69  for (unsigned int i = 0; i < ee_hits.size(); ++i) {
70  hitMapHGCal->emplace(ee_hits[i].detid(), i);
71  }
72  auto size = ee_hits.size();
73 
74  for (unsigned int i = 0; i < fh_hits.size(); ++i) {
75  hitMapHGCal->emplace(fh_hits[i].detid(), i + size);
76  }
77  size += fh_hits.size();
78 
79  for (unsigned int i = 0; i < bh_hits.size(); ++i) {
80  hitMapHGCal->emplace(bh_hits[i].detid(), i + size);
81  }
82 
83  evt.put(std::move(hitMapHGCal), "hgcalRecHitMap");
84 
85  if (!hgcalOnly_) {
86  auto hitMapBarrel = std::make_unique<DetIdRecHitMap>();
87  const auto& eb_hits = evt.get(hits_eb_token_);
88  const auto& hb_hits = evt.get(hits_hb_token_);
89  const auto& ho_hits = evt.get(hits_ho_token_);
90  size = 0;
91 
92  for (unsigned int i = 0; i < eb_hits.size(); ++i) {
93  hitMapBarrel->emplace(eb_hits[i].detId(), i);
94  }
95  size += eb_hits.size();
96 
97  for (unsigned int i = 0; i < hb_hits.size(); ++i) {
98  hitMapBarrel->emplace(hb_hits[i].detId(), i + size);
99  }
100  size += hb_hits.size();
101 
102  for (unsigned int i = 0; i < ho_hits.size(); ++i) {
103  hitMapBarrel->emplace(ho_hits[i].detId(), i + size);
104  }
105  evt.put(std::move(hitMapBarrel), "barrelRecHitMap");
106  }
107 }
size
Write out results.
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_ho_token_
bool get(ProductID const &oid, Handle< PROD > &result) const
Definition: Event.h:344
const edm::EDGetTokenT< HGCRecHitCollection > hits_fh_token_
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_hb_token_
const edm::EDGetTokenT< reco::PFRecHitCollection > hits_eb_token_
const edm::EDGetTokenT< HGCRecHitCollection > hits_bh_token_
const edm::EDGetTokenT< HGCRecHitCollection > hits_ee_token_
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

◆ hgcalOnly_

bool RecHitMapProducer::hgcalOnly_
private

Definition at line 31 of file RecHitMapProducer.cc.

Referenced by produce(), and RecHitMapProducer().

◆ hits_bh_token_

const edm::EDGetTokenT<HGCRecHitCollection> RecHitMapProducer::hits_bh_token_
private

Definition at line 27 of file RecHitMapProducer.cc.

Referenced by produce().

◆ hits_eb_token_

const edm::EDGetTokenT<reco::PFRecHitCollection> RecHitMapProducer::hits_eb_token_
private

Definition at line 28 of file RecHitMapProducer.cc.

Referenced by produce().

◆ hits_ee_token_

const edm::EDGetTokenT<HGCRecHitCollection> RecHitMapProducer::hits_ee_token_
private

Definition at line 25 of file RecHitMapProducer.cc.

Referenced by produce().

◆ hits_fh_token_

const edm::EDGetTokenT<HGCRecHitCollection> RecHitMapProducer::hits_fh_token_
private

Definition at line 26 of file RecHitMapProducer.cc.

Referenced by produce().

◆ hits_hb_token_

const edm::EDGetTokenT<reco::PFRecHitCollection> RecHitMapProducer::hits_hb_token_
private

Definition at line 29 of file RecHitMapProducer.cc.

Referenced by produce().

◆ hits_ho_token_

const edm::EDGetTokenT<reco::PFRecHitCollection> RecHitMapProducer::hits_ho_token_
private

Definition at line 30 of file RecHitMapProducer.cc.

Referenced by produce().