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
This commit was generated by cvs2svn to compensate for changes in r17912,
[u/mrichter/AliRoot.git]
/
test
/
genkine
/
sim
/
rec.C
1
void rec() {
2
AliReconstruction reco;
3
4
// reco.SetRunReconstruction("ITS TPC TRD TOF RICH FMD PMD VZERO START MUON ZDC");
5
6
TStopwatch timer;
7
timer.Start();
8
reco.Run();
9
timer.Stop();
10
timer.Print();
11
}