CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
globalMuonsMCMatch_cfi.py
Go to the documentation of this file.
2 
3 globalMuonsMCMatch = cms.EDProducer("MCTrackMatcher",
4  trackingParticles = cms.InputTag("mergedtruth","MergedTrackTruth"),
5  tracks = cms.InputTag("globalMuons"),
6  genParticles = cms.InputTag("genParticles"),
7  associator = cms.string('TrackAssociatorByHits')
8 )
9 
10