4 simMuonGEMDigis = cms.EDProducer(
"GEMDigiProducer",
5 signalPropagationSpeed = cms.double(0.66),
6 cosmics = cms.bool(
False),
7 timeResolution = cms.double(5),
8 timeJitter = cms.double(1.0),
9 averageShapingTime = cms.double(50.0),
11 averageEfficiency = cms.double(0.98),
12 averageNoiseRate = cms.double(0.001),
13 bxwidth = cms.int32(25),
14 minBunch = cms.int32(-5),
15 maxBunch = cms.int32(3),
16 mixLabel = cms.string(
'mix'),
17 inputCollection = cms.string(
'g4SimHitsMuonGEMHits'),
18 digiModelString = cms.string(
'Simple'),
19 digitizeOnlyMuons = cms.bool(
False),
20 doBkgNoise = cms.bool(
True),
21 doNoiseCLS = cms.bool(
True),
22 fixedRollRadius = cms.bool(
True),
23 simulateIntrinsicNoise = cms.bool(
False),
24 simulateElectronBkg = cms.bool(
True),
25 simulateLowNeutralRate = cms.bool(
False)