From 01a0d29f13b5ea6c07ece75918ac554ed7fe9c12 Mon Sep 17 00:00:00 2001 From: Vardan Tadevosyan <tadevosn@jlab.org> Date: Fri, 20 Feb 2015 16:32:22 +0400 Subject: [PATCH] Correct constants for coordinate correction of signals from the SOS calorimeter. --- examples/PARAM/hcana.param | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/PARAM/hcana.param b/examples/PARAM/hcana.param index f7cca39..3ca4f8b 100644 --- a/examples/PARAM/hcana.param +++ b/examples/PARAM/hcana.param @@ -51,11 +51,10 @@ scal_num_layers = 4 scal_fv_delta = 5. # Constants for the coordiante correction of the calorimeter energy depositions -# (saw) Copied from HMS -scal_a_cor = 200. -scal_b_cor = 8000. -scal_c_cor = 64.36 -scal_d_cor = 1.66 +scal_a_cor = 400. +scal_b_cor = 12000. +scal_c_cor = -87.1628, -100. # The positive side constants reproduce +scal_d_cor = 1.65054, 3. # correction in Engine to accuracy better 0.005. scal_layer_names = "1pr 2ta 3ta 4ta" -- GitLab