Skip to content

Commit cd39adc

Browse files
enocerascarlehoff
authored andcommitted
Expanded comments
1 parent be030b8 commit cd39adc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

nnpdf_data/nnpdf_data/commondata/ATLAS_Z0J_8TEV/filter_decorr_unc.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
"""
2-
3-
2+
This piece of code generates a simplified variant of the uncertainties.yaml
3+
files in which the 99 correlated systematic uncertainties of the legacy
4+
version are replaced with two systematic uncertainties, one that is uncorrelated
5+
and that is correlated. Statistical, luminosity and )optional) Monte Carlo
6+
uncertainties are as in the legacy version.
47
"""
58

69
import yaml
@@ -80,7 +83,6 @@ def filter_unc_ATLAS_Z0J_8TEV(MC=False):
8083
if(MC==True):
8184
uncertainties[i].update({"sys_mc_uncorr": mc_unc/100 * central_values[i] * 1000.})
8285

83-
# Uncertainties
8486
treatment = {"stat": "ADD",
8587
"sys,Uncorrelated": "ADD",
8688
"sys,Correlated": "MULT",

0 commit comments

Comments
 (0)