]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCROC.h
store pt in the tracklet instead of momentum
[u/mrichter/AliRoot.git] / TPC / AliTPCROC.h
index 042eafa98930e767c0c92f3b9a9141a04afaeea6..8ad315a7b0478ed2346b4fc7b5eac0f46a9992c4 100644 (file)
@@ -47,7 +47,7 @@ class AliTPCROC : public TObject {
   UInt_t    GetNInnerSector() const {return fNSectors[0];}
   UInt_t    GetNOuterSector() const {return fNSectors[1];}
   UInt_t    GetNSector() const {return fNSectorsAll;}
-  Float_t  GetZLength() const {return fZLength;}
+  Float_t  GetZLength(Int_t sector) const {return (sector<35) ? fZLength-0.275 : fZLength-0.302;}
   //
   // get pad row parameters
   //