CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/MuonIdentification/python/muonShowerInformationProducer_cff.py

Go to the documentation of this file.
00001 from RecoMuon.MuonIdentification.muonShowerInformation_cfi import *
00002 muonShowerInformation = cms.EDProducer("MuonShowerInformationProducer",
00003                                            MuonServiceProxy,
00004     muonCollection = cms.InputTag("muons"),
00005     trackCollection = cms.InputTag("generalTracks"),
00006     ShowerInformationFillerParameters = MuonShowerParameters.MuonShowerInformationFillerParameters
00007 )