Skip to content

Commit

Permalink
changed stat to stat_mult
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Jan 15, 2025
1 parent 0f4c4f0 commit e9c4907
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ def filter_ATLAS_Z0_8TEV_HIMASS_systematics():

for sys in systematics:
if sys[0]['name'] == 'stat':
sys[0]['name'] = 'stat_mult'
error_definitions[sys[0]['name']] = {
"description": "stat_mult", # stat is required to have treatment == ADD
"description": sys[0]['name'], # stat is required to have treatment == ADD
"treatment": "MULT",
"type": "UNCORR",
}
Expand Down
Loading

0 comments on commit e9c4907

Please sign in to comment.