]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/testITSU/rec.C
Converted printfs to debug messages in the tracker. To reactivate, uncomment
[u/mrichter/AliRoot.git] / ITS / UPGRADE / testITSU / rec.C
index c4f8432f241706fa3c8ea0ba88f287eebe6258a8..7ae3143c7bf2bcea99961920de4ec4f3af096a02 100644 (file)
@@ -45,13 +45,13 @@ void rec() {
 
   TStopwatch timer;
   timer.Start();
+  //
+  //  AliLog::SetClassDebugLevel("AliITSUTrackerGlo",3);
+  //
   rec.Run();
   timer.Stop();
   timer.Print();
 
   printf("\n\n\n TDatime \n");
-
-  t.Print();
-  t.Set();
   t.Print();
 }