]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/genkine/sim/rec.C
This commit was generated by cvs2svn to compensate for changes in r17912,
[u/mrichter/AliRoot.git] / test / genkine / sim / rec.C
diff --git a/test/genkine/sim/rec.C b/test/genkine/sim/rec.C
new file mode 100644 (file)
index 0000000..4044c53
--- /dev/null
@@ -0,0 +1,11 @@
+void rec() {
+  AliReconstruction reco;
+
+  //  reco.SetRunReconstruction("ITS TPC TRD TOF RICH FMD PMD VZERO START MUON ZDC");
+
+  TStopwatch timer;
+  timer.Start();
+  reco.Run();
+  timer.Stop();
+  timer.Print();
+}