#include <TH2.h>
Inheritance diagram for TH2I:
Public Member Functions | |
TH2I () | |
TH2I (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2I (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2I (const TH2I &h2i) | |
virtual | ~TH2I () |
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 binx, Int_t biny) const |
virtual Double_t | GetBinContent (Int_t binx, Int_t biny, Int_t) const |
virtual void | Reset (Option_t *option="") |
virtual void | SetBinContent (Int_t bin, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Int_t, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH2I & | operator= (const TH2I &h1) |
TH2I () | |
TH2I (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2I (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2I (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2I (const TH2I &h2i) | |
virtual | ~TH2I () |
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 binx, Int_t biny) const |
virtual Double_t | GetBinContent (Int_t binx, Int_t biny, Int_t) const |
virtual void | Reset (Option_t *option="") |
virtual void | SetBinContent (Int_t bin, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Double_t content) |
virtual void | SetBinContent (Int_t binx, Int_t biny, Int_t, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH2I & | operator= (const TH2I &h1) |
Friends | |
TH2I | operator * (Float_t c1, TH2I &h1) |
TH2I | operator * (TH2I &h1, Float_t c1) |
TH2I | operator+ (TH2I &h1, TH2I &h2) |
TH2I | operator- (TH2I &h1, TH2I &h2) |
TH2I | operator * (TH2I &h1, TH2I &h2) |
TH2I | operator/ (TH2I &h1, TH2I &h2) |
TH2I | operator * (Float_t c1, TH2I &h1) |
TH2I | operator * (TH2I &h1, Float_t c1) |
TH2I | operator+ (TH2I &h1, TH2I &h2) |
TH2I | operator- (TH2I &h1, TH2I &h2) |
TH2I | operator * (TH2I &h1, TH2I &h2) |
TH2I | operator/ (TH2I &h1, TH2I &h2) |
Definition at line 204 of file TH2.h.
TH2I::TH2I | ( | ) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
Definition at line 3231 of file TH2.cxx.
References TH1::fgBufferSize, TH1::fgDefaultSumw2, TH1::fNcells, TArrayI::Set(), TH1::SetBuffer(), and TH1::Sumw2().
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
Definition at line 3244 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayI::Set(), and TH1::Sumw2().
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
Definition at line 3255 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayI::Set(), and TH1::Sumw2().
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
Definition at line 3266 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayI::Set(), and TH1::Sumw2().
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
Definition at line 3277 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayI::Set(), and TH1::Sumw2().
TH2I::TH2I | ( | ) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2I::TH2I | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
TH2I::TH2I | ( | const TH2I & | h2i | ) |
virtual TH2I::~TH2I | ( | ) | [virtual] |
void TH2I::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH2I::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH2.
Definition at line 3317 of file TH2.cxx.
References TH2::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 3325 of file TH2.cxx.
References TObject::AppendPad(), TNamed::Clone(), TString::Contains(), gPad, TObject::kCanDelete, TObject::SetBit(), TH1::SetDirectory(), and TString::ToLower().
Reimplemented from TH1.
Definition at line 3340 of file TH2.cxx.
References TArrayI::fArray, TH1::fBuffer, and TH1::fNcells.
Referenced by GetBinContent().
Reimplemented from TH1.
Definition at line 225 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 226 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
void TH2I::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH2.
Definition at line 3352 of file TH2.cxx.
References TArrayI::Reset(), and TH2::Reset().
Reimplemented from TH1.
Definition at line 3362 of file TH2.cxx.
References TArrayI::fArray, TH1::fEntries, TH1::fNcells, and TH1::fTsumw.
Referenced by SetBinContent().
Reimplemented from TH1.
Definition at line 229 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2I::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 230 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
void TH2I::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 3373 of file TH2.cxx.
References TH1::fNcells, TH1::fXaxis, TH1::fYaxis, TAxis::GetNbins(), and TArrayI::Set().
Reimplemented from TH1.
Definition at line 225 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 226 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 229 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2I::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 230 of file TH2.h.
References TH1::GetBin(), and SetBinContent().