X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=STEER%2FAliSplineFit.h;h=5af185f6126a22eee7cf9d1d619989916e420737;hb=5a9a01d4aeeb296f29e39c5d35c506064bf37494;hp=a1e564c673daf324f6ec9ee002f3bc34a5ef5fd9;hpb=49d97c7ea0326a9f4b00efb02c6a634911390027;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliSplineFit.h b/STEER/AliSplineFit.h index a1e564c673d..5af185f6126 100644 --- a/STEER/AliSplineFit.h +++ b/STEER/AliSplineFit.h @@ -30,7 +30,7 @@ class AliSplineFit : public TObject { void MakeKnots0(TGraph * graph, Double_t maxdelta, Int_t minpoints); void SplineFit(Int_t nder); void CopyGraph(); - void MakeSmooth(TGraph * graph, Float_t ratio, char * type); + void MakeSmooth(TGraph * graph, Float_t ratio, Option_t * type); void Update(TSpline3 *spline, Int_t nknots); void Cleanup(); Int_t GetKnots() const {return fN;} @@ -51,7 +51,7 @@ class AliSplineFit : public TObject { void SetGraph (TGraph* graph) { fGraph=graph; } void SetMinPoints (Int_t minPoints) { fMinPoints=minPoints;} - const Int_t GetMinPoints() const { return fMinPoints; } + Int_t GetMinPoints() const { return fMinPoints; } protected: