]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizerV1.cxx
Keep previous definition of rows for reconstruction
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizerV1.cxx
index 4f4067b833bc590bcdc987b060be99a55e816b5a..94daf5cd987977fdf64ed84727b194f89fc8fece 100644 (file)
@@ -473,6 +473,10 @@ Bool_t AliTRDclusterizerV1::MakeClusters()
                clusterPos[0] = padPlane->GetColPos(col) - (clusterPads[1] + 0.5) * colSize;
                clusterPos[1] = padPlane->GetRowPos(row) - 0.5                    * rowSize;
                 clusterPos[2] = CalcXposFromTimebin(clusterPads[2],idet,col,row);
+                if (idet == 510) {
+                  printf("------------> idet=%d, row=%d, col=%d, time=%d\n",idet,row,col,time);
+                  printf("              pos = %f, %f, %f\n",clusterPos[0],clusterPos[1],clusterPos[2]);
+               }
                 Double_t clusterSig[2];
                 clusterSig[0] = (clusterSigmaY2 + 1.0/12.0) * colSize*colSize;
                 clusterSig[1] = rowSize * rowSize / 12.0;