From 7a9afe6c7e68f453b9d2b3509a49cb0ea0178275 Mon Sep 17 00:00:00 2001
From: Eric Pooser <pooser@jlab.org>
Date: Mon, 11 Dec 2017 14:34:33 -0500
Subject: [PATCH] Correct kinematics database for both the HMS and SHMS (#330)

---
 DBASE/HMS/STD/standard.kinematics  |  3 +++
 DBASE/SHMS/STD/standard.kinematics | 10 ++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/DBASE/HMS/STD/standard.kinematics b/DBASE/HMS/STD/standard.kinematics
index fb1a7084..e7632e02 100644
--- a/DBASE/HMS/STD/standard.kinematics
+++ b/DBASE/HMS/STD/standard.kinematics
@@ -5,9 +5,12 @@
 # 27Al gtargmass_amu=26.98
 #
 
+0-99999
 gpbeam = 2.215
 gtargmass_amu=12.0107
 hpartmass = 0.00051099
+htheta_lab = -25.005
+hpcentral = 1.6
 
 1117-1136
 htheta_lab = -25.005
diff --git a/DBASE/SHMS/STD/standard.kinematics b/DBASE/SHMS/STD/standard.kinematics
index c03189c0..ae1c85e4 100644
--- a/DBASE/SHMS/STD/standard.kinematics
+++ b/DBASE/SHMS/STD/standard.kinematics
@@ -4,11 +4,13 @@
 # 12C gtargmass_amu=12.0107
 # 27Al gtargmass_amu=26.98
 #
-ppartmass = 0.00051099
-gtargmass_amu=12.0107
-gpbeam = 2.215
-
 
+0-99999
+gpbeam = 2.215
+gtargmass_amu=12.0107
+ppartmass = 0.00051099
+ptheta_lab = 25.02
+ppcentral = 1.6
 
 1562-1588
 ptheta_lab = 25.02
-- 
GitLab