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