12 #ifndef ROOT_TGraph2DErrors 13 #define ROOT_TGraph2DErrors virtual ~TGraph2DErrors()
TGraph2DErrors destructor.
virtual void Set(Int_t n)
Set number of points in the 2D graph.
TGraph2DErrors & operator=(const TGraph2DErrors &)
Assignment operator Copy everything except list of functions.
Double_t GetErrorZ(Int_t bin) const
This function is called by Graph2DFitChisquare.
Double_t GetXmaxE() const
Returns the X maximum with errors.
Double_t GetZmaxE() const
Returns the Z maximum with errors.
Double_t GetYmaxE() const
Returns the Y maximum with errors.
#define ClassDef(name, id)
virtual void SetPointError(Int_t i, Double_t ex, Double_t ey, Double_t ez)
Set ex, ey and ez values for point number i.
Double_t GetYminE() const
Returns the Y minimum with errors.
TGraph2DErrors()
TGraph2DErrors default constructor.
Double_t GetXminE() const
Returns the X minimum with errors.
Double_t GetZminE() const
Returns the Z minimum with errors.
Double_t GetErrorY(Int_t bin) const
This function is called by Graph2DFitChisquare.
virtual void SetPoint(Int_t i, Double_t x, Double_t y, Double_t z)
Set x, y and z values for point number i.
you should not use this method at all Int_t Int_t z
Double_t GetErrorX(Int_t bin) const
This function is called by Graph2DFitChisquare.
Graphics object made of three arrays X, Y and Z with the same number of points each.
Graph 2D class with errors.