]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STAT/TKDSpline.cxx
Possibilty to assocate good PID flag to tracks not good for PID eliminated
[u/mrichter/AliRoot.git] / STAT / TKDSpline.cxx
CommitLineData
f2040a8f 1#include "TKDSpline.h"
2
3
f2040a8f 4ClassImp(TKDSpline)
5
f2040a8f 6
7//_________________________________________________________________
a3408ed3 8TKDSpline::TKDSpline() :
9 TKDInterpolator()
f2040a8f 10{
11}
12
13//_________________________________________________________________
a3408ed3 14TKDSpline::TKDSpline(Int_t npoints, Int_t ndim) :
15 TKDInterpolator(npoints, ndim)
f2040a8f 16{
17 Build();
18}
19
20
21//_________________________________________________________________
1a439134 22void TKDSpline::Build(Int_t)
f2040a8f 23{
24}
25