12#ifndef ROOT_TGraph2DErrors 
   13#define ROOT_TGraph2DErrors 
#define ClassDef(name, id)
 
Graph 2D class with errors.
 
Double_t GetYmaxE() const
Returns the Y maximum with errors.
 
Double_t GetXminE() const
Returns the X minimum with errors.
 
Double_t GetZminE() const
Returns the Z minimum with errors.
 
Double_t * fEY
[fNpoints] array of Y errors
 
Double_t GetZmaxE() const
Returns the Z maximum with errors.
 
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.
 
Double_t GetErrorX(Int_t bin) const
This function is called by Graph2DFitChisquare.
 
virtual void Print(Option_t *chopt="") const
Print 2D graph and errors values.
 
Double_t * fEZ
[fNpoints] array of Z errors
 
Double_t GetErrorY(Int_t bin) const
This function is called by Graph2DFitChisquare.
 
virtual void Set(Int_t n)
Set number of points in the 2D graph.
 
Double_t GetXmaxE() const
Returns the X maximum with errors.
 
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.
 
TGraph2DErrors & operator=(const TGraph2DErrors &)
Assignment operator Copy everything except list of functions.
 
Double_t * fEX
[fNpoints] array of X errors
 
Double_t GetErrorZ(Int_t bin) const
This function is called by Graph2DFitChisquare.
 
virtual ~TGraph2DErrors()
TGraph2DErrors destructor.
 
TGraph2DErrors()
TGraph2DErrors default constructor.
 
Double_t GetYminE() const
Returns the Y minimum with errors.
 
Int_t RemovePoint(Int_t ipoint)
Deletes point number ipoint.
 
Graphics object made of three arrays X, Y and Z with the same number of points each.