#include <TH3.h>
Inheritance diagram for TH3F:


Public Methods | |
| TH3F () | |
| TH3F (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup,Int_t nbinsy, Axis_t ylow, Axis_t yup,Int_t nbinsz, Axis_t zlow, Axis_t zup) | |
| TH3F (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins,Int_t nbinsy, const Float_t *ybins,Int_t nbinsz, const Float_t *zbins) | |
| TH3F (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins,Int_t nbinsy, const Double_t *ybins,Int_t nbinsz, const Double_t *zbins) | |
| TH3F (const TH3F &h3f) | |
| virtual | ~TH3F () |
| virtual void | AddBinContent (Int_t bin) |
| virtual void | AddBinContent (Int_t bin, Stat_t w) |
| virtual void | Copy (TObject &hnew) const |
| virtual TH1 * | DrawCopy (Option_t *option="") const |
| virtual Stat_t | GetBinContent (Int_t bin) const |
| virtual Stat_t | GetBinContent (Int_t bin, Int_t) const |
| virtual Stat_t | GetBinContent (Int_t binx, Int_t biny, Int_t binz) const |
| virtual void | Reset (Option_t *option="") |
| virtual void | SetBinContent (Int_t bin, Stat_t content) |
| virtual void | SetBinContent (Int_t bin, Int_t, Stat_t content) |
| virtual void | SetBinContent (Int_t binx, Int_t biny, Int_t binz, Stat_t content) |
| virtual void | SetBinsLength (Int_t n=-1) |
| TH3F & | operator= (const TH3F &h1) |
Friends | |
| TH3F | operator * (Float_t c1, TH3F &h1) |
| TH3F | operator * (TH3F &h1, Float_t c1) |
| TH3F | operator+ (TH3F &h1, TH3F &h2) |
| TH3F | operator- (TH3F &h1, TH3F &h2) |
| TH3F | operator * (TH3F &h1, TH3F &h2) |
| TH3F | operator/ (TH3F &h1, TH3F &h2) |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TH1. Definition at line 188 of file TH3.h. References TArrayF::fArray. |
|
||||||||||||
|
Reimplemented from TH1. Definition at line 189 of file TH3.h. References TArrayF::fArray. |
|
|
Reimplemented from TH3. |
|
|
Reimplemented from TH1. |
|
|
Reimplemented from TH1. Referenced by GetBinContent(). |
|
||||||||||||
|
Reimplemented from TH1. Definition at line 194 of file TH3.h. References GetBinContent(). |
|
||||||||||||||||
|
Reimplemented from TH1. Definition at line 195 of file TH3.h. References TH1::GetBin(), and GetBinContent(). |
|
|
Reimplemented from TH3. |
|
||||||||||||
|
Reimplemented from TH1. Referenced by SetBinContent(). |
|
||||||||||||||||
|
Reimplemented from TH1. Definition at line 198 of file TH3.h. References SetBinContent(). |
|
||||||||||||||||||||
|
Reimplemented from TH1. Definition at line 199 of file TH3.h. References TH1::GetBin(), and SetBinContent(). |
|
|
Reimplemented from TH1. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.2.16