CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/MuonIdentification/python/MuonLinksProducerForHLT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltMuonLinks = cms.EDProducer("MuonLinksProducerForHLT",
00004                               InclusiveTrackerTrackCollection = cms.InputTag("hltPFMuonMerging"),
00005                               LinkCollection = cms.InputTag("hltL3MuonsLinksCombination"),
00006                               ptMin = cms.double(2.5),
00007                               pMin = cms.double(2.5),
00008                               shareHitFraction = cms.double(0.80)
00009                               )