CMS 3D CMS Logo

L3TkMuonProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltL3MuonsNoVtx = cms.EDProducer( "L3TkMuonProducer",
4  InputObjects = cms.InputTag( "hltL3TkTracksFromL2NoVtx" )
5 )
6