CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonLinksProducerForHLT_cfi.py
Go to the documentation of this file.
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  )