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