From 4ff9faf19389be67860e1e461b64e8035cafe9e8 Mon Sep 17 00:00:00 2001
From: Hall C Online Analyzer User <brad.hallc-online@swatter.net>
Date: Wed, 14 Feb 2018 15:25:43 -0500
Subject: [PATCH] Spring 2018 ver16 (#399)

* Include select PID & golden track leaves to quick replay ROOT files -Eric

* Update COIN kinematics file
---
 DBASE/COIN/STD/standard.kinematics            | 40 ++++++++++++++++++-
 DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def    |  5 +++
 DEF-files/HMS/PRODUCTION/PID/hpid_vars.def    |  6 +++
 .../HMS/PRODUCTION/hstackana_production.def   |  7 +++-
 DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def   |  5 +++
 DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def   |  7 ++++
 .../SHMS/PRODUCTION/pstackana_production.def  |  7 +++-
 7 files changed, 72 insertions(+), 5 deletions(-)
 create mode 100644 DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def
 create mode 100644 DEF-files/HMS/PRODUCTION/PID/hpid_vars.def
 create mode 100644 DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def
 create mode 100644 DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def

diff --git a/DBASE/COIN/STD/standard.kinematics b/DBASE/COIN/STD/standard.kinematics
index 2db0ae87..449f64a6 100644
--- a/DBASE/COIN/STD/standard.kinematics
+++ b/DBASE/COIN/STD/standard.kinematics
@@ -380,7 +380,7 @@ ppartmass = 0.93827231
 hpartmass = 0.0005109
 
 #Ct Experiment (E12-06-107)
-2284-9999
+2284-2396
 gpbeam = 10.600
 gtargmass_amu =  12.0107
 htheta_lab = -39.280
@@ -389,3 +389,41 @@ hpcentral = 2.982
 ppcentral = 8.505*0.985
 ppartmass = 0.93827231
 hpartmass = 0.0005109
+
+2397
+gpbeam = 10.600
+gtargmass_amu =  1.00794
+htheta_lab = -39.280
+ptheta_lab = 12.800
+hpcentral = 2.982
+ppcentral = 8.505*0.985
+ppartmass = 0.93827231
+hpartmass = 0.0005109
+
+#cosmics/testing DAQ
+2398-2401
+
+#junk
+2402-2403
+
+#Color Transparency --Feb 13/H singles run
+2404-2405
+gpbeam = 10.600
+gtargmass_amu =  1.00794
+htheta_lab = -39.280
+ptheta_lab = 12.800
+hpcentral = 2.982
+ppcentral = 8.505*0.985
+ppartmass = 0.93827231
+hpartmass = 0.0005109
+
+#Color Transparency --Feb 14/H coincidence run
+2406-9999
+gpbeam = 10.600
+gtargmass_amu =  1.00794
+htheta_lab = -39.280
+ptheta_lab = 12.800
+hpcentral = 2.982
+ppcentral = 8.505*0.985
+ppartmass = 0.93827231
+hpartmass = 0.0005109
\ No newline at end of file
diff --git a/DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def b/DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def
new file mode 100644
index 00000000..05e5135e
--- /dev/null
+++ b/DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def
@@ -0,0 +1,5 @@
+#***********************
+# Golden Track Variables
+#***********************
+
+block H.gtr.*
\ No newline at end of file
diff --git a/DEF-files/HMS/PRODUCTION/PID/hpid_vars.def b/DEF-files/HMS/PRODUCTION/PID/hpid_vars.def
new file mode 100644
index 00000000..f308a582
--- /dev/null
+++ b/DEF-files/HMS/PRODUCTION/PID/hpid_vars.def
@@ -0,0 +1,6 @@
+#**************
+# PID Variables
+#**************
+
+block H.cal.etracknorm
+block H.cer.npeSum
\ No newline at end of file
diff --git a/DEF-files/HMS/PRODUCTION/hstackana_production.def b/DEF-files/HMS/PRODUCTION/hstackana_production.def
index 9de36f53..52ee9c82 100644
--- a/DEF-files/HMS/PRODUCTION/hstackana_production.def
+++ b/DEF-files/HMS/PRODUCTION/hstackana_production.def
@@ -8,6 +8,9 @@
 #include "DEF-files/HMS/PRODUCTION/GTR/hgtr_histos.def"
 #include "DEF-files/HMS/PRODUCTION/RASTER/hraster_histos.def"
 #include "DEF-files/HMS/PRODUCTION/TRIG/htrig_histos.def"
-#include "DEF-files/HMS/PRODUCTION/EPICS/hepics_vars.def"
 #include "DEF-files/HMS/PRODUCTION/REACT/hreact_histos.def"
-#include "DEF-files/HMS/PRODUCTION/PID/hpid_histos.def"
\ No newline at end of file
+#include "DEF-files/HMS/PRODUCTION/PID/hpid_histos.def"
+
+#include "DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def"
+#include "DEF-files/HMS/PRODUCTION/PID/hpid_vars.def"
+#include "DEF-files/HMS/PRODUCTION/EPICS/hepics_vars.def"
\ No newline at end of file
diff --git a/DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def b/DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def
new file mode 100644
index 00000000..2fa95b22
--- /dev/null
+++ b/DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def
@@ -0,0 +1,5 @@
+#***********************
+# Golden Track Variables
+#***********************
+
+block P.gtr.*
\ No newline at end of file
diff --git a/DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def b/DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def
new file mode 100644
index 00000000..c2294ab7
--- /dev/null
+++ b/DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def
@@ -0,0 +1,7 @@
+#**************
+# PID Variables
+#**************
+
+block P.cal.etracknorm
+block P.hgcer.npeSum
+block P.ngcer.npeSum
\ No newline at end of file
diff --git a/DEF-files/SHMS/PRODUCTION/pstackana_production.def b/DEF-files/SHMS/PRODUCTION/pstackana_production.def
index 914aa1b9..4cf069ab 100644
--- a/DEF-files/SHMS/PRODUCTION/pstackana_production.def
+++ b/DEF-files/SHMS/PRODUCTION/pstackana_production.def
@@ -1,7 +1,6 @@
 #include "DEF-files/SHMS/PRODUCTION/AERO/paero_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/CAL/pcal_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/DC/pdc_histos.def"
-#include "DEF-files/SHMS/PRODUCTION/EPICS/pepics_vars.def"
 #include "DEF-files/SHMS/PRODUCTION/GTR/pgtr_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/HGCER/phgcer_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/HODO/phodo_histos.def"
@@ -10,4 +9,8 @@
 #include "DEF-files/SHMS/PRODUCTION/RASTER/praster_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/TRIG/ptrig_histos.def"
 #include "DEF-files/SHMS/PRODUCTION/REACT/preact_histos.def"
-#include "DEF-files/SHMS/PRODUCTION/PID/ppid_histos.def"
\ No newline at end of file
+#include "DEF-files/SHMS/PRODUCTION/PID/ppid_histos.def"
+
+#include "DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def"
+#include "DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def"
+#include "DEF-files/SHMS/PRODUCTION/EPICS/pepics_vars.def"
\ No newline at end of file
-- 
GitLab