git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Bug fix (A.Rossi)
[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
}