From 011fde27e5814d8a7f3fb5394b456860eead5417 Mon Sep 17 00:00:00 2001 From: Eric Pooser <pooser@jlab.org> Date: Tue, 21 Mar 2017 13:12:22 -0400 Subject: [PATCH] Correct paero parameter lengths from 7 to 8 --- PARAM/SHMS/AERO/paero.param | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/PARAM/SHMS/AERO/paero.param b/PARAM/SHMS/AERO/paero.param index 82a53134..a3485e05 100644 --- a/PARAM/SHMS/AERO/paero.param +++ b/PARAM/SHMS/AERO/paero.param @@ -2,13 +2,11 @@ paero_num_pairs = 7 -paero_pos_gain = 1./496.7, 1./467.5, 1./554.3, 1./766.1, 1./412.1, 1./517.9, 1./435.6, 1./500., +paero_pos_gain = 1./496.7, 1./467.5, 1./554.3, 1./766.1, 1./412.1, 1./517.9, 1./435.6 -paero_neg_gain = 1./586.8, 1./536.5, 1./690.5, 1./563.1, 1./574.4, 1./432.7, 1./601.5, 1./500., +paero_neg_gain = 1./586.8, 1./536.5, 1./690.5, 1./563.1, 1./574.4, 1./432.7, 1./601.5 - paero_pos_ped_limit = 1000., 1000., 1000., 1000., - 1000., 1000., 1000., 1000., +paero_pos_ped_limit = 1000, 1000, 1000, 1000, 1000, 1000, 1000 - paero_neg_ped_limit = 1000., 1000., 1000., 1000., - 1000., 1000., 1000., 1000., +paero_neg_ped_limit = 1000, 1000, 1000, 1000, 1000, 1000, 1000 -- GitLab