]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSMultReconstructor.cxx
Library for raw data reading & decoding
[u/mrichter/AliRoot.git] / 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();