CMS 3D CMS Logo

muonShowerInformationProducer_cff.py
Go to the documentation of this file.
2 muonShowerInformation = cms.EDProducer("MuonShowerInformationProducer",
3  MuonServiceProxy,
4  muonCollection = cms.InputTag("muons1stStep"),
5  trackCollection = cms.InputTag("generalTracks"),
6  ShowerInformationFillerParameters = MuonShowerParameters.MuonShowerInformationFillerParameters
7 )