Skip to content

Commit 99fef56

Browse files
[PUID] fix error UL16 training config variable
1 parent 469243b commit 99fef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoJets/JetProducers/python/PileupJetIDParams_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158

159159
####################################################################################################################
160160
full_106x_UL16_chs = full_106x_UL17_chs.clone(JetIdParams = full_106x_UL16_chs_wp)
161-
for train in full_106x_UL16APV_chs.trainings:
161+
for train in full_106x_UL16_chs.trainings:
162162
train.tmvaWeights = train.tmvaWeights.value().replace("UL17", "UL16")
163163

164164
####################################################################################################################

0 commit comments

Comments
 (0)