File indexing completed on 2024-04-06 12:22:24
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 RCTConfigProducers = cms.ESProducer("RCTConfigProducers",
0005
0006 eGammaHCalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
0007 0.0, 0.0, 0.0, 0.0, 0.0,
0008 0.0, 0.0, 0.0, 0.0, 0.0,
0009 0.0, 0.0, 0.0, 0.0, 0.0,
0010 0.0, 0.0, 0.0, 0.0, 0.0,
0011 0.0, 0.0, 0.0),
0012 eMaxForFGCut = cms.double(50.0),
0013 noiseVetoHB = cms.bool(False),
0014 eMaxForHoECut = cms.double(60.0),
0015 hOeCut = cms.double(0.05),
0016 eGammaECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0,
0017 1.0, 1.0, 1.0, 1.0, 1.0,
0018 1.0, 1.0, 1.0, 1.0, 1.0,
0019 1.0, 1.0, 1.0, 1.0, 1.0,
0020 1.0, 1.0, 1.0, 1.0, 1.0,
0021 1.0, 1.0, 1.0),
0022 eMinForHoECut = cms.double(3.0),
0023 jscQuietThresholdBarrel = cms.uint32(3),
0024 hActivityCut = cms.double(3.0),
0025 eActivityCut = cms.double(9999),
0026 jetMETHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0,
0027 1.0, 1.0, 1.0, 1.0, 1.0,
0028 1.0, 1.0, 1.0, 1.0, 1.0,
0029 1.0, 1.0, 1.0, 1.0, 1.0,
0030 1.0, 1.0, 1.0, 1.0, 1.0,
0031 1.0, 1.0, 1.0),
0032 noiseVetoHEplus = cms.bool(False),
0033 eicIsolationThreshold = cms.uint32(3),
0034 jetMETLSB = cms.double(0.5),
0035 jetMETECalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
0036 0.0, 0.0, 0.0, 0.0, 0.0,
0037 0.0, 0.0, 0.0, 0.0, 0.0,
0038 0.0, 0.0, 0.0, 0.0, 0.0,
0039 0.0, 0.0, 0.0, 0.0, 0.0,
0040 0.0, 0.0, 0.0),
0041 eMinForFGCut = cms.double(3.0),
0042 eGammaLSB = cms.double(0.5),
0043 jscQuietThresholdEndcap = cms.uint32(3),
0044 hMinForHoECut = cms.double(3.0),
0045 noiseVetoHEminus = cms.bool(False),
0046 useCorrectionsLindsey = cms.bool(False)
0047 )