Public Methods |
| | TH1C () |
| | TH1C (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup) |
| | TH1C (const char *name, const char *title, Int_t nbinsx, const Float_t *xbins) |
| | TH1C (const char *name, const char *title, Int_t nbinsx, const Double_t *xbins) |
| | TH1C (const TH1C &h1c) |
| virtual | ~TH1C () |
| virtual void | AddBinContent (Int_t bin) |
| virtual void | AddBinContent (Int_t bin, Stat_t w) |
| virtual void | Copy (TObject &hnew) const |
| virtual TH1 * | DrawCopy (Option_t *option="") const |
| virtual Stat_t | GetBinContent (Int_t bin) const |
| virtual Stat_t | GetBinContent (Int_t bin, Int_t) const |
| virtual Stat_t | GetBinContent (Int_t bin, Int_t, Int_t) const |
| virtual void | Reset (Option_t *option="") |
| virtual void | SetBinContent (Int_t bin, Stat_t content) |
| virtual void | SetBinContent (Int_t bin, Int_t, Stat_t content) |
| virtual void | SetBinContent (Int_t bin, Int_t, Int_t, Stat_t content) |
| virtual void | SetBinsLength (Int_t n=-1) |
| TH1C & | operator= (const TH1C &h1) |
Friends |
| TH1C | operator * (Double_t c1, const TH1C &h1) |
| TH1C | operator * (const TH1C &h1, Double_t c1) |
| TH1C | operator+ (const TH1C &h1, const TH1C &h2) |
| TH1C | operator- (const TH1C &h1, const TH1C &h2) |
| TH1C | operator * (const TH1C &h1, const TH1C &h2) |
| TH1C | operator/ (const TH1C &h1, const TH1C &h2) |