From 99521ae62e15eedbaefdf9d125b955538ef24a13 Mon Sep 17 00:00:00 2001
From: Carlos Yero <hallconline@gmail.com>
Date: Thu, 25 Jan 2018 19:46:10 -0500
Subject: [PATCH] added trigger rates histos in config files

---
 .../CONFIG/COIN/PRODUCTION/coin_production.cfg   | 16 ++++++++++++++++
 .../HMS/PRODUCTION/hms_coin_production.cfg       |  8 ++++++++
 .../CONFIG/HMS/PRODUCTION/hms_production.cfg     | 11 ++++++++++-
 .../SHMS/PRODUCTION/shms_coin_production.cfg     |  8 ++++++++
 .../CONFIG/SHMS/PRODUCTION/shms_production.cfg   |  8 ++++++++
 5 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/onlineGUI/CONFIG/COIN/PRODUCTION/coin_production.cfg b/onlineGUI/CONFIG/COIN/PRODUCTION/coin_production.cfg
index dc667276..9eb2b164 100644
--- a/onlineGUI/CONFIG/COIN/PRODUCTION/coin_production.cfg
+++ b/onlineGUI/CONFIG/COIN/PRODUCTION/coin_production.cfg
@@ -65,3 +65,19 @@ newpage 2 1
 title Kinematics
 pkin_Q2
 pkin_W2
+
+newpage 3 2 logxy
+title HMS Trigger Rates
+htrig1rate_vs_time -nostat
+htrig2rate_vs_time -nostat
+htrig3rate_vs_time -nostat
+htrig4rate_vs_time -nostat
+htrig6rate_vs_time -nostat
+
+newpage 3 2 logxy
+title SHMS Trigger Rates
+ptrig1rate_vs_time -nostat
+ptrig2rate_vs_time -nostat
+ptrig3rate_vs_time -nostat
+ptrig4rate_vs_time -nostat
+ptrig6rate_vs_time -nostat
diff --git a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_coin_production.cfg b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_coin_production.cfg
index 73dd00bb..aec54a8a 100644
--- a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_coin_production.cfg
+++ b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_coin_production.cfg
@@ -183,6 +183,14 @@ hdc_trk_mom_pi -nostat
 hcal_xtrack_vs_etrack_pi -nostat
 hcal_ytrack_vs_etrack_pi -nostat
 
+newpage 3 2 logxy 
+title HMS Trigger Rates
+htrig1rate_vs_time -nostat
+htrig2rate_vs_time -nostat
+htrig3rate_vs_time -nostat
+htrig4rate_vs_time -nostat
+htrig6rate_vs_time -nostat
+
 newpage 2 2
 title HMS EPICS
 hac_bcm_average -nostat
diff --git a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg
index 14e38322..9fb7cf13 100644
--- a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg
+++ b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg
@@ -183,7 +183,16 @@ hdc_trk_mom_pi -nostat
 hcal_xtrack_vs_etrack_pi -nostat
 hcal_ytrack_vs_etrack_pi -nostat
 
-newpage 2 2
+newpage 3 2 logxy 
+title HMS Trigger Rates
+htrig1rate_vs_time -nostat
+htrig2rate_vs_time -nostat
+htrig3rate_vs_time -nostat
+htrig4rate_vs_time -nostat
+htrig6rate_vs_time -nostat
+
+
+newpage 2 2 
 title HMS EPICS
 hac_bcm_average -nostat
 ibcm1 -nostat
diff --git a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_coin_production.cfg b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_coin_production.cfg
index f1755d57..b0ef2754 100644
--- a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_coin_production.cfg
+++ b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_coin_production.cfg
@@ -208,6 +208,14 @@ pdc_trk_mom_pi -nostat
 pcal_xtrack_vs_etrack_pi -nostat
 pcal_ytrack_vs_etrack_pi -nostat
 
+newpage 3 2 logxy 
+title SHMS Trigger Rates
+ptrig1rate_vs_time -nostat
+ptrig2rate_vs_time -nostat
+ptrig3rate_vs_time -nostat
+ptrig4rate_vs_time -nostat
+ptrig6rate_vs_time -nostat
+
 newpage 2 2
 title EPICS
 hac_bcm_average -nostat
diff --git a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg
index cb843c69..a7afe536 100644
--- a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg
+++ b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg
@@ -208,6 +208,14 @@ pdc_trk_mom_pi -nostat
 pcal_xtrack_vs_etrack_pi -nostat
 pcal_ytrack_vs_etrack_pi -nostat
 
+newpage 3 2 logxy 
+title SHMS Trigger Rates
+ptrig1rate_vs_time -nostat
+ptrig2rate_vs_time -nostat
+ptrig3rate_vs_time -nostat
+ptrig4rate_vs_time -nostat
+ptrig6rate_vs_time -nostat
+
 newpage 2 2
 title EPICS
 hac_bcm_average -nostat
-- 
GitLab