File indexing completed on 2024-04-06 12:27:25
0001 import FWCore.ParameterSet.Config as cms
0002
0003 minEtaCorrection = cms.double(1.4)
0004 maxEtaCorrection = cms.double(3.0)
0005 hadronCorrections = cms.PSet(value = cms.vdouble(1.24, 1.24, 1.24, 1.23, 1.24, 1.25, 1.29, 1.29))
0006 egammaCorrections = cms.PSet(value = cms.vdouble(1.00, 1.00, 1.01, 1.01, 1.02, 1.03, 1.04, 1.04))
0007
0008 hadronCorrections_hgcalV10 = [1.28, 1.28, 1.24, 1.19, 1.17, 1.17, 1.17, 1.17]
0009 egammaCorrections_hgcalV10 = [1.00, 1.00, 1.01, 1.01, 1.02, 1.01, 1.01, 1.01]
0010
0011 from Configuration.Eras.Modifier_phase2_hgcalV10_cff import phase2_hgcalV10
0012 phase2_hgcalV10.toModify(hadronCorrections, value = hadronCorrections_hgcalV10)
0013 phase2_hgcalV10.toModify(egammaCorrections, value = egammaCorrections_hgcalV10)