CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackingParticleRecoTrackAsssociation_cfi.py
Go to the documentation of this file.
2 
3 trackingParticleRecoTrackAsssociation = cms.EDProducer("TrackAssociatorEDProducer",
4  associator = cms.string('TrackAssociatorByHits'),
5  label_tp = cms.InputTag("mergedtruth","MergedTrackTruth"),
6  label_tr = cms.InputTag("generalTracks"),
7  ignoremissingtrackcollection=cms.untracked.bool(False)
8 )
9 
10