CMS 3D CMS Logo

ctfWithMaterialTrackMCMatch_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctfWithMaterialTrackMCMatch = cms.EDProducer("MCTrackMatcher",
4  trackingParticles = cms.InputTag("mix","MergedTrackTruth"),
5  tracks = cms.InputTag("ctfWithMaterialTracks"),
6  genParticles = cms.InputTag("genParticles"),
7  associator = cms.string('TrackAssociatorByHits')
8 )
9 
10