00001 import FWCore.ParameterSet.Config as cms
00002
00003 FP420Digi = cms.EDFilter("DigitizerFP420",
00004 z420 = cms.double(420000.0),
00005 NumberFP420Stations = cms.int32(3),
00006
00007
00008 VerbosityLevel = cms.untracked.int32(0),
00009
00010
00011 ROUList = cms.vstring('FP420SI'),
00012
00013
00014
00015
00016 NumberFP420Detectors = cms.int32(3),
00017 NoFP420Noise = cms.bool(False),
00018
00019
00020
00021 ElectronFP420PerAdc = cms.double(300.0),
00022 FedFP420HighThreshold = cms.double(4.5),
00023 zD3 = cms.double(8000.0),
00024 zD2 = cms.double(4000.0),
00025 LowtofCutAndTo200ns = cms.double(1350.0),
00026 FedFP420LowThreshold = cms.double(4.0),
00027 AdcFP420Threshold = cms.double(5.0),
00028 AddNoisyPixels = cms.bool(True),
00029 NumberFP420SPlanes = cms.int32(6),
00030 ApplyTofCut = cms.bool(True),
00031
00032
00033
00034 FedFP420Algorithm = cms.int32(1)
00035 )
00036
00037