TGraphBentErrors
class description - source file - inheritance tree
protected:
virtual void SwapPoints(Int_t pos1, Int_t pos2)
public:
TGraphBentErrors(Int_t n)
TGraphBentErrors(Int_t n, const Float_t* x, const Float_t* y, const Float_t* exl = 0, const Float_t* exh = 0, const Float_t* eyl = 0, const Float_t* eyh = 0, const Float_t* exld = 0, const Float_t* exhd = 0, const Float_t* eyld = 0, const Float_t* eyhd = 0)
TGraphBentErrors(Int_t n, const Double_t* x, const Double_t* y, const Double_t* exl = 0, const Double_t* exh = 0, const Double_t* eyl = 0, const Double_t* eyh = 0, const Double_t* exld = 0, const Double_t* exhd = 0, const Double_t* eyld = 0, const Double_t* eyhd = 0)
TGraphBentErrors(const TGraphBentErrors&)
TGraphBentErrors()
virtual ~TGraphBentErrors()
virtual void Apply(TF1* f)
static TClass* Class()
virtual void ComputeRange(Double_t& xmin, Double_t& ymin, Double_t& xmax, Double_t& ymax) const
virtual Double_t GetErrorX(Int_t bin) const
virtual Double_t GetErrorY(Int_t bin) const
Double_t* GetEXhigh() const
Double_t* GetEXlow() const
Double_t* GetEYhigh() const
Double_t* GetEYlow() const
virtual Int_t InsertPoint()
virtual TClass* IsA() const
virtual void Paint(Option_t* chopt)
virtual void Print(Option_t* chopt) const
virtual Int_t RemovePoint()
virtual Int_t RemovePoint(Int_t ipoint)
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void Set(Int_t n)
virtual void SetPoint(Int_t i, Double_t x, Double_t y)
virtual void SetPointError(Double_t exl, Double_t exh, Double_t eyl, Double_t eyh)
virtual void SetPointError(Int_t i, Double_t exl, Double_t exh, Double_t eyl, Double_t eyh)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t* fEXlow [fNpoints] array of X low errors
Double_t* fEXhigh [fNpoints] array of X high errors
Double_t* fEYlow [fNpoints] array of Y low errors
Double_t* fEYhigh [fNpoints] array of Y high errors
Double_t* fEXlowd [fNpoints] array of X low displacements
Double_t* fEXhighd [fNpoints] array of X high displacements
Double_t* fEYlowd [fNpoints] array of Y low displacements
Double_t* fEYhighd [fNpoints] array of Y high displacements
Last update: Fri May 14 13:32:38 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.