TGraph2DErrors Class Reference

#include <TGraph2DErrors.h>

Inheritance diagram for TGraph2DErrors:

TGraph2D TGraph2D TAttMarker TAttFill TAttLine TNamed TAttMarker TAttFill TAttLine TNamed TAttMarker TAttFill TAttLine TNamed TAttMarker TAttFill TAttLine TNamed List of all members.

Public Member Functions

 TGraph2DErrors ()
 TGraph2DErrors (Int_t n)
 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 ()
Double_t GetErrorX (Int_t bin) const
Double_t GetErrorY (Int_t bin) const
Double_t GetErrorZ (Int_t bin) const
Double_tGetEX () const
Double_tGetEY () const
Double_tGetEZ () const
Double_t GetXmaxE () const
Double_t GetXminE () const
Double_t GetYmaxE () const
Double_t GetYminE () const
Double_t GetZmaxE () const
Double_t GetZminE () const
virtual void Set (Int_t n)
virtual void SetPoint (Int_t i, Double_t x, Double_t y, Double_t z)
virtual void SetPointError (Int_t i, Double_t ex, Double_t ey, Double_t ez)
 TGraph2DErrors ()
 TGraph2DErrors (Int_t n)
 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 ()
Double_t GetErrorX (Int_t bin) const
Double_t GetErrorY (Int_t bin) const
Double_t GetErrorZ (Int_t bin) const
Double_tGetEX () const
Double_tGetEY () const
Double_tGetEZ () const
Double_t GetXmaxE () const
Double_t GetXminE () const
Double_t GetYmaxE () const
Double_t GetYminE () const
Double_t GetZmaxE () const
Double_t GetZminE () const
virtual void Set (Int_t n)
virtual void SetPoint (Int_t i, Double_t x, Double_t y, Double_t z)
virtual void SetPointError (Int_t i, Double_t ex, Double_t ey, Double_t ez)

Protected Attributes

Double_tfEX
Double_tfEY
Double_tfEZ
Double_tfEX
Double_tfEY
Double_tfEZ

Private Member Functions

 TGraph2DErrors (const TGraph2DErrors &)
TGraph2DErrorsoperator= (const TGraph2DErrors &)
 TGraph2DErrors (const TGraph2DErrors &)
TGraph2DErrorsoperator= (const TGraph2DErrors &)

Detailed Description

Definition at line 28 of file TGraph2DErrors.h.


Constructor & Destructor Documentation

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]

Definition at line 144 of file TGraph2DErrors.cxx.

References fEX, fEY, and fEZ.

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]


Member Function Documentation

TGraph2DErrors& TGraph2DErrors::operator= ( const TGraph2DErrors  )  [private]

Double_t TGraph2DErrors::GetErrorX ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Definition at line 155 of file TGraph2DErrors.cxx.

References fEX, and TGraph2D::fNpoints.

Double_t TGraph2DErrors::GetErrorY ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Definition at line 167 of file TGraph2DErrors.cxx.

References fEY, and TGraph2D::fNpoints.

Double_t TGraph2DErrors::GetErrorZ ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Definition at line 179 of file TGraph2DErrors.cxx.

References fEZ, and TGraph2D::fNpoints.

Double_t* TGraph2DErrors::GetEX (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 49 of file TGraph2DErrors.h.

References fEX.

Double_t* TGraph2DErrors::GetEY (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 50 of file TGraph2DErrors.h.

References fEY.

Double_t* TGraph2DErrors::GetEZ (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 51 of file TGraph2DErrors.h.

References fEZ.

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().

void TGraph2DErrors::SetPoint ( Int_t  i,
Double_t  x,
Double_t  y,
Double_t  z 
) [virtual]

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().

void TGraph2DErrors::SetPointError ( Int_t  i,
Double_t  ex,
Double_t  ey,
Double_t  ez 
) [virtual]

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::GetErrorX ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetErrorY ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetErrorZ ( Int_t  bin  )  const [virtual]

Reimplemented from TGraph2D.

Double_t* TGraph2DErrors::GetEX (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 49 of file TGraph2DErrors.h.

References fEX.

Double_t* TGraph2DErrors::GetEY (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 50 of file TGraph2DErrors.h.

References fEY.

Double_t* TGraph2DErrors::GetEZ (  )  const [inline, virtual]

Reimplemented from TGraph2D.

Definition at line 51 of file TGraph2DErrors.h.

References fEZ.

Double_t TGraph2DErrors::GetXmaxE (  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetXminE (  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetYmaxE (  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetYminE (  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetZmaxE (  )  const [virtual]

Reimplemented from TGraph2D.

Double_t TGraph2DErrors::GetZminE (  )  const [virtual]

Reimplemented from TGraph2D.

virtual void TGraph2DErrors::Set ( Int_t  n  )  [virtual]

Reimplemented from TGraph2D.

virtual void TGraph2DErrors::SetPoint ( Int_t  i,
Double_t  x,
Double_t  y,
Double_t  z 
) [virtual]

Reimplemented from TGraph2D.

virtual void TGraph2DErrors::SetPointError ( Int_t  i,
Double_t  ex,
Double_t  ey,
Double_t  ez 
) [virtual]


Member Data Documentation

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.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:40:44 2011 for ROOT_528-00b_version by  doxygen 1.5.1