Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TProfile2D Class Reference

#include <TProfile2D.h>

Inheritance diagram for TProfile2D:

Inheritance graph
[legend]
Collaboration diagram for TProfile2D:

Collaboration graph
[legend]
List of all members.

Public Methods

 TProfile2D ()
 TProfile2D (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup,Int_t nbinsy, Axis_t ylow, Axis_t yup, Option_t *option="")
 TProfile2D (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup,Int_t nbinsy, Axis_t ylow, Axis_t yup,Axis_t zlow, Axis_t zup, Option_t *option="")
 TProfile2D (const TProfile2D &profile)
virtual ~TProfile2D ()
virtual void Add (TF1 *h1, Double_t c1=1)
virtual void Add (const TH1 *h1, Double_t c1=1)
virtual void Add (const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1)
void BuildOptions (Double_t zmin, Double_t zmax, Option_t *option)
virtual Int_t BufferEmpty (Bool_t deleteBuffer=kFALSE)
virtual void Copy (TObject &hnew) const
virtual void Divide (TF1 *h1, Double_t c1=1)
virtual void Divide (const TH1 *h1)
virtual void Divide (const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1, Option_t *option="")
virtual TH1DrawCopy (Option_t *option="") const
Int_t Fill (Axis_t)
Int_t Fill (const char *, Stat_t)
Int_t Fill (Axis_t, Stat_t)
Int_t Fill (Axis_t x, Axis_t y, Axis_t z)
virtual Int_t Fill (Axis_t x, const char *namey, Axis_t z)
virtual Int_t Fill (const char *namex, Axis_t y, Axis_t z)
virtual Int_t Fill (const char *namex, const char *namey, Axis_t z)
virtual Int_t Fill (Axis_t x, Axis_t y, Axis_t z, Stat_t w)
virtual Stat_t GetBinContent (Int_t bin) const
virtual Stat_t GetBinContent (Int_t binx, Int_t biny) const
virtual Stat_t GetBinContent (Int_t binx, Int_t biny, Int_t) const
virtual Stat_t GetBinError (Int_t bin) const
virtual Stat_t GetBinError (Int_t binx, Int_t biny) const
virtual Stat_t GetBinError (Int_t binx, Int_t biny, Int_t) const
virtual Stat_t GetBinEntries (Int_t bin) const
Option_t * GetErrorOption () const
virtual void GetStats (Stat_t *stats) const
virtual Double_t GetZmin () const
virtual Double_t GetZmax () const
virtual void LabelsDeflate (Option_t *axis="X")
virtual void LabelsInflate (Option_t *axis="X")
virtual void LabelsOption (Option_t *option="h", Option_t *axis="X")
virtual Int_t Merge (TCollection *list)
virtual void Multiply (TF1 *h1, Double_t c1=1)
virtual void Multiply (const TH1 *h1)
virtual void Multiply (const TH1 *h1, const TH1 *h2, Double_t c1=1, Double_t c2=1, Option_t *option="")
TH2DProjectionXY (const char *name="_pxy", Option_t *option="e") const
virtual void Reset (Option_t *option="")
virtual void Scale (Double_t c1=1)
virtual void SetBinEntries (Int_t bin, Stat_t w)
void SetBins (Int_t, Double_t, Double_t)
virtual void SetBins (Int_t nbinsx, Double_t xmin, Double_t xmax, Int_t nbinsy, Double_t ymin, Double_t ymax)
void SetBins (Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t)
virtual void SetBuffer (Int_t buffersize, Option_t *option="")
virtual void SetErrorOption (Option_t *option="")

Protected Methods

virtual Int_t BufferFill (Axis_t, Stat_t)
virtual Int_t BufferFill (Axis_t, Axis_t, Stat_t)
virtual Int_t BufferFill (Axis_t x, Axis_t y, Axis_t z, Stat_t w)

Protected Attributes

TArrayD fBinEntries
EErrorType fErrorMode
Double_t fZmin
Double_t fZmax

Constructor & Destructor Documentation

TProfile2D::TProfile2D  
 

