Skip to content

Commit 5e27a2f

Browse files
committed
Merge branch 'aaust_online_monitoring_py3' of https://github.com/JeffersonLab/hd_utilities into aaust_online_monitoring_py3
2 parents f79a819 + 907ead2 commit 5e27a2f

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

launch_scripts/process/check_new_runs.csh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
set LOCKFILE=lock.online
44

55
#set MONITORING_HOME=/home/gxproj1/halld/monitoring/process
6-
set MONITORING_HOME=/home/gluex/halld/monitoring/process
6+
set MONITORING_HOME=/home/gluex/hd_utilities/launch_scripts/process
77
set MONITORING_LIBDIR=$MONITORING_HOME/lib
88
set MONITORING_LOGDIR=$MONITORING_HOME/log
99

1010
# Load standard environment for ROOT
1111
#source /home/gluex/setup_jlab.csh
1212
cd $MONITORING_HOME
13-
source setup_jlab.csh
13+
#source setup_jlab.csh
1414
source $MONITORING_HOME/monitoring_env.csh
1515

1616
# run the script

launch_scripts/process/check_new_runs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def Run(self):
141141
os.system("mkdir -m"+self.NEWDIR_MODE+" -p " + monitoring_data_dir) ## need error checks
142142

143143
plotter = make_monitoring_plots.make_monitoring_plots()
144-
plotter.histlist_filename = "/home/gluex/halld/monitoring/process/histograms_to_monitor"
145-
plotter.macrolist_filename = "/home/gluex/halld/monitoring/process/macros_to_monitor"
144+
plotter.histlist_filename = "/home/gluex/hd_utilities/launch_scripts/process/histograms_to_monitor"
145+
plotter.macrolist_filename = "/home/gluex/hd_utilities/launch_scripts/process/macros_to_monitor"
146146
plotter.base_root_dir = "rootspy/"
147147
plotter.output_directory = monitoring_data_dir
148148
plotter.rootfile_name = rootfile_name

launch_scripts/process/monitoring_env.csh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# setenv PATH /apps/python/PRO/bin:$PATH
55
# setenv LD_LIBRARY_PATH /apps/python/PRO/lib:$LD_LIBRARY_PATH
66

7+
source /group/halld/Software/build_scripts/gluex_env_jlab.csh
8+
79
# load ROOT python bindings
810
setenv PYTHONPATH $ROOTSYS/lib:$PYTHONPATH
911

launch_scripts/process/update_runinfo.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/tcsh
22

33
# Load standard environment for ROOT
4-
source setup_jlab.csh
4+
# source setup_jlab.csh
55

66
set MONITORING_HOME=/home/gluex/halld/monitoring/process
77
source $MONITORING_HOME/monitoring_env.csh

0 commit comments

Comments
 (0)