Skip to content

Commit

Permalink
Fixed error with UNCORR title
Browse files Browse the repository at this point in the history
  • Loading branch information
ecole41 committed Dec 6, 2024
1 parent 82428f9 commit 0666b8e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ def filter_ATLAS_WPWM_7TEV_46FB_systematics():
"treatment": "ADD",
"type": "UNCORR",
}

elif 'UNCORR' in sys[0]['name']:
error_definitions['sys_corr_' + str(counter)] = {
"description": "Sys uncertainty idx: " + str(counter),
"treatment": "MULT",
"type": "UNCORR",
}
counter += 1
else:
error_definitions['sys_corr_' + str(counter)] = {
"description": "Sys uncertainty idx: " + str(counter),
Expand Down

0 comments on commit 0666b8e

Please sign in to comment.