#include <TH1.h>
Inheritance diagram for TH1S:
Public Member Functions | |
TH1S () | |
TH1S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup) | |
TH1S (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins) | |
TH1S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins) | |
TH1S (const TH1S &h1s) | |
virtual | ~TH1S () |
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 bin, Int_t, Int_t) 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 bin, Int_t, Int_t, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH1S & | operator= (const TH1S &h1) |
TH1S () | |
TH1S (const char *name, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup) | |
TH1S (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins) | |
TH1S (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins) | |
TH1S (const TH1S &h1s) | |
virtual | ~TH1S () |
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 bin, Int_t, Int_t) 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 bin, Int_t, Int_t, Double_t content) |
virtual void | SetBinsLength (Int_t n=-1) |
TH1S & | operator= (const TH1S &h1) |
Friends | |
TH1S | operator * (Double_t c1, const TH1S &h1) |
TH1S | operator * (const TH1S &h1, Double_t c1) |
TH1S | operator+ (const TH1S &h1, const TH1S &h2) |
TH1S | operator- (const TH1S &h1, const TH1S &h2) |
TH1S | operator * (const TH1S &h1, const TH1S &h2) |
TH1S | operator/ (const TH1S &h1, const TH1S &h2) |
TH1S | operator * (Double_t c1, const TH1S &h1) |
TH1S | operator * (const TH1S &h1, Double_t c1) |
TH1S | operator+ (const TH1S &h1, const TH1S &h2) |
TH1S | operator- (const TH1S &h1, const TH1S &h2) |
TH1S | operator * (const TH1S &h1, const TH1S &h2) |
TH1S | operator/ (const TH1S &h1, const TH1S &h2) |
Definition at line 415 of file TH1.h.
TH1S::TH1S | ( | ) |
Definition at line 8204 of file TH1.cxx.
References TH1::fDimension, TH1::fgBufferSize, TH1::fgDefaultSumw2, TArrayS::Set(), TH1::SetBuffer(), and TH1::Sumw2().
Definition at line 8220 of file TH1.cxx.
References TH1::fDimension, TH1::fgDefaultSumw2, TArrayS::Set(), and TH1::Sumw2().
Definition at line 8234 of file TH1.cxx.
References TH1::fDimension, TH1::fgDefaultSumw2, TArrayS::Set(), and TH1::Sumw2().
TH1S::TH1S | ( | ) |
TH1S::TH1S | ( | const TH1S & | h1s | ) |
virtual TH1S::~TH1S | ( | ) | [virtual] |
void TH1S::AddBinContent | ( | Int_t | bin | ) | [virtual] |
void TH1S::Copy | ( | TObject & | hnew | ) | const [virtual] |
Reimplemented from TH1.
Definition at line 8283 of file TH1.cxx.
References TH1::Copy().
Referenced by operator=().
Reimplemented from TH1.
Definition at line 8291 of file TH1.cxx.
References TObject::AppendPad(), TNamed::Clone(), TString::Contains(), gPad, TObject::kCanDelete, TObject::SetBit(), TH1::SetDirectory(), and TString::ToLower().
Reimplemented from TH1.
Definition at line 8306 of file TH1.cxx.
References TArrayS::fArray, and TH1::fBuffer.
Referenced by GetBinContent().
void TH1S::Reset | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TH1.
Definition at line 8317 of file TH1.cxx.
References TArrayS::Reset(), and TH1::Reset().
Reimplemented from TH1.
Definition at line 8326 of file TH1.cxx.
References TArrayS::fArray, TH1::fXaxis, TAxis::GetTimeDisplay(), TH1::kCanRebin, TH1::LabelsInflate(), and TObject::TestBit().
Referenced by SetBinContent().
void TH1S::SetBinsLength | ( | Int_t | n = -1 |
) | [virtual] |
Reimplemented from TH1.
Definition at line 8352 of file TH1.cxx.
References TH1::fXaxis, TAxis::GetNbins(), and TArrayS::Set().