]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtracker.h
Corrected bug in GetRowNumber (class AliTPCSector)
[u/mrichter/AliRoot.git] / TPC / AliTPCtracker.h
index 99adbf2e03a4ed380187fca02659ae375eb3ff02..1483c4974747f7b86c36d33ba038c5223ecd43a4 100644 (file)
@@ -81,7 +81,7 @@ public:
      Int_t GetRowNumber(Double_t x) const {
         //return pad row number for this x
        Double_t r;
-       if (fN < 63){
+       if (fN < 64){
         r=fRow[fN-1].GetX();
         if (x > r) return fN;
         r=fRow[0].GetX();