1 = cms.EDProducer(
"DigitizerFP420",
2 VerbosityLevel = cms.untracked.int32(0),
3 ROUList = cms.vstring(
'g4SimHitsFP420SI'),
4 NumberFP420Stations = cms.int32(3),
5 NumberFP420Detectors = cms.int32(3),
6 NumberFP420SPlanes = cms.int32(6),
7 NoFP420Noise = cms.bool(
False),
8 ElectronFP420PerAdc = cms.double(300.0),
9 z420 = cms.double(420000.0),
10 zD3 = cms.double(8000.0),
11 zD2 = cms.double(4000.0),
12 FedFP420Algorithm = cms.int32(1),
13 FedFP420LowThreshold = cms.double(6.0),
14 FedFP420HighThreshold = cms.double(6.5),
15 AdcFP420Threshold = cms.double(6.0),
16 AddNoisyPixels = cms.bool(
True),
17 LowtofCutAndTo200ns = cms.double(1350.0),
18 ApplyTofCut = cms.bool(
True)