src
RecoMuon
L2MuonProducer
python
L2MuonCandidates_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
L2MuonCandidates = cms.EDProducer(
"L2MuonCandidateProducer"
,
4
InputObjects = cms.InputTag(
"L2Muons"
,
"UpdatedAtVtx"
)
5
)
6
7
8
Generated for CMSSW Reference Manual by
1.8.14