From f8de6569994d3bc874ad27a2d60ef34d9c9ae81d Mon Sep 17 00:00:00 2001 From: jbarbosa Date: Mon, 12 Jun 2000 15:49:44 +0000 Subject: [PATCH] Removed verbose output. --- RICH/AliRICHClusterFinder.cxx | 7 +++++-- RICH/AliRICHHitMapA1.cxx | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RICH/AliRICHClusterFinder.cxx b/RICH/AliRICHClusterFinder.cxx index d4766b721c5..9400670815a 100644 --- a/RICH/AliRICHClusterFinder.cxx +++ b/RICH/AliRICHClusterFinder.cxx @@ -15,6 +15,9 @@ /* $Log$ + Revision 1.2 2000/06/12 15:18:19 jbarbosa + Cleaned up version. + Revision 1.1 2000/04/19 13:01:48 morsch A cluster finder and hit reconstruction class for RICH (adapted from MUON). Cluster Finders for MUON and RICH should derive from the same class in the @@ -200,7 +203,7 @@ Bool_t AliRICHClusterFinder::Centered(AliRICHRawCluster *cluster) yN[nd]=y[i]; nd++; - printf("Getting: %d %d %d\n",i,x[i],y[i]); + //printf("Getting: %d %d %d\n",i,x[i],y[i]); } } if (nd==2) { @@ -220,7 +223,7 @@ Bool_t AliRICHClusterFinder::Centered(AliRICHRawCluster *cluster) // // who is the neighbour ? - printf("Calling GetIndex with x:%d y:%d\n",xN[0], yN[0]); + //printf("Calling GetIndex with x:%d y:%d\n",xN[0], yN[0]); Int_t nind=fHitMap->GetHitIndex(xN[0], yN[0]); Int_t i1= (nind==cluster->fIndexMap[1]) ? 1:2; diff --git a/RICH/AliRICHHitMapA1.cxx b/RICH/AliRICHHitMapA1.cxx index 390ced07fdc..2e54890f067 100644 --- a/RICH/AliRICHHitMapA1.cxx +++ b/RICH/AliRICHHitMapA1.cxx @@ -122,7 +122,7 @@ Int_t AliRICHHitMapA1::GetHitIndex(Int_t ix, Int_t iy) // Return hit coordinates from index - printf("ix:%d, iy:%d, index:%d\n",ix,iy,CheckedIndex(ix, iy)); + //printf("ix:%d, iy:%d, index:%d\n",ix,iy,CheckedIndex(ix, iy)); return TMath::Abs(fHitMap[CheckedIndex(ix, iy)])-1; -- 2.39.3