Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:56

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltPhase2L3OIL3Muons = cms.EDProducer("L3TrackCombiner",
0004     labels = cms.VInputTag("hltL3MuonsPhase2L3OI")
0005 )