Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:54

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 simGmtShowerDigisDef = cms.EDProducer('L1TMuonShowerProducer',
0004   showerInput = cms.InputTag('simEmtfShowers', 'EMTF'),
0005   bxMin = cms.int32(0),
0006   bxMax = cms.int32(0),
0007   mightGet = cms.optional.untracked.vstring
0008 )