1 = cms.EDProducer(
"ME0DigiPreRecoProducer",
2 mixLabel = cms.string(
'mix'),
3 inputCollection = cms.string(
'g4SimHitsMuonME0Hits'),
4 digiPreRecoModelString = cms.string(
'PreRecoGaussian'),
5 timeResolution = cms.double(0.010),
6 phiResolution = cms.double(0.05),
7 etaResolution = cms.double(1.),
8 useCorrelation = cms.bool(
False),
9 useEtaProjectiveGEO = cms.bool(
False),
10 averageEfficiency = cms.double(0.98),
11 doBkgNoise = cms.bool(
False),
12 digitizeOnlyMuons = cms.bool(
False),
13 simulateIntrinsicNoise = cms.bool(
False),
14 simulateElectronBkg = cms.bool(
False),
15 averageNoiseRate = cms.double(0.001),
16 bxwidth = cms.int32(25),
17 minBunch = cms.int32(-5),
18 maxBunch = cms.int32(3)