File indexing completed on 2024-04-06 12:15:56
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer",
0004 Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'),
0005 Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"),
0006 Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"),
0007 SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"),
0008 passLabel = cms.string('')
0009 )