]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCseed.h
1) In AliTPCseed::RefitTrack(), we now also take into account the accetance flag...
[u/mrichter/AliRoot.git] / TPC / AliTPCseed.h
index 2a757cfb32b0e20620e22ec81914e3b7a42b3c9e..faf299a26083270a4bcaee714c80d64daefa7b83 100644 (file)
@@ -148,6 +148,7 @@ class AliTPCseed : public AliTPCtrack {
   Float_t GetTPCClustInfo(Int_t nNeighbours, Int_t type, Int_t row0, Int_t row1);
   void    SetPoolID(Int_t id) {fPoolID = id;}
   Int_t   GetPoolID()  const {return fPoolID;}
+  Int_t   GetNumberOfClustersIndices();  // Should be in AliTPCtrack
  private:
      //     AliTPCseed & operator = (const AliTPCseed &)
      //  {::Fatal("= operator","Not Implemented\n");return *this;}