|
||||
File indexing completed on 2024-07-16 02:43:04
0001 import FWCore.ParameterSet.Config as cms 0002 0003 gmtFwdMuons = cms.EDProducer( 0004 'Phase2L1TGMTFwdMuonTranslator', 0005 stubs = cms.InputTag('gmtStubs','tps'), 0006 omtfTracks = cms.InputTag('simOmtfPhase2Digis', 'OMTF'), 0007 emtfTracks = cms.InputTag('simEmtfDigisPhase2'), 0008 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |