Skip to content

Commit

Permalink
add MULT unc for LUMI
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Dec 11, 2024
1 parent bebefea commit 6118623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def filter_ATLAS_WPWM_13TEV_TOT_systematics():
elif sys[0]['name'] == 'ATLAS_LUMI':
error_definitions["ATLASLUMI13"] = {
"description": f"ATLASLUMI13",
"treatment": "ADD",
"treatment": "MULT",
"type": "ATLASLUMI13",
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ definitions:
type: UNCORR
ATLASLUMI13:
description: ATLASLUMI13
treatment: ADD
treatment: MULT
type: ATLASLUMI13
bins:
- ATLAS_WZ_TOT_13TEV_0: 6.80483165e+04
Expand Down
2 changes: 1 addition & 1 deletion nnpdf_data/nnpdf_data/commondata/ATLAS_Z0_13TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def filter_ATLAS_Z0_13TEV_TOT_systematics():
elif sys[0]['name'] == 'ATLAS_LUMI':
error_definitions["ATLASLUMI13"] = {
"description": f"ATLASLUMI13",
"treatment": "ADD",
"treatment": "MULT",
"type": "ATLASLUMI13",
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ definitions:
type: UNCORR
ATLASLUMI13:
description: ATLASLUMI13
treatment: ADD
treatment: MULT
type: ATLASLUMI13
bins:
- ATLAS_WZ_TOT_13TEV_0: 1.13953999e+03
Expand Down

0 comments on commit 6118623

Please sign in to comment.