]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correcting problems which appeared during the merge with VirtualMC
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Oct 2002 15:18:02 +0000 (15:18 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Oct 2002 15:18:02 +0000 (15:18 +0000)
TPC/AliTPCtracker.h

index 1483c4974747f7b86c36d33ba038c5223ecd43a4..c25f55e2611bc57d5b7873e33b76a75ce8f3977c 100644 (file)
@@ -86,7 +86,7 @@ public:
         if (x > r) return fN;
         r=fRow[0].GetX();
         if (x < r) return -1;
-        return Int_t((x-r)/fPadPitchLength + 0.5);}
+        return Int_t((x-r)/f1PadPitchLength + 0.5);}
        else{   
           r=fRow[fN-1].GetX();
           if (x > r) return fN;
@@ -100,7 +100,6 @@ public:
        }
      }
      Double_t GetPadPitchWidth()  const {return fPadPitchWidth;}
-     Double_t GetPadPitchLength() const {return fPadPitchLength;}
 
    private:
      Int_t fN;                        //number of pad rows 
@@ -108,9 +107,8 @@ public:
      Double_t fAlpha;                    //opening angle
      Double_t fAlphaShift;               //shift angle;
      Double_t fPadPitchWidth;            //pad pitch width
-     Double_t fPadPitchLength;           //pad pitch length 
      Double_t f1PadPitchLength;           //pad pitch length
-     Double_t f2PadPitchLength;   
+     Double_t f2PadPitchLength;            //pad pitch length 
    private:
      AliTPCSector(const AliTPCSector &s);           //dummy copy contructor
      AliTPCSector& operator=(const AliTPCSector &s);//dummy assignment operator