]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/PWGPPmacros/getCertificate.sh
RelVal: return exitcode of Makeflow to the caller
[u/mrichter/AliRoot.git] / PWGPP / PWGPPmacros / getCertificate.sh
1 #
2 # shel script to genarate certificate
3 # arguments:
4
5 amacro=$1
6 esdList=$2
7 echo Get certificate for $amacro
8 aliroot -l -b -q  runPWGPPTrain.C\(\"$amacro\", \"$esdList\"\)  2>&1 | tee out.log
9 makeSummary.sh > summary.log
10
11
12
13
14
15