From 1811adbab3d98d99202f480ecaf878545a2dcb3a Mon Sep 17 00:00:00 2001 From: Eric Pooser <pooser@jlab.org> Date: Mon, 27 Aug 2018 11:37:16 -0400 Subject: [PATCH] remove line which was producing error --- TEMPLATES/HMS/PRODUCTION/hstackana_production.template | 1 - 1 file changed, 1 deletion(-) diff --git a/TEMPLATES/HMS/PRODUCTION/hstackana_production.template b/TEMPLATES/HMS/PRODUCTION/hstackana_production.template index 0f3178e9..33588ba7 100644 --- a/TEMPLATES/HMS/PRODUCTION/hstackana_production.template +++ b/TEMPLATES/HMS/PRODUCTION/hstackana_production.template @@ -361,7 +361,6 @@ Tracks found = scleantrack = {hcut_CleanTrack.npassed} //Tracks passing chisquared cut = (hstat_cal_numevents:%7d) (in previous template, do we need this here?) hmsPreShower Counts: {H.cal.stat_trksum1} eff : {H.cal.stat_hitsum1 / H.cal.stat_trksum1} -hmsShowerArray Counts: {H.cal.stat_trksum_array} eff : {H.cal.stat_hitsum_array / H.cal.stat_trksum_array} hA Counts: {H.cal.stat_trksum1} eff : {H.cal.stat_hitsum1 / H.cal.stat_trksum1} hB Counts: {H.cal.stat_trksum2} eff : {H.cal.stat_hitsum2 / H.cal.stat_trksum2} -- GitLab