CMS 3D CMS Logo

trackingParticleRecoTrackAsssociation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 trackingParticleRecoTrackAsssociation = cms.EDProducer("TrackAssociatorEDProducer",
4  associator = cms.InputTag('quickTrackAssociatorByHits'),
5  label_tp = cms.InputTag("mix","MergedTrackTruth"),
6  label_tr = cms.InputTag("generalTracks"),
7  ignoremissingtrackcollection=cms.untracked.bool(False)
8 )
9 
10