TProfile2D::TProfile2D const char *    name,
const char *    title,
Int_t    nbinsx,
Axis_t    xlow,
Axis_t    xup,
Int_t    nbinsy,
Axis_t    ylow,
Axis_t    yup,
Option_t *    option = ""
 

TProfile2D::TProfile2D const char *    name,
const char *    title,
Int_t    nbinsx,
Axis_t    xlow,
Axis_t    xup,
Int_t    nbinsy,
Axis_t    ylow,
Axis_t    yup,
Axis_t    zlow,
Axis_t    zup,
Option_t *    option = ""
 

TProfile2D::TProfile2D const TProfile2D &    profile
 

virtual TProfile2D::~TProfile2D   [virtual]
 


Member Function Documentation

virtual Int_t TProfile2D::BufferFill Axis_t   ,
Stat_t   
[protected, virtual]
 

Reimplemented from TH2.

Definition at line 39 of file TProfile2D.h.

virtual Int_t TProfile2D::BufferFill Axis_t   ,
Axis_t   ,
Stat_t   
[protected, virtual]
 

Reimplemented from TH2.

Definition at line 40 of file TProfile2D.h.

virtual Int_t TProfile2D::BufferFill Axis_t    x,
Axis_t    y,
Axis_t    z,
Stat_t    w
[protected, virtual]
 

