Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 GEMDigiSource = cms.EDProducer('GEMDigiSource',
0004   digisInputLabel = cms.InputTag('muonGEMDigis'),
0005   runType = cms.untracked.string('online'),
0006   logCategory = cms.untracked.string('GEMDigiSource'),
0007   bxMin = cms.int32(-10),
0008   bxMax = cms.int32(10),
0009   mightGet = cms.optional.untracked.vstring
0010 )