CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/SimTracker/TrackAssociation/python/trackMCMatch_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 trackMCMatch = cms.EDProducer("MCTrackMatcher",
00004     trackingParticles = cms.InputTag("mergedtruth","MergedTrackTruth"),
00005     tracks = cms.InputTag("generalTracks"),
00006     genParticles = cms.InputTag("genParticles"),
00007     associator = cms.string('TrackAssociatorByHits')
00008 )
00009 
00010