CMS 3D CMS Logo

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