aboutsummaryrefslogtreecommitdiff
path: root/utils/chi2
diff options
context:
space:
mode:
Diffstat (limited to 'utils/chi2')
-rwxr-xr-xutils/chi22
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/chi2 b/utils/chi2
index 9fd4151..f969498 100755
--- a/utils/chi2
+++ b/utils/chi2
@@ -48,7 +48,7 @@ def printoptions(*args, **kwargs):
# FIXME: These are just placeholders! Should get real number from stopping
# muons.
ENERGY_SCALE_MEAN = {'e': 1.0, 'u': 1.0, 'eu': 1.0}
-ENERGY_SCALE_UNCERTAINTY = {'e':0.1, 'u': 0.1, 'eu': 0.1}
+ENERGY_SCALE_UNCERTAINTY = {'e':0.1, 'u': 1.1, 'eu': 0.1}
ENERGY_RESOLUTION_MEAN = {'e': 0.0, 'u': 0.0, 'eu': 0.0}
ENERGY_RESOLUTION_UNCERTAINTY = {'e':0.1, 'u': 0.1, 'eu': 0.1}