#include <TH2.h>
Inheritance diagram for TH2C:
Public Member Functions | |
TH2C () | |
TH2C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2C (const TH2C &h2c) | |
virtual | ~TH2C () |
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) |
TH2C & | operator= (const TH2C &h1) |
TH2C () | |
TH2C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2C (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2C (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2C (const TH2C &h2c) | |
virtual | ~TH2C () |
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) |
TH2C & | operator= (const TH2C &h1) |
Friends | |
TH2C | operator * (Float_t c1, TH2C &h1) |
TH2C | operator * (TH2C &h1, Float_t c1) |
TH2C | operator+ (TH2C &h1, TH2C &h2) |
TH2C | operator- (TH2C &h1, TH2C &h2) |
TH2C | operator * (TH2C &h1, TH2C &h2) |
TH2C | operator/ (TH2C &h1, TH2C &h2) |
TH2C | operator * (Float_t c1, TH2C &h1) |
TH2C | operator * (TH2C &h1, Float_t c1) |
TH2C | operator+ (TH2C &h1, TH2C &h2) |
TH2C | operator- (TH2C &h1, TH2C &h2) |
TH2C | operator * (TH2C &h1, TH2C &h2) |
TH2C | operator/ (TH2C &h1, TH2C &h2) |
Definition at line 120 of file TH2.h.
TH2C::TH2C | ( | ) |
TH2C::TH2C | ( | 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 2683 of file TH2.cxx.
References TH1::fgBufferSize, TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), TH1::SetBuffer(), and TH1::Sumw2().
TH2C::TH2C | ( | 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 2696 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH2C::TH2C | ( | 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 2707 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
Definition at line 2718 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
Definition at line 2729 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayC::Set(), and TH1::Sumw2().
TH2C::TH2C | ( | ) |
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2C::TH2C | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
TH2C::TH2C | ( | const TH2C & | h2c | ) |
virtual TH2C::~TH2C | ( | ) | [virtual] |
void TH2C::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH2C::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH2.
Definition at line 2769 of file TH2.cxx.
References TH2::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 2777 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 2792 of file TH2.cxx.
References TArrayC::fArray, TH1::fBuffer, and TH1::fNcells.
Referenced by GetBinContent().
Reimplemented from TH1.
Definition at line 141 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 142 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
void TH2C::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH2.
Definition at line 2804 of file TH2.cxx.
References TArrayC::Reset(), and TH2::Reset().
Reimplemented from TH1.
Definition at line 2814 of file TH2.cxx.
References TArrayC::fArray, TH1::fEntries, TH1::fNcells, and TH1::fTsumw.
Referenced by SetBinContent().
Reimplemented from TH1.
Definition at line 145 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2C::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 146 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
void TH2C::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 2825 of file TH2.cxx.
References TH1::fNcells, TH1::fXaxis, TH1::fYaxis, TAxis::GetNbins(), and TArrayC::Set().
Reimplemented from TH1.
Definition at line 141 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 142 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 145 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2C::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 146 of file TH2.h.
References TH1::GetBin(), and SetBinContent().