virtual void TProfile2D::Add TF1   h1,
Double_t    c1 = 1
[virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Add const TH1   h1,
Double_t    c1 = 1
[virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Add const TH1   h1,
const TH1   h2,
Double_t    c1 = 1,
Double_t    c2 = 1
[virtual]
 

Reimplemented from TH1.

void TProfile2D::BuildOptions Double_t    zmin,
Double_t    zmax,
Option_t *    option
 

virtual Int_t TProfile2D::BufferEmpty Bool_t    deleteBuffer = kFALSE [virtual]
 

Reimplemented from TH2.

virtual void TProfile2D::Copy TObject   hnew const [virtual]
 

Reimplemented from TH2D.

virtual void TProfile2D::Divide TF1   h1,
Double_t    c1 = 1
[virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Divide const TH1   h1 [virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Divide const TH1   h1,
const TH1   h2,
Double_t    c1 = 1,
Double_t    c2 = 1,
Option_t *    option = ""
[virtual]
 

Reimplemented from TH1.

virtual TH1* TProfile2D::DrawCopy Option_t *    option = "" const [virtual]
 

Reimplemented from TH2D.

Int_t TProfile2D::Fill Axis_t    [virtual]
 

Reimplemented from TH2.

Definition at line 67 of file TProfile2D.h.

Int_t TProfile2D::Fill const char *   ,
Stat_t   
[virtual]
 

Reimplemented from TH2.

Definition at line 68 of file TProfile2D.h.

Int_t TProfile2D::Fill Axis_t   ,
Stat_t   
[virtual]
 

Reimplemented from TH1.

Definition at line 69 of file TProfile2D.h.

Int_t TProfile2D::Fill Axis_t    x,
Axis_t    y,
Axis_t    z
 

virtual Int_t TProfile2D::Fill Axis_t    x,
const char *    namey,
Axis_t    z
[virtual]
 

virtual Int_t TProfile2D::Fill const char *    namex,
Axis_t    y,
Axis_t    z
[virtual]
 

virtual Int_t TProfile2D::Fill const char *    namex,
const char *    namey,
Axis_t    z
[virtual]
 

virtual Int_t TProfile2D::Fill Axis_t    x,
Axis_t    y,
Axis_t    z,
Stat_t    w
[virtual]
 

virtual Stat_t TProfile2D::GetBinContent Int_t    bin const [virtual]
 

Reimplemented from TH2D.

Referenced by GetBinContent().

virtual Stat_t TProfile2D::GetBinContent Int_t    binx,
Int_t    biny
const [virtual]
 

Reimplemented from TH2D.

Definition at line 76 of file TProfile2D.h.

References TH1::GetBin(), and GetBinContent().

virtual Stat_t TProfile2D::GetBinContent Int_t    binx,
Int_t    biny,
Int_t   
const [virtual]
 

Reimplemented from TH2D.

Definition at line 77 of file TProfile2D.h.

References TH1::GetBin(), and GetBinContent().

virtual Stat_t TProfile2D::GetBinError Int_t    bin const [virtual]
 

Reimplemented from TH1.

Referenced by GetBinError().

virtual Stat_t TProfile2D::GetBinError Int_t    binx,
Int_t    biny
const [virtual]
 

Reimplemented from TH1.

Definition at line 79 of file TProfile2D.h.

References TH1::GetBin(), and GetBinError().

virtual Stat_t TProfile2D::GetBinError Int_t    binx,
Int_t    biny,
Int_t   
const [virtual]
 

Reimplemented from TH1.

Definition at line 80 of file TProfile2D.h.

References TH1::GetBin(), and GetBinError().

virtual Stat_t TProfile2D::GetBinEntries Int_t    bin const [virtual]
 

Option_t* TProfile2D::GetErrorOption   const
 

virtual void TProfile2D::GetStats Stat_t *    stats const [virtual]
 

Reimplemented from TH2.

virtual Double_t TProfile2D::GetZmin   const [virtual]
 

Definition at line 84 of file TProfile2D.h.

References fZmin.

virtual Double_t TProfile2D::GetZmax   const [virtual]
 

Definition at line 85 of file TProfile2D.h.

References fZmax.

virtual void TProfile2D::LabelsDeflate Option_t *    axis = "X" [virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::LabelsInflate Option_t *    axis = "X" [virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::LabelsOption Option_t *    option = "h",
Option_t *    axis = "X"
[virtual]
 

Reimplemented from TH1.

virtual Int_t TProfile2D::Merge TCollection   list [virtual]
 

Reimplemented from TH2.

virtual void TProfile2D::Multiply TF1   h1,
Double_t    c1 = 1
[virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Multiply const TH1   h1 [virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::Multiply const TH1   h1,
const TH1   h2,
Double_t    c1 = 1,
Double_t    c2 = 1,
Option_t *    option = ""
[virtual]
 

Reimplemented from TH1.

TH2D* TProfile2D::ProjectionXY const char *    name = "_pxy",
Option_t *    option = "e"
const
 

virtual void TProfile2D::Reset Option_t *    option = "" [virtual]
 

Reimplemented from TH2D.

virtual void TProfile2D::Scale Double_t    c1 = 1 [virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::SetBinEntries Int_t    bin,
Stat_t    w
[virtual]
 

void TProfile2D::SetBins Int_t   ,
Double_t   ,
Double_t   
 

Definition at line 97 of file TProfile2D.h.

References TObject::MayNotUse().

virtual void TProfile2D::SetBins Int_t    nbinsx,
Double_t    xmin,
Double_t    xmax,
Int_t    nbinsy,
Double_t    ymin,
Double_t    ymax
[virtual]
 

void TProfile2D::SetBins Int_t   ,
Double_t   ,
Double_t   ,
Int_t   ,
Double_t   ,
Double_t   ,
Int_t   ,
Double_t   ,
Double_t   
 

Definition at line 100 of file TProfile2D.h.

References TObject::MayNotUse().

virtual void TProfile2D::SetBuffer Int_t    buffersize,
Option_t *    option = ""
[virtual]
 

Reimplemented from TH1.

virtual void TProfile2D::SetErrorOption Option_t *    option = "" [virtual]
 


Member Data Documentation

TArrayD TProfile2D::fBinEntries [protected]
 

Definition at line 34 of file TProfile2D.h.

EErrorType TProfile2D::fErrorMode [protected]
 

Definition at line 35 of file TProfile2D.h.

Double_t TProfile2D::fZmin [protected]
 

Definition at line 36 of file TProfile2D.h.

Referenced by GetZmin().

Double_t TProfile2D::fZmax [protected]
 

Definition at line 37 of file TProfile2D.h.

Referenced by GetZmax().


The documentation for this class was generated from the following file:
Generated on Thu Dec 18 15:05:17 2003 for ROOT by doxygen1.2.16