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 )