Subversion Repositories f9daq

Rev

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\")"