]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
GetClusterFast function implemented (No getter before) (Marian)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2006 16:52:24 +0000 (16:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2006 16:52:24 +0000 (16:52 +0000)
TPC/AliTPCseed.h

index 70bbe808b2f79405412ef8d18fae4b4625e8c212..4e6fd72baf9de800d9eee5faf282e87a8c9cfaa5 100644 (file)
@@ -43,6 +43,7 @@ class AliTPCseed : public AliTPCtrack {
      virtual Double_t GetPredictedChi2(const AliCluster *cluster2) const;
      virtual Int_t Update(const AliCluster* c2, Double_t chi2, UInt_t i);
      AliTPCTrackerPoint * GetTrackPoint(Int_t i);
+     AliTPCclusterMI * GetClusterFast(Int_t irow){ return fClusterPointer[irow];}
      void RebuildSeed(); // rebuild seed to be ready for storing
      Double_t GetDensityFirst(Int_t n);
      Double_t GetSigma2C() const {return fC44;};