12#ifndef ROOT_TGraph2DAsymmErrors
13#define ROOT_TGraph2DAsymmErrors
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
Double_t GetErrorY(Int_t bin) const override
Double_t * GetEYlow() const override
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a primitive as a C++ statement(s) on output stream "out".
Double_t * fEYlow
[fNpoints] array of Y low errors
Double_t GetYminE() const override
Double_t GetErrorZlow(Int_t i) const
Double_t * GetEYhigh() const override
Double_t * fEZlow
[fNpoints] array of Z low errors
Double_t GetErrorZhigh(Int_t i) const
Double_t GetYmaxE() const override
Double_t * fEXlow
[fNpoints] array of X low errors
Double_t GetErrorZ(Int_t bin) const override
Double_t GetErrorYlow(Int_t i) const
Double_t GetZmaxE() const override
TGraph2DAsymmErrors(Int_t n, Double_t *x, Double_t *y, Double_t *z, Double_t *exl=nullptr, Double_t *exh=nullptr, Double_t *eyl=nullptr, Double_t *eyh=nullptr, Double_t *ezl=nullptr, Double_t *ezh=nullptr, Option_t *option="")
Double_t * GetEZhigh() const override
Double_t * fEXhigh
[fNpoints] array of X high errors
Int_t RemovePoint(Int_t ipoint)
Double_t * fEZhigh
[fNpoints] array of Z high errors
Double_t * GetEXhigh() const override
Double_t * GetEZlow() const override
virtual void AddPointError(Double_t x, Double_t y, Double_t z, Double_t exl=0., Double_t exh=0., Double_t eyl=0., Double_t eyh=0., Double_t ezl=0., Double_t ezh=0.)
Double_t * fEYhigh
[fNpoints] array of Y high errors
Double_t GetErrorX(Int_t bin) const override
Double_t GetErrorXhigh(Int_t i) const
Double_t GetErrorYhigh(Int_t i) const
TGraph2DAsymmErrors(const TGraph2DAsymmErrors &)
Double_t GetErrorXlow(Int_t i) const
void Set(Int_t n) override
void SetPoint(Int_t i, Double_t x, Double_t y, Double_t z) override
Double_t GetXminE() const override
virtual void SetPointError(Int_t i, Double_t exl, Double_t exh, Double_t eyl, Double_t eyh, Double_t ezl, Double_t ezh)
TGraph2DAsymmErrors(Int_t n)
void Print(Option_t *chopt="") const override
This method must be overridden when a class wants to print itself.
void Scale(Double_t c1=1., Option_t *option="z") override
Double_t GetXmaxE() const override
TGraph2DAsymmErrors & operator=(const TGraph2DAsymmErrors &)
Double_t GetZminE() const override
Double_t * GetEXlow() const override
~TGraph2DAsymmErrors() override