1 = cms.PSet( accumulatorType = cms.string(
"HGCDigiProducer"),
2 hitCollection = cms.string(
"HGCHitsHEback"),
3 digiCollection = cms.string(
"HGCDigisHEback"),
4 maxSimHitsAccTime = cms.uint32(100),
5 bxTime = cms.int32(25),
6 tofDelay = cms.double(1),
7 digitizationType = cms.uint32(1),
8 makeDigiSimLinks = cms.bool(
False),
9 useAllChannels = cms.bool(
True),
10 verbosity = cms.untracked.int32(0),
11 digiCfg = cms.PSet( mipInKeV = cms.double(1498.4),
12 lsbInMIP = cms.double(0.25),
13 mip2noise = cms.double(5.0),
14 adcThreshold = cms.uint32(4),
15 doTimeSamples = cms.bool(
False),
16 shaperN = cms.double(1.),
17 shaperTau = cms.double(0.),
18 caliceSpecific = cms.PSet( nPEperMIP = cms.double(11.0),
20 nTotalPE = cms.double(11560),
21 xTalk = cms.double(0.25),
22 sdPixels = cms.double(3.0) )