CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 trackingParticleRecoTrackAsssociation = cms.EDProducer("TrackAssociatorEDProducer",
00004     associator = cms.string('TrackAssociatorByHits'),
00005     label_tp = cms.InputTag("mergedtruth","MergedTrackTruth"),
00006     label_tr = cms.InputTag("generalTracks"),
00007     ignoremissingtrackcollection=cms.untracked.bool(False)
00008 )
00009 
00010