LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #include "TKDSpline.h" 2 : 3 : 4 128 : ClassImp(TKDSpline) 5 : 6 : 7 : //_________________________________________________________________ 8 : TKDSpline::TKDSpline() : 9 0 : TKDInterpolator() 10 0 : { 11 0 : } 12 : 13 : //_________________________________________________________________ 14 : TKDSpline::TKDSpline(Int_t npoints, Int_t ndim) : 15 0 : TKDInterpolator(npoints, ndim) 16 0 : { 17 0 : Build(); 18 0 : } 19 : 20 : |
![]() |
Generated by: LCOV version 1.11 |