CMS 3D CMS Logo

gmtSAMuons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 gmtSAMuons = cms.EDProducer('Phase2L1TGMTSAMuonGhostCleaner',
3  barrelPrompt = cms.InputTag('gmtKMTFMuons:prompt'),
4  barrelDisp = cms.InputTag('gmtKMTFMuons:displaced'),
5  forwardPrompt = cms.InputTag('gmtFwdMuons:prompt'),
6  forwardDisp = cms.InputTag('gmtFwdMuons:displaced')
7 )
8