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(-999),
13 noiseVetoHB = cms.bool(
False),
14 eMaxForHoECut = cms.double(-999),
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(999),
23 jscQuietThresholdBarrel = cms.uint32(3),
24 hActivityCut = cms.double(4.0),
25 eActivityCut = cms.double(4.0),
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(7),
34 jetMETLSB = cms.double(0.25),
35 jetMETECalScaleFactors = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0,
36 1.0, 1.0, 1.0, 1.0, 1.0,
37 1.0, 1.0, 1.0, 1.0, 1.0,
38 1.0, 1.0, 1.0, 1.0, 1.0,
39 1.0, 1.0, 1.0, 1.0, 1.0,
41 eMinForFGCut = cms.double(999),
42 eGammaLSB = cms.double(0.25),
43 jscQuietThresholdEndcap = cms.uint32(3),
44 hMinForHoECut = cms.double(3.0),
45 noiseVetoHEminus = cms.bool(
False),
46 useCorrectionsLindsey = cms.bool(
False)