CMS 3D CMS Logo

hltL2MuonFromL1TkMuonCandidates_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltL2MuonFromL1TkMuonCandidates = cms.EDProducer("L2MuonCandidateProducer",
4  InputObjects = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx")
5 )