~maus-mlcr/maus/onmon

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#Kill existing processes
killall runGUI

#script to run the Online Monitoring GUI
ONMON_ROOT_DIR=`pwd -P`
export ONMON_ROOT_DIR
echo $ONMON_ROOT_DIR

source $ONMON_ROOT_DIR/third_party/build/root_v5.34.07/bin/thisroot.sh
cd GUI
./runGUI