]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDSpline.h
rename Interpolator to PDF, add new class TKDInterpolator and
[u/mrichter/AliRoot.git] / STAT / TKDSpline.h
index c8c4ab803f9a3f831e6a0115dcaca2608f5a7fb2..a33741ca22b7d14f491ce79dcd708c7afe9697ba 100644 (file)
@@ -9,8 +9,7 @@ class TKDSpline : public TKDInterpolator
 {
 public:
        TKDSpline();
-       TKDSpline(TTree *t, const Char_t *var, const Char_t *cut = 0, UInt_t bsize=100);
-       TKDSpline(Int_t npoints, Int_t ndim, UInt_t bsize, Float_t **data);
+       TKDSpline(Int_t npoints, Int_t ndim);
 
 private:
        void            Build();