Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 FP420Digi = cms.EDProducer("DigitizerFP420",
00004 VerbosityLevel = cms.untracked.int32(0),
00005 ROUList = cms.vstring('g4SimHitsFP420SI'),
00006 NumberFP420Stations = cms.int32(3),
00007 NumberFP420Detectors = cms.int32(3),
00008 NumberFP420SPlanes = cms.int32(6),
00009 NoFP420Noise = cms.bool(False),
00010 ElectronFP420PerAdc = cms.double(300.0),
00011 z420 = cms.double(420000.0),
00012 zD3 = cms.double(8000.0),
00013 zD2 = cms.double(4000.0),
00014 FedFP420Algorithm = cms.int32(1),
00015 FedFP420LowThreshold = cms.double(6.0),
00016 FedFP420HighThreshold = cms.double(6.5),
00017 AdcFP420Threshold = cms.double(6.0),
00018 AddNoisyPixels = cms.bool(True),
00019 LowtofCutAndTo200ns = cms.double(1350.0),
00020 ApplyTofCut = cms.bool(True)
00021 )
00022
00023
00024