Skip to content

Commit c7ab55d

Browse files
committed
tune HGC WPs to recover jet eff. and lower eg. sta rate
1 parent 65eee29 commit c7ab55d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@
189189
multiclass_id = cms.PSet(
190190
model = cms.string("L1Trigger/Phase2L1ParticleFlow/data/multiclassID/multiclass_EE.json"),
191191
wp_pt = cms.vdouble(20),
192-
wp_PU = cms.vdouble(0.35533954, 0.25302208),
192+
wp_PU = cms.vdouble(0.33462133, 0.25283374),
193193
wp_Pi = cms.vdouble(0.26773010, 0.03898286),
194-
wp_PFEm = cms.vdouble(0.21351398, 0.40581660),
195-
wp_EgEm = cms.vdouble(0.21351398, 0.40581660),
196-
wp_EgEm_tight = cms.vdouble(0.61265747, 0.40581660),
194+
wp_PFEm = cms.vdouble(0.29812516, 0.42790125),
195+
wp_EgEm = cms.vdouble(0.29812516, 0.42790125),
196+
wp_EgEm_tight = cms.vdouble(0.76317512, 0.67921004),
197197
),
198198
corrector = cms.string("L1Trigger/Phase2L1ParticleFlow/data/hadcorr_HGCal3D_TC.root"),
199199
correctorEmfMax = cms.double(1.125),
@@ -328,11 +328,11 @@
328328
multiclass_id = cms.PSet(
329329
model = cms.string("L1Trigger/Phase2L1ParticleFlow/data/multiclassID/multiclass_EE.json"),
330330
wp_pt = cms.vdouble(20),
331-
wp_PU = cms.vdouble(0.35533954, 0.25302208),
332-
wp_Pi = cms.vdouble(0.26773010, 0.03898286),
333-
wp_PFEm = cms.vdouble(0.21351398, 0.40581660),
334-
wp_EgEm = cms.vdouble(0.21351398, 0.40581660),
335-
wp_EgEm_tight = cms.vdouble(0.61265747, 0.40581660),
331+
wp_PU = cms.vdouble(0.42100209, 0.52275714),
332+
wp_Pi = cms.vdouble(0.12800815, 0.20509825),
333+
wp_PFEm = cms.vdouble(0.35924579, 0.67921004),
334+
wp_EgEm = cms.vdouble(0.35924579, 0.67921004),
335+
wp_EgEm_tight = cms.vdouble(0.76317512, 0.67921004),
336336
),
337337
corrector = cms.string("L1Trigger/Phase2L1ParticleFlow/data/hadcorr_HGCal3D_TC.root"),
338338
correctorEmfMax = cms.double(1.125),

0 commit comments

Comments
 (0)