7ce1c3d69b97d1e7ab7451ebe10e2f74892e1112
[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 }