]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/PWG1macros/getCertificate.sh
fixed bugs with the rule checker.
[u/mrichter/AliRoot.git] / PWG1 / PWG1macros / getCertificate.sh
CommitLineData
509f84fa 1#
2# shel script to genarate certificate
3# arguments:
4#
5amacro=$1
6esdList=$2
7echo Get certificate for $amacro
8aliroot -l -b -q runPWG1Train.C\(\"$amacro\", \"$esdList\"\) 2>&1 | tee out.log
9makeSummary.sh > summary.log
10
11
12
13
14
15