Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:02

0001 from RecoMuon.MuonIdentification.muonShowerInformation_cfi import *
0002 muonShowerInformation = cms.EDProducer("MuonShowerInformationProducer",
0003                                            MuonServiceProxy,
0004     muonCollection = cms.InputTag("muons1stStep"),
0005     trackCollection = cms.InputTag("generalTracks"),
0006     ShowerInformationFillerParameters = MuonShowerParameters.MuonShowerInformationFillerParameters
0007 )