CMS 3D CMS Logo

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

Public Member Functions

 DeDxEstimatorRekeyer (const edm::ParameterSet &)
 
 ~DeDxEstimatorRekeyer () 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 Member Functions

template<typename T >
std::map< std::string, edm::EDGetTokenT< T > > getTokens (const std::vector< edm::InputTag > &tags)
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

const std::map< std::string, edm::EDGetTokenT< edm::ValueMap< reco::DeDxData > > > dedxEstimatorsTokens_
 
const edm::EDGetTokenT< reco::DeDxHitInfoAssdedxHitAssToken_
 
const edm::EDGetTokenT< edm::ValueMap< std::vector< float > > > dedxHitMomToken_
 
const std::map< std::string, edm::EDGetTokenT< pat::PackedCandidateCollection > > packedCandidatesTokens_
 
const edm::EDGetTokenT< reco::TrackCollectiontracksToken_
 
const std::map< std::string, edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > > trk2pcTokens_
 

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 13 of file DeDxEstimatorRekeyer.cc.

Constructor & Destructor Documentation

◆ DeDxEstimatorRekeyer()

DeDxEstimatorRekeyer::DeDxEstimatorRekeyer ( const edm::ParameterSet iConfig)
explicit

Definition at line 52 of file DeDxEstimatorRekeyer.cc.

References ztail::d, and dedxEstimatorsTokens_.

53  : tracksToken_(consumes<reco::TrackCollection>(iConfig.getParameter<edm::InputTag>("tracks"))),
54  dedxHitAssToken_(consumes<reco::DeDxHitInfoAss>(iConfig.getParameter<edm::InputTag>("dedxHits"))),
56  consumes<edm::ValueMap<std::vector<float>>>(iConfig.getParameter<edm::InputTag>("dedxMomentum"))),
58  getTokens<edm::ValueMap<reco::DeDxData>>(iConfig.getParameter<std::vector<edm::InputTag>>("dedxEstimators"))),
59  packedCandidatesTokens_(getTokens<pat::PackedCandidateCollection>(
60  iConfig.getParameter<std::vector<edm::InputTag>>("packedCandidates"))),
62  iConfig.getParameter<std::vector<edm::InputTag>>("packedCandidates"))) {
63  for (const auto& d : dedxEstimatorsTokens_)
64  produces<edm::ValueMap<reco::DeDxData>>(d.first);
65  produces<reco::DeDxHitInfoCollection>();
66  produces<reco::DeDxHitInfoAss>();
67  produces<edm::ValueMap<std::vector<float>>>("momentumAtHit");
68 }
const edm::EDGetTokenT< edm::ValueMap< std::vector< float > > > dedxHitMomToken_
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
const std::map< std::string, edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > > trk2pcTokens_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< reco::DeDxHitInfoAss > dedxHitAssToken_
const std::map< std::string, edm::EDGetTokenT< pat::PackedCandidateCollection > > packedCandidatesTokens_
const edm::EDGetTokenT< reco::TrackCollection > tracksToken_
std::map< std::string, edm::EDGetTokenT< T > > getTokens(const std::vector< edm::InputTag > &tags)
d
Definition: ztail.py:151
const std::map< std::string, edm::EDGetTokenT< edm::ValueMap< reco::DeDxData > > > dedxEstimatorsTokens_

◆ ~DeDxEstimatorRekeyer()

DeDxEstimatorRekeyer::~DeDxEstimatorRekeyer ( )
inlineoverride

Definition at line 16 of file DeDxEstimatorRekeyer.cc.

16 {}

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 39 of file DeDxEstimatorRekeyer.cc.

References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.

39  {
41  desc.add<edm::InputTag>("tracks", {"generalTracks"});
42  desc.add<edm::InputTag>("dedxHits", {"dedxHitInfo"});
43  desc.add<edm::InputTag>("dedxMomentum", {"dedxHitInfo:momentumAtHit"});
44  desc.add<std::vector<edm::InputTag>>(
45  "packedCandidates",
46  {edm::InputTag("packedPFCandidates"), edm::InputTag("lostTracks"), edm::InputTag("lostTracks:eleTracks")});
47  desc.add<std::vector<edm::InputTag>>("dedxEstimators",
48  {edm::InputTag("dedxHarmonic2"), edm::InputTag("dedxPixelHarmonic2")});
49  descriptions.addWithDefaultLabel(desc);
50 }
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)

