CMS 3D CMS Logo

hltL3MuonsPhase2L3Links_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltL3MuonsPhase2L3Links = cms.EDProducer("MuonLinksProducer",
4  inputCollection = cms.InputTag("hltPhase2L3Muons")
5 )