1 import FWCore.ParameterSet.Config
as cms
4 RCTConfigProducers = cms.ESProducer(
"RCTConfigProducers",
6 eGammaHCalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
7 0.0, 0.0, 0.0, 0.0, 0.0,
8 0.0, 0.0, 0.0, 0.0, 0.0,
9 0.0, 0.0, 0.0, 0.0, 0.0,
10 0.0, 0.0, 0.0, 0.0, 0.0,
12 eMaxForFGCut = cms.double(50.0),
13 noiseVetoHB = cms.bool(
False),
14 eMaxForHoECut = cms.double(60.0),
15 hOeCut = cms.double(0.05),
16 eGammaECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0,
17 1.0, 1.0, 1.0, 1.0, 1.0,
18 1.0, 1.0, 1.0, 1.0, 1.0,
19 1.0, 1.0, 1.0, 1.0, 1.0,
20 1.0, 1.0, 1.0, 1.0, 1.0,
22 eMinForHoECut = cms.double(3.0),
23 jscQuietThresholdBarrel = cms.uint32(3),
24 hActivityCut = cms.double(3.0),
25 eActivityCut = cms.double(9999),
26 jetMETHCalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0,
27 1.0, 1.0, 1.0, 1.0, 1.0,
28 1.0, 1.0, 1.0, 1.0, 1.0,
29 1.0, 1.0, 1.0, 1.0, 1.0,
30 1.0, 1.0, 1.0, 1.0, 1.0,
32 noiseVetoHEplus = cms.bool(
False),
33 eicIsolationThreshold = cms.uint32(3),
34 jetMETLSB = cms.double(0.5),
35 jetMETECalScaleFactors = cms.vdouble(0.0, 0.0, 0.0, 0.0, 0.0,
36 0.0, 0.0, 0.0, 0.0, 0.0,
37 0.0, 0.0, 0.0, 0.0, 0.0,
38 0.0, 0.0, 0.0, 0.0, 0.0,
39 0.0, 0.0, 0.0, 0.0, 0.0,
41 eMinForFGCut = cms.double(3.0),
42 eGammaLSB = cms.double(0.5),
43 jscQuietThresholdEndcap = cms.uint32(3),
44 hMinForHoECut = cms.double(3.0),
45 noiseVetoHEminus = cms.bool(
False),
46 useCorrectionsLindsey = cms.bool(
False)