1 import FWCore.ParameterSet.Config
as cms
3 hltPhase2L3MuonPixelTracks = cms.EDProducer(
"PixelTrackProducer",
4 Cleaner = cms.string(
'hltPhase2L3MuonPixelTrackCleanerBySharedHits'),
5 Filter = cms.InputTag(
"hltPhase2PixelTrackFilterByKinematics"),
6 Fitter = cms.InputTag(
"hltPhase2PixelFitterByHelixProjections"),
7 SeedingHitSets = cms.InputTag(
"hltPhase2L3MuonPixelTracksHitQuadruplets"),
8 mightGet = cms.optional.untracked.vstring,
9 passLabel = cms.string(
'hltPhase2L3MuonPixelTracks')