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