]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/genkine/GetESD.sh
This commit was generated by cvs2svn to compensate for changes in r17927,
[u/mrichter/AliRoot.git] / test / genkine / GetESD.sh
CommitLineData
3928b038 1#!/bin/sh
2rm -rf */*.root */*.log */*.dat
3cd ./gen
4aliroot -b -q rungen.C\(5\) 2>&1 | tee gen.log
5chmod a-w *.root
6cd ../sim
7aliroot -b -q sim.C\(5\) 2>&1 | tee sim.log
8aliroot -b -q rec.C 2>&1 | tee rec.log
9
10