TODO LIST
GOAL 1: get Root to produce desired outputs when run through on the command line:
- set up the environment so that Tibi can run the following command
- suggest the proper parameter set on the command line so that the execution works as expected
This will allow Tibi to see Root run and to understand the dependencies that it has
tiberius@www13:/home/myers/i2u2/html/tla/root$ ./run_dmtroot.sh
Implementation Details
Local Execution
on www13. Ligo is in /home/myers/i2u2/html/tla/root
Root script runs with an ID
$cmd = "/bin/sh ". $root_dir."/run_dmtroot.sh $id '" .$script;
script setup:
export ROOTSYS
export LIGOTOOLS
export PATH=${ROOT_DIR}:${ROOTSYS}/bin:${PATH}
export LD_LIBRARY_PATH=${ROOT_DIR}:${PREFIX}/opt/lscsoft/gds/lib:${ROOTSYS}/lib:/usr/local/lib:/usr/lib
export DATA_DIR="/data/ligo/frames"
outputs:
EPSFILE=${ID}.eps
JPGFILE=${ID}.jpg
PNGFILE=${ID}.png
SVGFILE=${ID}.svg
TMPFILE=${ID}.tmp
script execution:
CMD="root -b -l -n -q $* "
-- Main.TiberiuStefPraun - 19 Jun 2007