CMS 3D CMS Logo

FastTrackerRecHitMatcher_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 fastMatchedTrackerRecHits = cms.EDProducer(
4  'FastTrackerRecHitMatcher',
5  simHits = cms.InputTag("fastSimProducer","TrackerHits"),
6  simHit2RecHitMap = cms.InputTag("fastTrackerRecHits","simHit2RecHitMap")
7  )