#include <TH3.h>
Inheritance diagram for TH3C:
Public Member Functions | |
TH3C () | |
TH3C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) | |
TH3C (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) | |
TH3C (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) | |
TH3C (const TH3C &h3c) | |
virtual | ~TH3C () |
virtual void | AddBinContent (Int_t bin) |
virtual void | AddBinContent (Int_t bin, Double_t w) |
virtual void | Copy (TObject &hnew) const |
virtual TH1 * | DrawCopy (Option_t *option="") const |
virtual Double_t | GetBinContent (Int_t bin) const |
virtual Double_t | GetBinContent (Int_t bin, Int_t) const |
virtual Double_t | GetBinContent (Int_t binx, Int_t biny, Int_t binz) const |
virtual void | Reset (Option_t *option="") |
virtual void | SetBinContent (Int_t bin, Double_t content) |
virtual void | SetBinContent (Int_t bin, Int_t, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Int_t binz, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH3C & | operator= (const TH3C &h1) |
TH3C () | |
TH3C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, Int_t nbinsz, Double_t zlow, Double_t zup) | |
TH3C (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) | |
TH3C (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) | |
TH3C (const TH3C &h3c) | |
virtual | ~TH3C () |
virtual void | AddBinContent (Int_t bin) |
virtual void | AddBinContent (Int_t bin, Double_t w) |
virtual void | Copy (TObject &hnew) const |
virtual TH1 * | DrawCopy (Option_t *option="") const |
virtual Double_t | GetBinContent (Int_t bin) const |
virtual Double_t | GetBinContent (Int_t bin, Int_t) const |
virtual Double_t | GetBinContent (Int_t binx, Int_t biny, Int_t binz) const |
virtual void | Reset (Option_t *option="") |
virtual void | SetBinContent (Int_t bin, Double_t content) |
virtual void | SetBinContent (Int_t bin, Int_t, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Int_t binz, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH3C & | operator= (const TH3C &h1) |
Friends | |
TH3C | operator * (Float_t c1, TH3C &h1) |
TH3C | operator * (TH3C &h1, Float_t c1) |
TH3C | operator+ (TH3C &h1, TH3C &h2) |
TH3C | operator- (TH3C &h1, TH3C &h2) |
TH3C | operator * (TH3C &h1, TH3C &h2) |
TH3C | operator/ (TH3C &h1, TH3C &h2) |
TH3C | operator * (Float_t c1, TH3C &h1) |
TH3C | operator * (TH3C &h1, Float_t c1) |
TH3C | operator+ (TH3C &h1, TH3C &h2) |
TH3C | operator- (TH3C &h1, TH3C &h2) |
TH3C | operator * (TH3C &h1, TH3C &h2) |
TH3C | operator/ (TH3C &h1, TH3C &h2) |
Definition at line 131 of file TH3.h.
TH3C::TH3C | ( | ) |
TH3C::TH3C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup, | |||
Int_t | nbinsz, | |||
Double_t | zlow, | |||
Double_t | zup | |||
) |
Definition at line 2905 of file TH3.cxx.
References TH1::fgBufferSize, TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), TH1::SetBuffer(), and TH1::Sumw2().
TH3C::TH3C | ( | 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 | |||
) |
Definition at line 2920 of file TH3.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH3C::TH3C | ( | 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 | |||
) |
Definition at line 2932 of file TH3.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH3C::TH3C | ( | ) |
TH3C::TH3C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup, | |||
Int_t | nbinsz, | |||
Double_t | zlow, | |||
Double_t | zup | |||
) |
TH3C::TH3C | ( | 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 | |||
) |
TH3C::TH3C | ( | 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 | |||
) |
TH3C::TH3C | ( | const TH3C & | h3c | ) |
virtual TH3C::~TH3C | ( | ) | [virtual] |
void TH3C::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH3C::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH3.
Definition at line 2973 of file TH3.cxx.
References TH3::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 2982 of file TH3.cxx.
References TObject::AppendPad(), TNamed::Clone(), TString::Contains(), gPad, TObject::kCanDelete, TObject::SetBit(), TH1::SetDirectory(), and TString::ToLower().
Reimplemented from TH1.
Definition at line 2997 of file TH3.cxx.
References TArrayC::fArray, TH1::fBuffer, and TH1::fNcells.
Referenced by GetBinContent().
Reimplemented from TH1.
Definition at line 151 of file TH3.h.
References TH1::GetBin(), and GetBinContent().
void TH3C::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH3.
Definition at line 3009 of file TH3.cxx.
References TArrayC::Reset(), and TH3::Reset().
Reimplemented from TH1.
Definition at line 3031 of file TH3.cxx.
References TArrayC::fArray, TH1::fEntries, TH1::fNcells, and TH1::fTsumw.
Referenced by SetBinContent().
virtual void TH3C::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | binz, | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 155 of file TH3.h.
References TH1::GetBin(), and SetBinContent().
void TH3C::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 3020 of file TH3.cxx.
References TH1::fNcells, TH1::fXaxis, TH1::fYaxis, TH1::fZaxis, TAxis::GetNbins(), and TArrayC::Set().
Reimplemented from TH1.
Definition at line 151 of file TH3.h.
References TH1::GetBin(), and GetBinContent().
virtual void TH3C::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | binz, | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 155 of file TH3.h.
References TH1::GetBin(), and SetBinContent().