]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDSpline.h
Macro to be attached to the analysis train
[u/mrichter/AliRoot.git] / STAT / TKDSpline.h
index c8c4ab803f9a3f831e6a0115dcaca2608f5a7fb2..37fef2bf0e91cbc5ff3c9777df8c2499d1b44095 100644 (file)
@@ -9,11 +9,10 @@ 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();
+       void            Build(Int_t ndim = 0);
        
 protected: