12#ifndef ROOT_TGraph2DErrors
13#define ROOT_TGraph2DErrors
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 GetErrorZ(Int_t bin) const override
~TGraph2DErrors() override
Double_t GetYminE() const override
Double_t GetXminE() const override
Double_t * GetEZ() const override
virtual void SetPointError(Int_t i, Double_t ex, Double_t ey, Double_t ez)
Double_t * fEY
[fNpoints] array of Y errors
Double_t * GetEY() const override
void SetPoint(Int_t i, Double_t x, Double_t y, Double_t z) override
void Scale(Double_t c1=1., Option_t *option="z") override
Double_t * fEZ
[fNpoints] array of Z errors
Double_t * GetEX() const override
Double_t GetErrorX(Int_t bin) const override
TGraph2DErrors(Int_t n, Double_t *x, Double_t *y, Double_t *z, Double_t *ex=nullptr, Double_t *ey=nullptr, Double_t *ez=nullptr, Option_t *option="")
void Print(Option_t *chopt="") const override
This method must be overridden when a class wants to print itself.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a primitive as a C++ statement(s) on output stream "out".
Double_t GetZminE() const override
virtual void AddPointError(Double_t x, Double_t y, Double_t z, Double_t ex=0., Double_t ey=0., Double_t ez=0.)
TGraph2DErrors & operator=(const TGraph2DErrors &)
Double_t GetErrorY(Int_t bin) const override
Double_t * fEX
[fNpoints] array of X errors
Double_t GetYmaxE() const override
Double_t GetXmaxE() const override
Double_t GetZmaxE() const override
void Set(Int_t n) override
TGraph2DErrors(const TGraph2DErrors &)
Int_t RemovePoint(Int_t ipoint)