From 72f77bde6af94768c6c9aca7514e6951d77822a6 Mon Sep 17 00:00:00 2001 From: Mark Jones <jones@jlab.org> Date: Fri, 2 Feb 2018 14:52:48 -0500 Subject: [PATCH] Fix mistake introduced into gscalers.param --- PARAM/GEN/gscalers.param | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/PARAM/GEN/gscalers.param b/PARAM/GEN/gscalers.param index d7df94dd..d6b315d2 100644 --- a/PARAM/GEN/gscalers.param +++ b/PARAM/GEN/gscalers.param @@ -1,9 +1,7 @@ -# Please keep the order of BCM1 BCM2 BCM4A BCM4B BCM17 Unser -# Some code in hcana depends on the order. gNumBCMs=6 -gBCM_Gain = 4574,3847,13560,6456.,2154.,4166 -gBCM_Offset = 250200,250100,-2994.0,-1148.0,-154.3,393000 +gBCM_Gain = 4574,3847,4166,13560,6456.,2154. +gBCM_Offset = 250200,250100,393000,-2994.0,-1148.0,-154.3 gBCM_Names="BCM1 BCM2 Unser BCM4A BCM4B BCM17" -gBCM_Current_threshold=20 +gBCM_Current_threshold=5.0 ; index = 0 to gNumBCMs-1 gBCM_Current_threshold_index=3 -- GitLab