diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-09-06 11:03:39 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-09-06 11:03:39 -0500 |
commit | 34d79179a967c3600aefeaa06fd368031c115ee9 (patch) | |
tree | 68fef4281b374e67b364d7a00f14a756e939ac5e /utils/chi2 | |
parent | fc2ea09caa281c4dcdf728c040e52525deea58d8 (diff) | |
download | sddm-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-x | utils/chi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |