]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/SPECTRA/PiKaPr/TOF/pPb502/macros/TrackingEff.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / SPECTRA / PiKaPr / TOF / pPb502 / macros / TrackingEff.sh
1 #! /bin/bash
2
3 if [ "$1" == "" ]; then
4     echo "argument needed"
5     exit 1
6 fi
7 echo "launching TrackingEff on $1 in background"
8 aliroot -b -q "TrackingEff.C(\"$1\")" &> TrackingEff.$1.log &
9 echo "TrackingEff started"