CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Types | Private Member Functions | Private Attributes
MCTrackMatcher Class Reference
Inheritance diagram for MCTrackMatcher:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 MCTrackMatcher (const edm::ParameterSet &)
 constructor More...
 
- 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
 
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)
 
 ~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)
 

Private Types

typedef edm::Association
< reco::GenParticleCollection
GenParticleMatch
 

Private Member Functions

void produce (edm::StreamID, edm::Event &evt, const edm::EventSetup &es) const override
 

Private Attributes

edm::EDGetTokenT
< reco::TrackToTrackingParticleAssociator
associator_
 
edm::EDGetTokenT< std::vector
< int > > 
genParticleInts_
 
edm::EDGetTokenT
< GenParticleCollection
genParticles_
 
bool throwOnMissingTPCollection_
 
edm::EDGetTokenT
< TrackingParticleCollection
trackingParticles_
 
edm::EDGetTokenT< edm::View
< reco::Track > > 
tracks_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
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
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
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< B > consumes (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 () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
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

Author
Luca Lista, INFN

Definition at line 22 of file MCTrackMatcher.cc.

Member Typedef Documentation

Definition at line 35 of file MCTrackMatcher.cc.

Constructor & Destructor Documentation

MCTrackMatcher::MCTrackMatcher ( const edm::ParameterSet p)

constructor

Definition at line 43 of file MCTrackMatcher.cc.

44  : associator_(consumes<reco::TrackToTrackingParticleAssociator>(p.getParameter<string>("associator"))),
46  genParticles_(consumes<GenParticleCollection>(p.getParameter<InputTag>("genParticles"))),
47  genParticleInts_(consumes<std::vector<int>>(p.getParameter<InputTag>("genParticles"))),
48  trackingParticles_(consumes<TrackingParticleCollection>(p.getParameter<InputTag>("trackingParticles"))),
49  throwOnMissingTPCollection_(p.getParameter<bool>("throwOnMissingTPCollection")) {
50  produces<GenParticleMatch>();
51 }
edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > associator_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< edm::View< reco::Track > > tracks_
edm::EDGetTokenT< std::vector< int > > genParticleInts_
bool throwOnMissingTPCollection_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::EDGetTokenT< GenParticleCollection > genParticles_
edm::EDGetTokenT< TrackingParticleCollection > trackingParticles_

Member Function Documentation

void MCTrackMatcher::produce ( edm::StreamID  ,
edm::Event evt,
const edm::EventSetup es 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 53 of file MCTrackMatcher.cc.

References reco::TrackToTrackingParticleAssociator::associateRecoToSim(), associator_, b, alignCSCRings::e, edm::AssociationMap< Tag >::end(), validate-o2o-wbm::f, edm::helper::Filler< Map >::fill(), edm::AssociationMap< Tag >::find(), genParticleInts_, genParticleCandidates2GenParticles_cfi::genParticles, genParticles_, edm::Event::getByToken(), mps_fire::i, dqmdumpme::indices, edm::helper::Filler< Map >::insert(), dqmiolumiharvest::j, match(), eostools::move(), dqmiodumpmetadata::n, AlCaHLTBitMon_ParallelJobs::p, edm::Handle< T >::product(), edm::Event::put(), reco::LeafCandidate::status(), throwOnMissingTPCollection_, cmsswSequenceInfo::tp, HLT_FULL_cff::track, trackingTruthProducer_cfi::trackingParticles, trackingParticles_, tracks, and tracks_.

53  {
55  evt.getByToken(associator_, assoc);
56  const reco::TrackToTrackingParticleAssociator *associator = assoc.product();
58  evt.getByToken(tracks_, tracks);
60  auto trackingParticlesFound = evt.getByToken(trackingParticles_, trackingParticles);
61  Handle<vector<int>> barCodes;
62  evt.getByToken(genParticleInts_, barCodes);
64  evt.getByToken(genParticles_, genParticles);
65  unique_ptr<GenParticleMatch> match(new GenParticleMatch(GenParticleRefProd(genParticles)));
66  if (not throwOnMissingTPCollection_ and not trackingParticlesFound) {
67  evt.put(std::move(match));
68  return;
69  }
70  RecoToSimCollection associations = associator->associateRecoToSim(tracks, trackingParticles);
72  size_t n = tracks->size();
73  vector<int> indices(n, -1);
74  for (size_t i = 0; i < n; ++i) {
75  RefToBase<Track> track(tracks, i);
76  RecoToSimCollection::const_iterator f = associations.find(track);
77  if (f != associations.end()) {
78  TrackingParticleRef tp = f->val.front().first;
79  TrackingParticle::genp_iterator j, b = tp->genParticle_begin(), e = tp->genParticle_end();
80  for (j = b; j != e; ++j) {
81  const reco::GenParticle *p = j->get();
82  if (p->status() == 1) {
83  indices[i] = j->key();
84  break;
85  }
86  }
87  }
88  }
89  filler.insert(tracks, indices.begin(), indices.end());
90  filler.fill();
91  evt.put(std::move(match));
92 }
edm::Association< reco::GenParticleCollection > GenParticleMatch
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
const_iterator end() const
last iterator over the map (read only)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
const_iterator find(const key_type &k) const
find element with specified reference key
int status() const final
status word
edm::RefProd< GenParticleCollection > GenParticleRefProd
persistent reference to a GenParticle collection
auto const & tracks
cannot be loose
edm::EDGetTokenT< reco::TrackToTrackingParticleAssociator > associator_
edm::EDGetTokenT< edm::View< reco::Track > > tracks_
def move
Definition: eostools.py:511
edm::EDGetTokenT< std::vector< int > > genParticleInts_
reco::RecoToSimCollection associateRecoToSim(const edm::Handle< edm::View< reco::Track >> &tCH, const edm::Handle< TrackingParticleCollection > &tPCH) const
bool throwOnMissingTPCollection_
T const * product() const
Definition: Handle.h:70
double b
Definition: hdecay.h:118
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
edm::EDGetTokenT< GenParticleCollection > genParticles_
list indices
Definition: dqmdumpme.py:50
edm::EDGetTokenT< TrackingParticleCollection > trackingParticles_

Member Data Documentation

edm::EDGetTokenT<reco::TrackToTrackingParticleAssociator> MCTrackMatcher::associator_
private

Definition at line 29 of file MCTrackMatcher.cc.

Referenced by produce().

edm::EDGetTokenT<std::vector<int> > MCTrackMatcher::genParticleInts_
private

Definition at line 32 of file MCTrackMatcher.cc.

Referenced by produce().

edm::EDGetTokenT<GenParticleCollection> MCTrackMatcher::genParticles_
private

Definition at line 31 of file MCTrackMatcher.cc.

Referenced by produce().

bool MCTrackMatcher::throwOnMissingTPCollection_
private

Definition at line 34 of file MCTrackMatcher.cc.

Referenced by produce().

edm::EDGetTokenT<TrackingParticleCollection> MCTrackMatcher::trackingParticles_
private

Definition at line 33 of file MCTrackMatcher.cc.

Referenced by produce().

edm::EDGetTokenT<edm::View<reco::Track> > MCTrackMatcher::tracks_
private

Definition at line 30 of file MCTrackMatcher.cc.

Referenced by produce().