#include <TH2.h>
Inheritance diagram for TH2S:
Public Member Functions | |
TH2S () | |
TH2S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2S (const TH2S &h2s) | |
virtual | ~TH2S () |
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) |
TH2S & | operator= (const TH2S &h1) |
TH2S () | |
TH2S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, Double_t ylow, Double_t yup) | |
TH2S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, const Double_t *ybins) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins, Int_t nbinsy, const Double_t *ybins) | |
TH2S (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins, Int_t nbinsy, const Float_t *ybins) | |
TH2S (const TH2S &h2s) | |
virtual | ~TH2S () |
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) |
TH2S & | operator= (const TH2S &h1) |
Friends | |
TH2S | operator * (Float_t c1, TH2S &h1) |
TH2S | operator * (TH2S &h1, Float_t c1) |
TH2S | operator+ (TH2S &h1, TH2S &h2) |
TH2S | operator- (TH2S &h1, TH2S &h2) |
TH2S | operator * (TH2S &h1, TH2S &h2) |
TH2S | operator/ (TH2S &h1, TH2S &h2) |
TH2S | operator * (Float_t c1, TH2S &h1) |
TH2S | operator * (TH2S &h1, Float_t c1) |
TH2S | operator+ (TH2S &h1, TH2S &h2) |
TH2S | operator- (TH2S &h1, TH2S &h2) |
TH2S | operator * (TH2S &h1, TH2S &h2) |
TH2S | operator/ (TH2S &h1, TH2S &h2) |
Definition at line 162 of file TH2.h.
TH2S::TH2S | ( | ) |
TH2S::TH2S | ( | 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 2957 of file TH2.cxx.
References TH1::fgBufferSize, TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), TH1::SetBuffer(), and TH1::Sumw2().
TH2S::TH2S | ( | 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 2970 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH2S::TH2S | ( | 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 2981 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
Definition at line 2992 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
Definition at line 3003 of file TH2.cxx.
References TH1::fgDefaultSumw2, TH1::fNcells, TArrayS::Set(), and TH1::Sumw2().
TH2S::TH2S | ( | ) |
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
Double_t | ylow, | |||
Double_t | yup | |||
) |
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
Double_t | xlow, | |||
Double_t | xup, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Double_t * | xbins, | |||
Int_t | nbinsy, | |||
const Double_t * | ybins | |||
) |
TH2S::TH2S | ( | const char * | name, | |
const char * | title, | |||
Int_t | nbinsx, | |||
const Float_t * | xbins, | |||
Int_t | nbinsy, | |||
const Float_t * | ybins | |||
) |
TH2S::TH2S | ( | const TH2S & | h2s | ) |
virtual TH2S::~TH2S | ( | ) | [virtual] |
void TH2S::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH2S::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH2.
Definition at line 3043 of file TH2.cxx.
References TH2::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 3051 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 3066 of file TH2.cxx.
References TArrayS::fArray, TH1::fBuffer, and TH1::fNcells.
Referenced by GetBinContent().
Reimplemented from TH1.
Definition at line 183 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 184 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
void TH2S::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH2.
Definition at line 3078 of file TH2.cxx.
References TArrayS::Reset(), and TH2::Reset().
Reimplemented from TH1.
Definition at line 3088 of file TH2.cxx.
References TArrayS::fArray, TH1::fEntries, TH1::fNcells, and TH1::fTsumw.
Referenced by SetBinContent().
Reimplemented from TH1.
Definition at line 187 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2S::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 188 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
void TH2S::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 3099 of file TH2.cxx.
References TH1::fNcells, TH1::fXaxis, TH1::fYaxis, TAxis::GetNbins(), and TArrayS::Set().
Reimplemented from TH1.
Definition at line 183 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 184 of file TH2.h.
References TH1::GetBin(), and GetBinContent().
Reimplemented from TH1.
Definition at line 187 of file TH2.h.
References TH1::GetBin(), and SetBinContent().
virtual void TH2S::SetBinContent | ( | Int_t | binx, | |
Int_t | biny, | |||
Int_t | , | |||
Double_t | content | |||
) | [inline, virtual] |
Reimplemented from TH1.
Definition at line 188 of file TH2.h.
References TH1::GetBin(), and SetBinContent().