Subversion Repositories f9daq

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

#!/bin/bash 
dir=`dirname $0`

#source /opt/root/bin/thisroot.sh       # only for operation with IJS

if [ ! -d results ]; then
  mkdir results
fi

root -l  "$dir/start.cxx(\"$dir\")"