|
72 | 72 | ########################################################### |
73 | 73 | full_106x_UL18_chs_wp = full_106x_UL17_chs_wp.clone() |
74 | 74 |
|
| 75 | +########################################################### |
| 76 | +## Working points for the 106X UL16 training |
| 77 | +########################################################### |
| 78 | +full_106x_UL16_chs_wp = cms.PSet( |
| 79 | + # 4 Eta Categories 0-2.5 2.5-2.75 2.75-3.0 3.0-5.0 |
| 80 | + # 5 Pt Categories 0-10, 10-20, 20-30, 30-40, 40-50 |
| 81 | + |
| 82 | + #Tight Id |
| 83 | + Pt010_Tight = cms.vdouble(-0.95, -0.70, -0.52, -0.49), |
| 84 | + Pt1020_Tight = cms.vdouble(-0.95, -0.70, -0.52, -0.49), |
| 85 | + Pt2030_Tight = cms.vdouble(-0.90, -0.57, -0.43, -0.42), |
| 86 | + Pt3040_Tight = cms.vdouble(-0.71, -0.36, -0.29, -0.23), |
| 87 | + Pt4050_Tight = cms.vdouble(-0.42, -0.09, -0.14, -0.02), |
| 88 | + |
| 89 | + #Medium Id |
| 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), |
| 95 | + |
| 96 | + #Loose Id |
| 97 | + Pt010_Loose = cms.vdouble(0.71, -0.32, -0.30, -0.22), |
| 98 | + Pt1020_Loose = cms.vdouble(0.71, -0.32, -0.30, -0.22), |
| 99 | + Pt2030_Loose = cms.vdouble(0.87, -0.08, -0.16, -0.12), |
| 100 | + Pt3040_Loose = cms.vdouble(0.94, 0.24, 0.05, 0.10), |
| 101 | + Pt4050_Loose = cms.vdouble(0.97, 0.48, 0.26, 0.29) |
| 102 | +) |
| 103 | + |
75 | 104 | ########################################################## |
| 105 | +## Working points for the 106X UL16 APV training |
| 106 | +########################################################### |
| 107 | +full_106x_UL16APV_chs_wp = full_106x_UL16_chs_wp.clone() |
| 108 | + |
| 109 | +######################################################### |
76 | 110 | ## Empty cutbased WP for compatibility |
77 | 111 | ########################################################### |
78 | 112 | EmptyCutBased_wp = cms.PSet() |
|
0 commit comments