]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing debug printout (C.Jorgensen)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 7 Apr 2006 09:52:10 +0000 (09:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 7 Apr 2006 09:52:10 +0000 (09:52 +0000)
ITS/AliITSMultReconstructor.cxx

index 8c2f1cfc6eb982c5ca42522fde5673fa9e7d6c8d..ab759479d0de7854ce334f0ace6d6a3f1a940caf 100644 (file)
@@ -89,8 +89,6 @@ AliITSMultReconstructor::Reconstruct(TTree* clusterTree, Float_t* vtx, Float_t*
   // After this method has been called, the clusters of the two layers
   // and the tracklets can be retrieved by calling the Get'er methods.
 
-  cout << " HEEEEEEEEEEEEEEEEEEEEE " << flush << endl;
-
   // reset counters
   fNClustersLay1 = 0;
   fNClustersLay2 = 0;
@@ -279,8 +277,6 @@ AliITSMultReconstructor::SaveHists() {
   if (!fHistOn)
     return;
 
-  cout << "Saving histograms" << endl;
-
   fhClustersDPhi->Write();
   fhClustersDTheta->Write();
   fhClustersDZeta->Write();