TSpline5


class description - source file - inheritance tree

class TSpline5 : public TSpline

    private:
void BoundaryConditions(const char* opt, Int_t& beg, Int_t& end, const char*& cb1, const char*& ce1, const char*& cb2, const char*& ce2) virtual void BuildCoeff() void SetBoundaries(Double_t b1, Double_t e1, Double_t b2, Double_t e2, const char* cb1, const char* ce1, const char* cb2, const char* ce2) public:
TSpline5(const char* title, Double_t* x, Double_t* y, Int_t n, const char* opt = "0", Double_t b1 = 0, Double_t e1 = 0, Double_t b2 = 0, Double_t e2 = 0) TSpline5(const char* title, Double_t xmin, Double_t xmax, Double_t* y, Int_t n, const char* opt = "0", Double_t b1 = 0, Double_t e1 = 0, Double_t b2 = 0, Double_t e2 = 0) TSpline5(const char* title, Double_t* x, TF1* func, Int_t n, const char* opt = "0", Double_t b1 = 0, Double_t e1 = 0, Double_t b2 = 0, Double_t e2 = 0) TSpline5(const char* title, Double_t xmin, Double_t xmax, TF1* func, Int_t n, const char* opt = "0", Double_t b1 = 0, Double_t e1 = 0, Double_t b2 = 0, Double_t e2 = 0) TSpline5(const char* title, TGraph* g, const char* opt = "0", Double_t b1 = 0, Double_t e1 = 0, Double_t b2 = 0, Double_t e2 = 0) TSpline5(const TSpline5&) TSpline5() virtual ~TSpline5() static TClass* Class() virtual Double_t Eval(Double_t x) const void GetCoeff(Int_t i, Double_t& x, Double_t& y, Double_t& b, Double_t& c, Double_t& d, Double_t& e, Double_t& f) virtual void GetKnot(Int_t i, Double_t& x, Double_t& y) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) static void Test()

Data Members

    private:
TSplinePoly5* fPoly [fNp] Array of polynomial terms

Class Description



Last update: Fri May 14 13:32:43 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.