1 = cms.EDProducer(
"RPCDigiProducer",
2 Noise = cms.bool(
True),
3 digiModelConfig = cms.PSet(
4 signalPropagationSpeed = cms.double(0.66),
5 timingRPCOffset = cms.double(50.0),
6 Frate = cms.double(1.0),
7 printOutDigitizer = cms.bool(
False),
8 cosmics = cms.bool(
False),
9 deltatimeAdjacentStrip = cms.double(3.0),
10 linkGateWidth = cms.double(20.0),
11 Rate = cms.double(0.0),
12 timeResolution = cms.double(2.5),
13 averageClusterSize = cms.double(1.5),
14 Gate = cms.double(25.0),
15 averageEfficiency = cms.double(0.95),
16 Nbxing = cms.int32(9),
17 timeJitter = cms.double(1.0)
19 Signal = cms.bool(
True),
20 mixLabel = cms.string(
'mix'),
21 InputCollection = cms.string(
'g4SimHitsMuonRPCHits'),
22 digiModel = cms.string(
'RPCSimAverageNoiseEffCls')