CMS 3D CMS Logo

hltPhase2L3OIL3MuonsLinksCombination_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3OIL3MuonsLinksCombination = cms.EDProducer("L3TrackLinksCombiner",
4  labels = cms.VInputTag("hltL3MuonsPhase2L3OI")
5 )