CMS 3D CMS Logo

gmtFwdMuons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gmtFwdMuons = cms.EDProducer(
4  'Phase2L1TGMTFwdMuonTranslator',
5  stubs = cms.InputTag('gmtStubs','tps'),
6  omtfTracks = cms.InputTag('simOmtfPhase2Digis', 'OMTF'),
7  emtfTracks = cms.InputTag('simEmtfDigisPhase2'),
8 
9 )