CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L3MuonCandidates_cfi.py
Go to the documentation of this file.
2 
3 L3MuonCandidates = cms.EDProducer("L3MuonCandidateProducer",
4  InputObjects = cms.InputTag("L3Muons"),
5  InputLinksObjects = cms.InputTag(""),
6  MuonPtOption = cms.string("Global")
7 )