]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/pploadlibs/run.C
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / test / pploadlibs / run.C
1 void run() 
2 {
3   TStopwatch timer;
4   timer.Start();
5   gSystem->Exec("root.exe -q sim.C > sim.log 2>&1");
6   gSystem->Exec("root.exe -q rec.C > rec.log 2>&1");
7   timer.Stop();
8   timer.Print();
9 }