From: cvetan Date: Fri, 24 Feb 2006 13:47:17 +0000 (+0000) Subject: SetNumberOfClusters method moved to public X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=eb9891bc819e60aaa08d8c5357d5b932955a5197 SetNumberOfClusters method moved to public --- diff --git a/STEER/AliKalmanTrack.h b/STEER/AliKalmanTrack.h index f5cf5e8915c..79fa2c119c6 100644 --- a/STEER/AliKalmanTrack.h +++ b/STEER/AliKalmanTrack.h @@ -84,7 +84,7 @@ public: virtual void GetXYZ(Float_t r[3]) const = 0; static Double_t GetConvConst(); - + void SetNumberOfClusters(Int_t n) {fN=n;} protected: void SaveLocalConvConst(); Double_t GetLocalConvConst() const {return fLocalConvConst;} @@ -93,7 +93,6 @@ protected: void SetChi2(Double_t chi2) {fChi2=chi2;} void SetMass(Double_t mass) {fMass=mass;} - void SetNumberOfClusters(Int_t n) {fN=n;} Int_t fLab; // track label Float_t fFakeRatio; // fake ratio