#include <TH3.h>
Inheritance diagram for TH3S:
Public Member Functions | |
TH3S () | |
TH3S (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) | |
TH3S (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) | |
TH3S (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) | |
TH3S (const TH3S &h3s) | |
virtual | ~TH3S () |
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) |
TH3S & | operator= (const TH3S &h1) |
TH3S () | |
TH3S (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) | |
TH3S (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) | |
TH3S (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) | |
TH3S (const TH3S &h3s) | |
virtual | ~TH3S () |
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) |
TH3S & | operator= (const TH3S &h1) |
Friends | |
TH3S | operator * (Float_t c1, TH3S &h1) |
TH3S | operator * (TH3S &h1, Float_t c1) |
TH3S | operator+ (TH3S &h1, TH3S &h2) |
TH3S | operator- (TH3S &h1, TH3S &h2) |
TH3S | operator * (TH3S &h1, TH3S &h2) |
TH3S | operator/ (TH3S &h1, TH3S &h2) |
TH3S | operator * (Float_t c1, TH3S &h1) |
TH3S | operator * (TH3S &h1, Float_t c1) |
TH3S | operator+ (TH3S &h1, TH3S &h2) |
TH3S | operator- (TH3S &h1, TH3S &h2) |
TH3S | operator * (TH3S &h1, TH3S &h2) |
TH3S | operator/ (TH3S &h1, TH3S &h2) |
Definition at line 170 of file TH3.h.
TH3S::TH3S | ( | ) |
TH3S::TH3S | ( | 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 3189 of file TH3.cxx.
References TH1::fgBufferSize, TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), TH1::SetBuffer(), and TH1::Sumw2().
TH3S::TH3S | ( | 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 3203 of file TH3.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH3S::TH3S | ( | 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 3215 of file TH3.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH3S::TH3S | ( | ) |
TH3S::TH3S | ( | 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 | |||
) |
TH3S::TH3S | ( | 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 | |||
) |
TH3S::TH3S | ( | 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 | |||
) |
TH3S::TH3S | ( | const TH3S & | h3s | ) |
virtual TH3S::~TH3S | ( | ) | [virtual] |
void TH3S::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH3S::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH3.
Definition at line 3256 of file TH3.cxx.
References TH3::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 3265 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 3280 of file TH3.cxx.
References TArrayS::fArray, TH1::fBuffer, and TH1::fNcells.
Referenced by GetBinContent().
Reimplemented from TH1.
Definition at line 190 of file TH3.h.
References TH1::GetBin(), and GetBinContent().
void TH3S::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH3.
Definition at line 3292 of file TH3.cxx.
References TArrayS::Reset(), and TH3::Reset().
Reimplemented from TH1.
Definition at line 3303 of file TH3.cxx.
References TArrayS::fArray, TH1::fEntries, TH1::fNcells, and TH1::fTsumw.
Referenced by SetBinContent().
virtual void TH3S::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | binz, | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 194 of file TH3.h.
References TH1::GetBin(), and SetBinContent().
void TH3S::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 3314 of file TH3.cxx.
References TH1::fNcells, TH1::fXaxis, TH1::fYaxis, TH1::fZaxis, TAxis::GetNbins(), and TArrayS::Set().
Reimplemented from TH1.
Definition at line 190 of file TH3.h.
References TH1::GetBin(), and GetBinContent().
virtual void TH3S::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | binz, | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 194 of file TH3.h.
References TH1::GetBin(), and SetBinContent().