CMS 3D CMS Logo

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