git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4044c53550d07fd4e7e3239394ea11a76530a9ce
[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
}