#include <TGraph2DErrors.h>
Inheritance diagram for TGraph2DErrors:
Definition at line 28 of file TGraph2DErrors.h.
TGraph2DErrors::TGraph2DErrors | ( | const TGraph2DErrors & | ) | [private] |
TGraph2DErrors::TGraph2DErrors | ( | ) |
TGraph2DErrors::TGraph2DErrors | ( | Int_t | n | ) |
Definition at line 93 of file TGraph2DErrors.cxx.
References TObject::Error(), fEX, fEY, fEZ, and i.
TGraph2DErrors::TGraph2DErrors | ( | Int_t | n, | |
Double_t * | x, | |||
Double_t * | y, | |||
Double_t * | z, | |||
Double_t * | ex = 0 , |
|||
Double_t * | ey = 0 , |
|||
Double_t * | ez = 0 , |
|||
Option_t * | option = "" | |||
) |
Definition at line 117 of file TGraph2DErrors.cxx.
References TObject::Error(), fEX, fEY, fEZ, and i.
TGraph2DErrors::~TGraph2DErrors | ( | ) | [virtual] |
TGraph2DErrors::TGraph2DErrors | ( | const TGraph2DErrors & | ) | [private] |
TGraph2DErrors::TGraph2DErrors | ( | ) |
TGraph2DErrors::TGraph2DErrors | ( | Int_t | n | ) |
TGraph2DErrors::TGraph2DErrors | ( | Int_t | n, | |
Double_t * | x, | |||
Double_t * | y, | |||
Double_t * | z, | |||
Double_t * | ex = 0 , |
|||
Double_t * | ey = 0 , |
|||
Double_t * | ez = 0 , |
|||
Option_t * | option = "" | |||
) |
virtual TGraph2DErrors::~TGraph2DErrors | ( | ) | [virtual] |
TGraph2DErrors& TGraph2DErrors::operator= | ( | const TGraph2DErrors & | ) | [private] |
Reimplemented from TGraph2D.
Definition at line 155 of file TGraph2DErrors.cxx.
References fEX, and TGraph2D::fNpoints.
Reimplemented from TGraph2D.
Definition at line 167 of file TGraph2DErrors.cxx.
References fEY, and TGraph2D::fNpoints.
Reimplemented from TGraph2D.
Definition at line 179 of file TGraph2DErrors.cxx.
References fEZ, and TGraph2D::fNpoints.
Double_t* TGraph2DErrors::GetEX | ( | ) | const [inline, virtual] |
Double_t* TGraph2DErrors::GetEY | ( | ) | const [inline, virtual] |
Double_t* TGraph2DErrors::GetEZ | ( | ) | const [inline, virtual] |
Double_t TGraph2DErrors::GetXmaxE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 191 of file TGraph2DErrors.cxx.
References fEX, TGraph2D::fX, and i.
Double_t TGraph2DErrors::GetXminE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 202 of file TGraph2DErrors.cxx.
References fEX, TGraph2D::fNpoints, TGraph2D::fX, and i.
Double_t TGraph2DErrors::GetYmaxE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 213 of file TGraph2DErrors.cxx.
References fEY, TGraph2D::fY, and i.
Double_t TGraph2DErrors::GetYminE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 224 of file TGraph2DErrors.cxx.
References fEY, TGraph2D::fNpoints, TGraph2D::fY, and i.
Double_t TGraph2DErrors::GetZmaxE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 235 of file TGraph2DErrors.cxx.
References fEZ, TGraph2D::fZ, and i.
Double_t TGraph2DErrors::GetZminE | ( | ) | const [virtual] |
Reimplemented from TGraph2D.
Definition at line 246 of file TGraph2DErrors.cxx.
References fEZ, TGraph2D::fNpoints, TGraph2D::fZ, and i.
void TGraph2DErrors::Set | ( | Int_t | n | ) | [virtual] |
Reimplemented from TGraph2D.
Definition at line 257 of file TGraph2DErrors.cxx.
References TGraph2D::fNpoints, and SetPointError().
Reimplemented from TGraph2D.
Definition at line 271 of file TGraph2DErrors.cxx.
References fEX, fEY, fEZ, TGraph2D::fNpoints, TGraph2D::fX, TGraph2D::fY, and TGraph2D::fZ.
Referenced by ConfidenceIntervals(), graph2derrorsfit(), SetPointError(), and test2DObjects().
Definition at line 313 of file TGraph2DErrors.cxx.
References fEX, fEY, fEZ, TGraph2D::fNpoints, and SetPoint().
Referenced by graph2derrorsfit(), Set(), and test2DObjects().
TGraph2DErrors& TGraph2DErrors::operator= | ( | const TGraph2DErrors & | ) | [private] |
Double_t* TGraph2DErrors::GetEX | ( | ) | const [inline, virtual] |
Double_t* TGraph2DErrors::GetEY | ( | ) | const [inline, virtual] |
Double_t* TGraph2DErrors::GetEZ | ( | ) | const [inline, virtual] |
Reimplemented from TGraph2D.
virtual void TGraph2DErrors::SetPointError | ( | Int_t | i, | |
Double_t | ex, | |||
Double_t | ey, | |||
Double_t | ez | |||
) | [virtual] |
Double_t* TGraph2DErrors::fEX [protected] |
Definition at line 36 of file TGraph2DErrors.h.
Referenced by GetErrorX(), GetEX(), GetXmaxE(), GetXminE(), SetPoint(), SetPointError(), TGraph2DErrors(), and ~TGraph2DErrors().
Double_t* TGraph2DErrors::fEY [protected] |
Definition at line 37 of file TGraph2DErrors.h.
Referenced by GetErrorY(), GetEY(), GetYmaxE(), GetYminE(), SetPoint(), SetPointError(), TGraph2DErrors(), and ~TGraph2DErrors().
Double_t* TGraph2DErrors::fEZ [protected] |
Definition at line 38 of file TGraph2DErrors.h.
Referenced by GetErrorZ(), GetEZ(), GetZmaxE(), GetZminE(), SetPoint(), SetPointError(), TGraph2DErrors(), and ~TGraph2DErrors().
Double_t* TGraph2DErrors::fEX [protected] |
Definition at line 36 of file TGraph2DErrors.h.
Double_t* TGraph2DErrors::fEY [protected] |
Definition at line 37 of file TGraph2DErrors.h.
Double_t* TGraph2DErrors::fEZ [protected] |
Definition at line 38 of file TGraph2DErrors.h.