File indexing completed on 2024-04-06 12:24:51
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005 hfRecoEcalCandidate = cms.EDProducer("HFRecoEcalCandidateProducer",
0006 e9e25Cut = cms.double(0.94),
0007 hfclusters = cms.InputTag("hfEMClusters"),
0008 VertexCollection = cms.InputTag("offlinePrimaryVertices"),
0009 intercept2DCut = cms.double(0.815),
0010 intercept2DSlope = cms.double(0.475),
0011 Correct = cms.bool(True),
0012 e1e9Cut= cms.vdouble(-1,99),
0013 eCOREe9Cut= cms.vdouble(-1,99),
0014 eSeLCut= cms.vdouble(-1,99),
0015 HFDBversion= cms.int32(1),
0016 HFDBvector=cms.vdouble(
0017
0018
0019 1.000,
0020 1.000,0.899,0.994,0.958,
0021 0.942,0.943,0.960,0.928,
0022 0.922,0.896,0.812,1.000,
0023 1.000,0.820,0.917,0.952,
0024 0.929,0.975,0.984,1.012,
0025 0.971,1.016,0.938,1.000,
0026 1.000,
0027
0028
0029 0.0,
0030 0.0,-0.0036, -0.0087,-0.0049,
0031 -0.0161,-0.0072,-0.0033,-0.0066,
0032 -0.0062,-0.0045,-0.0090,0.0,
0033 0.0,-0.0056,-0.0024,-0.0064,
0034 -0.0063,-0.0078,-0.0079,-0.0075,
0035 -0.0074,0.0009,-0.0180,0.0,
0036 0.0,
0037
0038 1.0,
0039 1.0,1.0565,1.0432,1.0714,
0040 1.1140,1.0908,1.0576,1.0821,
0041 1.0807,1.0885,1.1783,1.0,
0042 1.0,1.1570,1.0631,1.0401,
0043 1.0803,1.0506,1.0491,1.0235,
0044 1.0643,0.9910,1.0489,1.0,
0045 1.0)
0046 )
0047
0048
0049
0050
0051
0052
0053
0054
0055
0056
0057
0058
0059
0060
0061
0062
0063
0064
0065
0066
0067
0068
0069
0070
0071
0072
0073
0074
0075