aboutsummaryrefslogtreecommitdiff
path: root/utils/chi2
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-09-06 11:03:39 -0500
committertlatorre <tlatorre@uchicago.edu>2020-09-06 11:03:39 -0500
commit34d79179a967c3600aefeaa06fd368031c115ee9 (patch)
tree68fef4281b374e67b364d7a00f14a756e939ac5e /utils/chi2
parentfc2ea09caa281c4dcdf728c040e52525deea58d8 (diff)
downloadsddm-34d79179a967c3600aefeaa06fd368031c115ee9.tar.gz
sddm-34d79179a967c3600aefeaa06fd368031c115ee9.tar.bz2
sddm-34d79179a967c3600aefeaa06fd368031c115ee9.zip
update plot-muons to fit energy scale and resolution difference
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}