CMS 3D CMS Logo

hltPhase2L3FromL1TkMuonPixelTracks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer",
4  Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'),
5  Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"),
6  Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"),
7  SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"),
8  passLabel = cms.string('')
9 )