1 import FWCore.ParameterSet.Config
as cms
6 full_81x_chs_wp = cms.PSet(
10 Pt010_Tight = cms.vdouble( 0.69, -0.35, -0.26, -0.21),
11 Pt1020_Tight = cms.vdouble( 0.69, -0.35, -0.26, -0.21),
12 Pt2030_Tight = cms.vdouble( 0.69, -0.35, -0.26, -0.21),
13 Pt3040_Tight = cms.vdouble( 0.86, -0.10, -0.05, -0.01),
14 Pt4050_Tight = cms.vdouble( 0.86, -0.10, -0.05, -0.01),
17 Pt010_Medium = cms.vdouble( 0.18, -0.55, -0.42, -0.36),
18 Pt1020_Medium = cms.vdouble( 0.18, -0.55, -0.42, -0.36),
19 Pt2030_Medium = cms.vdouble( 0.18, -0.55, -0.42, -0.36),
20 Pt3040_Medium = cms.vdouble( 0.61, -0.35, -0.23, -0.17),
21 Pt4050_Medium = cms.vdouble( 0.61, -0.35, -0.23, -0.17),
24 Pt010_Loose = cms.vdouble(-0.97, -0.68, -0.53, -0.47),
25 Pt1020_Loose = cms.vdouble(-0.97, -0.68, -0.53, -0.47),
26 Pt2030_Loose = cms.vdouble(-0.97, -0.68, -0.53, -0.47),
27 Pt3040_Loose = cms.vdouble(-0.89, -0.52, -0.38, -0.30),
28 Pt4050_Loose = cms.vdouble(-0.89, -0.52, -0.38, -0.30)
34 full_102x_chs_wp = full_81x_chs_wp.clone()
39 full_94x_chs_wp = full_81x_chs_wp.clone()
44 full_106x_UL17_chs_wp = cms.PSet(
49 Pt010_Tight = cms.vdouble( 0.77, 0.38, -0.31, -0.21),
50 Pt1020_Tight = cms.vdouble( 0.77, 0.38, -0.31, -0.21),
51 Pt2030_Tight = cms.vdouble( 0.90, 0.60, -0.12, -0.13),
52 Pt3040_Tight = cms.vdouble( 0.96, 0.82, 0.20, 0.09),
53 Pt4050_Tight = cms.vdouble( 0.98, 0.92, 0.47, 0.29),
56 Pt010_Medium = cms.vdouble( 0.26, -0.33, -0.54, -0.37),
57 Pt1020_Medium = cms.vdouble( 0.26, -0.33, -0.54, -0.37),
58 Pt2030_Medium = cms.vdouble( 0.68, -0.04, -0.43, -0.30),
59 Pt3040_Medium = cms.vdouble( 0.90, 0.36, -0.16, -0.09),
60 Pt4050_Medium = cms.vdouble( 0.96, 0.61, 0.14, 0.12),
63 Pt010_Loose = cms.vdouble(-0.95, -0.72, -0.68, -0.47),
64 Pt1020_Loose = cms.vdouble(-0.95, -0.72, -0.68, -0.47),
65 Pt2030_Loose = cms.vdouble(-0.88, -0.55, -0.60, -0.43),
66 Pt3040_Loose = cms.vdouble(-0.63, -0.18, -0.43, -0.24),
67 Pt4050_Loose = cms.vdouble(-0.19, 0.22, -0.13, -0.03)
73 full_106x_UL18_chs_wp = full_106x_UL17_chs_wp.clone()
78 full_106x_UL16_chs_wp = cms.PSet(
83 Pt010_Tight = cms.vdouble(0.71, -0.32, -0.30, -0.22),
84 Pt1020_Tight = cms.vdouble(0.71, -0.32, -0.30, -0.22),
85 Pt2030_Tight = cms.vdouble(0.87, -0.08, -0.16, -0.12),
86 Pt3040_Tight = cms.vdouble(0.94, 0.24, 0.05, 0.10),
87 Pt4050_Tight = cms.vdouble(0.97, 0.48, 0.26, 0.29),
90 Pt010_Medium = cms.vdouble(0.20, -0.56, -0.43, -0.38),
91 Pt1020_Medium = cms.vdouble(0.20, -0.56, -0.43, -0.38),
92 Pt2030_Medium = cms.vdouble(0.62, -0.39, -0.32, -0.29),
93 Pt3040_Medium = cms.vdouble(0.86, -0.10, -0.15, -0.08),
94 Pt4050_Medium = cms.vdouble(0.93, 0.19, 0.04, 0.12),
97 Pt010_Loose = cms.vdouble(-0.95, -0.70, -0.52, -0.49),
98 Pt1020_Loose = cms.vdouble(-0.95, -0.70, -0.52, -0.49),
99 Pt2030_Loose = cms.vdouble(-0.90, -0.57, -0.43, -0.42),
100 Pt3040_Loose = cms.vdouble(-0.71, -0.36, -0.29, -0.23),
101 Pt4050_Loose = cms.vdouble(-0.42, -0.09, -0.14, -0.02),
107 full_106x_UL16APV_chs_wp = full_106x_UL16_chs_wp.clone()
112 EmptyCutBased_wp = cms.PSet()
114 for pt
in [
"010",
"1020",
"2030",
"3040",
"4050"]:
115 for tp
in [
"BetaStar",
"RMS"]:
116 for wp
in [
"Loose",
"Medium",
"Tight"]:
117 setattr(EmptyCutBased_wp,
"Pt" + pt +
"_" + tp + wp, cms.vdouble(-999.,-999.,-999.,-999.))