diff options
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} |