From ec894103408cdc9f8edf889aec70dbe59d369ad5 Mon Sep 17 00:00:00 2001 From: Hall C Online Analyzer User <brad.hallc-online@swatter.net> Date: Fri, 8 Dec 2017 18:14:33 -0500 Subject: [PATCH] Pooser cleanup (#310) * Modify protoroot file to point to symbollically linked latest file * Correct pdc online GUI proto-root file name --- .gitignore | 4 +++- onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg | 2 +- onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg | 2 +- onlineGUI/CONFIG/SHMS/TEST_STANDS/DC/pdc_stand.cfg | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a12ea0c7..0ee3dd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ CALIBRATION/*/data_files/* CALIBRATION/*/root_files/* CALIBRATION/shms_dc_calib/data_files/ onlineGUI/onlineGUI_v1.2.1/onlineDict_rdict.pcm -.nfs* \ No newline at end of file +.nfs* +raw.copiedtotape +HISTOGRAMS \ No newline at end of file diff --git a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg index 7c6878ae..4ae4346e 100644 --- a/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg +++ b/onlineGUI/CONFIG/HMS/PRODUCTION/hms_production.cfg @@ -1,4 +1,4 @@ -protorootfile ../ROOTfiles/hms_replay_production_XXXXX_50000.root +protorootfile ../ROOTfiles/hms_replay_production_XXXXX_latest.root guicolor orange canvassize 1600 800 diff --git a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg index fa369a3c..b3c5d90f 100644 --- a/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg +++ b/onlineGUI/CONFIG/SHMS/PRODUCTION/shms_production.cfg @@ -1,4 +1,4 @@ -protorootfile ../ROOTfiles/shms_replay_production_XXXXX_50000.root +protorootfile ../ROOTfiles/shms_replay_production_XXXXX_latest.root guicolor orange canvassize 1600 800 diff --git a/onlineGUI/CONFIG/SHMS/TEST_STANDS/DC/pdc_stand.cfg b/onlineGUI/CONFIG/SHMS/TEST_STANDS/DC/pdc_stand.cfg index 13ef3588..263e4a1e 100644 --- a/onlineGUI/CONFIG/SHMS/TEST_STANDS/DC/pdc_stand.cfg +++ b/onlineGUI/CONFIG/SHMS/TEST_STANDS/DC/pdc_stand.cfg @@ -1,4 +1,4 @@ -protorootfile ../ROOTfiles/shms_replay_production_XXXXX_1000000.root +protorootfile ../ROOTfiles/pdc_replay_XXXXX.root guicolor orange canvassize 1600 800 -- GitLab