◆ getTokens()

template<typename T >
std::map<std::string, edm::EDGetTokenT<T> > DeDxEstimatorRekeyer::getTokens ( const std::vector< edm::InputTag > &  tags)
inlineprivate

Definition at line 23 of file DeDxEstimatorRekeyer.cc.

References makeGlobalPositionRcd_cfg::tag, and getPayloadData::tags.

23  {
24  std::map<std::string, edm::EDGetTokenT<T>> tokens;
25  for (const auto& tag : tags)
26  tokens.emplace(tag.label(), consumes<T>(tag));
27  return tokens;
28  };

◆ produce()

void DeDxEstimatorRekeyer::produce ( edm::StreamID  ,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 70 of file DeDxEstimatorRekeyer.cc.

References ztail::d, slimming_cff::dedxEstimators, dedxEstimatorsTokens_, dedxHitAssToken_, dedxHitMomToken_, trigObjTnPSource_cfi::filler, h, iEvent, dqmdumpme::indices, genParticles_cff::map, eostools::move(), AlCaHLTBitMon_ParallelJobs::p, packedCandidatesTokens_, HLT_2024v14_cff::track, DiMuonV_cfg::tracks, tracksToken_, and trk2pcTokens_.

70  {
71  // Get input collections
72  const auto& tracks = iEvent.getHandle(tracksToken_);
73  std::vector<reco::TrackRef> trackRefs;
74  trackRefs.reserve(tracks->size());
75  for (auto track = tracks->begin(); track != tracks->end(); track++)
76  trackRefs.emplace_back(tracks, track - tracks->begin());
77 
78  typedef std::map<pat::PackedCandidateRef, reco::TrackRef> PCTrkMap;
79  std::vector<std::pair<edm::Handle<pat::PackedCandidateCollection>, PCTrkMap>> pcTrkMap;
80  pcTrkMap.reserve(packedCandidatesTokens_.size());
81  for (const auto& p : packedCandidatesTokens_) {
82  PCTrkMap map;
83  const auto& trk2pc = iEvent.get(trk2pcTokens_.at(p.first));
84  for (const auto& track : trackRefs) {
85  const auto& pc = trk2pc[track];
86  if (pc.isNonnull())
87  map.emplace(pc, track);
88  }
89  pcTrkMap.emplace_back(iEvent.getHandle(p.second), map);
90  }
91 
92  // Rekey dEdx estimators
93  for (const auto& d : dedxEstimatorsTokens_) {
94  const auto& dedxEstimators = iEvent.get(d.second);
95  auto trackDeDxValueMap = std::make_unique<edm::ValueMap<reco::DeDxData>>();
97  // Loop over packed candidates
98  for (const auto& h : pcTrkMap) {
99  std::vector<reco::DeDxData> dedxEstimate(h.first->size());
100  for (const auto& p : h.second)
101  dedxEstimate[p.first.key()] = dedxEstimators[p.second];
102  filler.insert(h.first, dedxEstimate.begin(), dedxEstimate.end());
103  }
104  // Fill the value map and put it into the event
105  filler.fill();
106  iEvent.put(std::move(trackDeDxValueMap), d.first);
107  }
108 
109  // Rekey dEdx hit info
110  const auto& dedxHitMom = iEvent.get(dedxHitMomToken_);
111  const auto& dedxHitAss = iEvent.get(dedxHitAssToken_);
112  const auto& dedxHitInfoHandle = iEvent.getRefBeforePut<reco::DeDxHitInfoCollection>();
113  auto dedxHitInfoAssociation = std::make_unique<reco::DeDxHitInfoAss>(dedxHitInfoHandle);
114  reco::DeDxHitInfoAss::Filler filler(*dedxHitInfoAssociation);
115  auto resultdedxHitColl = std::make_unique<reco::DeDxHitInfoCollection>();
116  resultdedxHitColl->reserve(pcTrkMap.size() > 0 ? pcTrkMap.size() * pcTrkMap[0].second.size() : 0);
117  std::vector<std::vector<float>> momenta;
118  momenta.reserve(resultdedxHitColl->capacity());
119  // Loop over packed candidates
120  for (const auto& h : pcTrkMap) {
121  std::vector<int> indices(h.first->size(), -1);
122  for (const auto& p : h.second) {
123  const auto& dedxHit = dedxHitAss[p.second];
124  if (dedxHit.isNull())
125  continue;
126  indices[p.first.key()] = resultdedxHitColl->size();
127  resultdedxHitColl->emplace_back(*dedxHit);
128  momenta.emplace_back(dedxHitMom[dedxHit]);
129  }
130  filler.insert(h.first, indices.begin(), indices.end());
131  }
132  const auto& dedxHitCollHandle = iEvent.put(std::move(resultdedxHitColl));
133  // Fill the association map and put it into the event
134  filler.fill();
135  iEvent.put(std::move(dedxHitInfoAssociation));
136  // Fill the value map and put it into the event
137  auto dedxMomenta = std::make_unique<edm::ValueMap<std::vector<float>>>();
138  edm::ValueMap<std::vector<float>>::Filler mfiller(*dedxMomenta);
139  mfiller.insert(dedxHitCollHandle, momenta.begin(), momenta.end());
140  mfiller.fill();
141  iEvent.put(std::move(dedxMomenta), "momentumAtHit");
142 }
const edm::EDGetTokenT< edm::ValueMap< std::vector< float > > > dedxHitMomToken_
const std::map< std::string, edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > > trk2pcTokens_
const edm::EDGetTokenT< reco::DeDxHitInfoAss > dedxHitAssToken_
int iEvent
Definition: GenABIO.cc:224
const std::map< std::string, edm::EDGetTokenT< pat::PackedCandidateCollection > > packedCandidatesTokens_
const edm::EDGetTokenT< reco::TrackCollection > tracksToken_
d
Definition: ztail.py:151
std::vector< DeDxHitInfo > DeDxHitInfoCollection
Definition: DeDxHitInfo.h:119
const std::map< std::string, edm::EDGetTokenT< edm::ValueMap< reco::DeDxData > > > dedxEstimatorsTokens_
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

◆ dedxEstimatorsTokens_

const std::map<std::string, edm::EDGetTokenT<edm::ValueMap<reco::DeDxData> > > DeDxEstimatorRekeyer::dedxEstimatorsTokens_
private

Definition at line 34 of file DeDxEstimatorRekeyer.cc.

Referenced by DeDxEstimatorRekeyer(), and produce().

◆ dedxHitAssToken_

const edm::EDGetTokenT<reco::DeDxHitInfoAss> DeDxEstimatorRekeyer::dedxHitAssToken_
private

Definition at line 32 of file DeDxEstimatorRekeyer.cc.

Referenced by produce().

◆ dedxHitMomToken_

const edm::EDGetTokenT<edm::ValueMap<std::vector<float> > > DeDxEstimatorRekeyer::dedxHitMomToken_
private

Definition at line 33 of file DeDxEstimatorRekeyer.cc.

Referenced by produce().

◆ packedCandidatesTokens_

const std::map<std::string, edm::EDGetTokenT<pat::PackedCandidateCollection> > DeDxEstimatorRekeyer::packedCandidatesTokens_
private

Definition at line 35 of file DeDxEstimatorRekeyer.cc.

Referenced by produce().

◆ tracksToken_

const edm::EDGetTokenT<reco::TrackCollection> DeDxEstimatorRekeyer::tracksToken_
private

Definition at line 28 of file DeDxEstimatorRekeyer.cc.

Referenced by produce().

◆ trk2pcTokens_

const std::map<std::string, edm::EDGetTokenT<edm::Association<pat::PackedCandidateCollection> > > DeDxEstimatorRekeyer::trk2pcTokens_
private

Definition at line 36 of file DeDxEstimatorRekeyer.cc.

Referenced by produce().