| 
| static Bool_t  | AlmostEqual (Double_t a, Double_t b, Double_t epsilon=0.00000001) | 
|   | Test if two double are almost equal.  
  | 
|   | 
| static Bool_t  | AlmostInteger (Double_t a, Double_t epsilon=0.00000001) | 
|   | Test if a double is almost an integer.  
  | 
|   | 
| void  | H1InitExpo () | 
|   | Compute Initial values of parameters for an exponential.  
  | 
|   | 
| void  | H1InitGaus () | 
|   | Compute Initial values of parameters for a gaussian.  
  | 
|   | 
| void  | H1InitPolynom () | 
|   | Compute Initial values of parameters for a polynom.  
  | 
|   | 
| void  | H1LeastSquareFit (Int_t n, Int_t m, Double_t *a) | 
|   | Least squares lpolynomial fitting without weights.  
  | 
|   | 
| void  | H1LeastSquareLinearFit (Int_t ndata, Double_t &a0, Double_t &a1, Int_t &ifail) | 
|   | Least square linear fit without weights.  
  | 
|   | 
| void  | H1LeastSquareSeqnd (Int_t n, Double_t *a, Int_t idim, Int_t &ifail, Int_t k, Double_t *b) | 
|   | Extracted from CERN Program library routine DSEQN.  
  | 
|   | 
| static bool  | IsEquidistantBinning (const TAxis &axis) | 
|   | Test if the binning is equidistant.  
  | 
|   | 
| TH1C  | operator* (const TH1C &h1, const TH1C &h2) | 
|   | Operator *.  
  | 
|   | 
| TH1D  | operator* (const TH1D &h1, const TH1D &h2) | 
|   | Operator *.  
  | 
|   | 
| TH1F  | operator* (const TH1F &h1, const TH1F &h2) | 
|   | Operator *.  
  | 
|   | 
| TH1I  | operator* (const TH1I &h1, const TH1I &h2) | 
|   | Operator *.  
  | 
|   | 
| TH1S  | operator* (const TH1S &h1, const TH1S &h2) | 
|   | Operator *.  
  | 
|   | 
| TH1C  | operator* (Double_t c1, const TH1C &h1) | 
|   | Operator *.  
  | 
|   | 
| TH1D  | operator* (Double_t c1, const TH1D &h1) | 
|   | Operator *.  
  | 
|   | 
| TH1F  | operator* (Double_t c1, const TH1F &h1) | 
|   | Operator *.  
  | 
|   | 
| TH1I  | operator* (Double_t c1, const TH1I &h1) | 
|   | Operator *.  
  | 
|   | 
| TH1S  | operator* (Double_t c1, const TH1S &h1) | 
|   | Operator *.  
  | 
|   | 
| TH1C  | operator+ (const TH1C &h1, const TH1C &h2) | 
|   | Operator +.  
  | 
|   | 
| TH1D  | operator+ (const TH1D &h1, const TH1D &h2) | 
|   | Operator +.  
  | 
|   | 
| TH1F  | operator+ (const TH1F &h1, const TH1F &h2) | 
|   | Operator +.  
  | 
|   | 
| TH1I  | operator+ (const TH1I &h1, const TH1I &h2) | 
|   | Operator +.  
  | 
|   | 
| TH1S  | operator+ (const TH1S &h1, const TH1S &h2) | 
|   | Operator +.  
  | 
|   | 
| TH1C  | operator- (const TH1C &h1, const TH1C &h2) | 
|   | Operator -.  
  | 
|   | 
| TH1D  | operator- (const TH1D &h1, const TH1D &h2) | 
|   | Operator -.  
  | 
|   | 
| TH1F  | operator- (const TH1F &h1, const TH1F &h2) | 
|   | Operator -.  
  | 
|   | 
| TH1I  | operator- (const TH1I &h1, const TH1I &h2) | 
|   | Operator -.  
  | 
|   | 
| TH1S  | operator- (const TH1S &h1, const TH1S &h2) | 
|   | Operator -.  
  | 
|   | 
| TH1C  | operator/ (const TH1C &h1, const TH1C &h2) | 
|   | Operator /.  
  | 
|   | 
| TH1D  | operator/ (const TH1D &h1, const TH1D &h2) | 
|   | Operator /.  
  | 
|   | 
| TH1F  | operator/ (const TH1F &h1, const TH1F &h2) | 
|   | Operator /.  
  | 
|   | 
| TH1I  | operator/ (const TH1I &h1, const TH1I &h2) | 
|   | Operator /.  
  | 
|   | 
| TH1S  | operator/ (const TH1S &h1, const TH1S &h2) | 
|   | Operator /.  
  | 
|   | 
| TH1 *  | R__H (const char *hname) | 
|   | return pointer to histogram with name hname  
  | 
|   | 
| TH1 *  | R__H (Int_t hid) | 
|   | return pointer to histogram with name hid if id >=0 h_id if id <0  
  | 
|   |