]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/Pass2.C
Minor fixes
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / Pass2.C
index 8335c84f8261cc66c8d2750225eceb1e0f2896ae..14fc2d2d81f01c667b3871c27030293720014d36 100644 (file)
@@ -55,7 +55,11 @@ Pass2(const char* file="AliAODs.root",
         file, vzMin, vzMax, rebin, trgMask, trgs.Data(), energy, title);
   
   DrawRes dr;
+  TStopwatch t;
+  t.Start();
   dr.Run(file, vzMin, vzMax, rebin, trgMask, energy, title);
+  t.Stop();
+  t.Print();  
 }
 //
 // EOF