CMS 3D CMS Logo

MuonLinksProducerForHLT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltMuonLinks = cms.EDProducer("MuonLinksProducerForHLT",
4  InclusiveTrackerTrackCollection = cms.InputTag("hltPFMuonMerging"),
5  LinkCollection = cms.InputTag("hltL3MuonsLinksCombination"),
6  ptMin = cms.double(2.5),
7  pMin = cms.double(2.5),
8  shareHitFraction = cms.double(0.80)
9  )