Skip to content

Commit

Permalink
[PUID] fix error UL16 training config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-ramanpreet committed May 27, 2021
1 parent 469243b commit 99fef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoJets/JetProducers/python/PileupJetIDParams_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

####################################################################################################################
full_106x_UL16_chs = full_106x_UL17_chs.clone(JetIdParams = full_106x_UL16_chs_wp)
for train in full_106x_UL16APV_chs.trainings:
for train in full_106x_UL16_chs.trainings:
train.tmvaWeights = train.tmvaWeights.value().replace("UL17", "UL16")

####################################################################################################################
Expand Down

0 comments on commit 99fef56

Please sign in to comment.