We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be030b8 commit cd39adcCopy full SHA for cd39adc
1 file changed
nnpdf_data/nnpdf_data/commondata/ATLAS_Z0J_8TEV/filter_decorr_unc.py
@@ -1,6 +1,9 @@
1
"""
2
-
3
+This piece of code generates a simplified variant of the uncertainties.yaml
+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.
7
8
9
import yaml
@@ -80,7 +83,6 @@ def filter_unc_ATLAS_Z0J_8TEV(MC=False):
80
83
if(MC==True):
81
84
uncertainties[i].update({"sys_mc_uncorr": mc_unc/100 * central_values[i] * 1000.})
82
85
- # Uncertainties
86
treatment = {"stat": "ADD",
87
"sys,Uncorrelated": "ADD",
88
"sys,Correlated": "MULT",
0 commit comments