CMS 3D CMS Logo

pixelTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pixelTracks = cms.EDProducer("PixelTrackProducer",
4  Cleaner = cms.string('pixelTrackCleanerBySharedHits'),
5  Filter = cms.InputTag("pixelTrackFilterByKinematics"),
6  Fitter = cms.InputTag("pixelFitterByHelixProjections"),
7  SeedingHitSets = cms.InputTag("pixelTracksHitSeeds"),
8  mightGet = cms.optional.untracked.vstring,
9  passLabel = cms.string('pixelTracks')
10 )