Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:02

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltMuonLinks = cms.EDProducer("MuonLinksProducerForHLT",
0004                               InclusiveTrackerTrackCollection = cms.InputTag("hltPFMuonMerging"),
0005                               LinkCollection = cms.InputTag("hltL3MuonsLinksCombination"),
0006                               ptMin = cms.double(2.5),
0007                               pMin = cms.double(2.5),
0008                               shareHitFraction = cms.double(0.80)
0009                               )