#include <TProfile2D.h>
Inheritance diagram for TProfile2D:


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 TH1 * | DrawCopy (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="") |
| TH2D * | ProjectionXY (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 |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from TH2. Definition at line 39 of file TProfile2D.h. |
|
||||||||||||||||
|
Reimplemented from TH2. Definition at line 40 of file TProfile2D.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TH1. |
|
||||||||||||
|
Reimplemented from TH1. |
|
||||||||||||||||||||
|
Reimplemented from TH1. |
|
||||||||||||||||
|
|
|
|
Reimplemented from TH2. |
|
|
Reimplemented from TH2D. |
|
||||||||||||
|
Reimplemented from TH1. |
|
|
Reimplemented from TH1. |
|
||||||||||||||||||||||||
|
Reimplemented from TH1. |
|
|
Reimplemented from TH2D. |
|
|
Reimplemented from TH2. Definition at line 67 of file TProfile2D.h. |
|
||||||||||||
|
Reimplemented from TH2. Definition at line 68 of file TProfile2D.h. |
|
||||||||||||
|
Reimplemented from TH1. Definition at line 69 of file TProfile2D.h. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
Reimplemented from TH2D. Referenced by GetBinContent(). |
|
||||||||||||
|
Reimplemented from TH2D. Definition at line 76 of file TProfile2D.h. References TH1::GetBin(), and GetBinContent(). |
|
||||||||||||||||
|
Reimplemented from TH2D. Definition at line 77 of file TProfile2D.h. References TH1::GetBin(), and GetBinContent(). |
|
|
Reimplemented from TH1. Referenced by GetBinError(). |
|
||||||||||||
|
Reimplemented from TH1. Definition at line 79 of file TProfile2D.h. References TH1::GetBin(), and GetBinError(). |
|
||||||||||||||||
|
Reimplemented from TH1. Definition at line 80 of file TProfile2D.h. References TH1::GetBin(), and GetBinError(). |
|
|
|
|
|
|
|
|
Reimplemented from TH2. |
|
|
Definition at line 84 of file TProfile2D.h. References fZmin. |
|
|
Definition at line 85 of file TProfile2D.h. References fZmax. |
|
|
Reimplemented from TH1. |
|
|
Reimplemented from TH1. |
|
||||||||||||
|
Reimplemented from TH1. |
|
|
Reimplemented from TH2. |
|
||||||||||||
|
Reimplemented from TH1. |
|
|
Reimplemented from TH1. |
|
||||||||||||||||||||||||
|
Reimplemented from TH1. |
|
||||||||||||
|
|
|
|
Reimplemented from TH2D. |
|
|
Reimplemented from TH1. |
|
||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 97 of file TProfile2D.h. References TObject::MayNotUse(). |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 100 of file TProfile2D.h. References TObject::MayNotUse(). |
|
||||||||||||
|
Reimplemented from TH1. |
|
|
|
|
|
Definition at line 34 of file TProfile2D.h. |
|
|
Definition at line 35 of file TProfile2D.h. |
|
|
Definition at line 36 of file TProfile2D.h. Referenced by GetZmin(). |
|
|
Definition at line 37 of file TProfile2D.h. Referenced by GetZmax(). |
1.2.16