]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Clean-up bug in Centered() corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2000 19:01:29 +0000 (19:01 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2000 19:01:29 +0000 (19:01 +0000)
RICH/AliRICHClusterFinder.cxx

index 9400670815ab911a5c6b1da0b7210a9cda5d75d3..2ebad174e14a30cd1e67d329cf424525b0669d34 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.3  2000/06/12 15:49:44  jbarbosa
+  Removed verbose output.
+
   Revision 1.2  2000/06/12 15:18:19  jbarbosa
   Cleaned up version.
 
@@ -199,7 +202,7 @@ Bool_t AliRICHClusterFinder::Centered(AliRICHRawCluster *cluster)
     Int_t nd=0;
     for (Int_t i=0; i<nn; i++) {
        if (fHitMap->TestHit(x[i],y[i]) == kUsed) {
-           yN[nd]=x[i];
+           xN[nd]=x[i];
            yN[nd]=y[i];
            nd++;