]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/genkine/sim/rec.C
Finish the move RICH to HMPID
[u/mrichter/AliRoot.git] / test / genkine / sim / rec.C
CommitLineData
3928b038 1void rec() {
2 AliReconstruction reco;
3
8b1c76de 4 // reco.SetRunReconstruction("ITS TPC TRD TOF HMPID FMD PMD VZERO START MUON ZDC");
3928b038 5
6 TStopwatch timer;
7 timer.Start();
8 reco.Run();
9 timer.Stop();
10 timer.Print();
11}