Logo ROOT   6.07/09
Reference Guide
Classes | Namespaces | Functions
TH1.h File Reference
#include "TAxis.h"
#include "TAttLine.h"
#include "TAttFill.h"
#include "TAttMarker.h"
#include "TArrayC.h"
#include "TArrayS.h"
#include "TArrayI.h"
#include "TArrayF.h"
#include "TArrayD.h"
#include "Foption.h"
#include "TVectorFfwd.h"
#include "TVectorDfwd.h"
#include "TFitResultPtr.h"
#include <float.h>
Include dependency graph for TH1.h:

Classes

class  TH1
 The TH1 histogram class. More...
 
class  TH1C
 tomato 1-D histogram with a byte per channel (see TH1 documentation) More...
 
class  TH1D
 tomato 1-D histogram with a double per channel (see TH1 documentation)} More...
 
class  TH1F
 tomato 1-D histogram with a float per channel (see TH1 documentation)} More...
 
class  TH1I
 tomato 1-D histogram with an int per channel (see TH1 documentation)} More...
 
class  TH1S
 tomato 1-D histogram with a short per channel (see TH1 documentation) More...
 

Namespaces

 cling
 Print a TSeq at the prompt:
 

Functions

TH1C operator* (Double_t c1, const TH1C &h1)
 Operator *. More...
 
TH1C operator* (const TH1C &h1, Double_t c1)
 
TH1C operator* (const TH1C &h1, const TH1C &h2)
 Operator *. More...
 
TH1S operator* (Double_t c1, const TH1S &h1)
 Operator *. More...
 
TH1S operator* (const TH1S &h1, Double_t c1)
 
TH1S operator* (const TH1S &h1, const TH1S &h2)
 Operator *. More...
 
TH1I operator* (Double_t c1, const TH1I &h1)
 Operator *. More...
 
TH1I operator* (const TH1I &h1, Double_t c1)
 
TH1I operator* (const TH1I &h1, const TH1I &h2)
 Operator *. More...
 
TH1F operator* (Double_t c1, const TH1F &h1)
 Operator *. More...
 
TH1F operator* (const TH1F &h1, Double_t c1)
 
TH1F operator* (const TH1F &h1, const TH1F &h2)
 Operator *. More...
 
TH1D operator* (Double_t c1, const TH1D &h1)
 Operator *. More...
 
TH1D operator* (const TH1D &h1, Double_t c1)
 
TH1D operator* (const TH1D &h1, const TH1D &h2)
 Operator *. More...
 
TH1C operator+ (const TH1C &h1, const TH1C &h2)
 Operator +. More...
 
TH1S operator+ (const TH1S &h1, const TH1S &h2)
 Operator +. More...
 
TH1I operator+ (const TH1I &h1, const TH1I &h2)
 Operator +. More...
 
TH1F operator+ (const TH1F &h1, const TH1F &h2)
 Operator +. More...
 
TH1D operator+ (const TH1D &h1, const TH1D &h2)
 Operator +. More...
 
TH1C operator- (const TH1C &h1, const TH1C &h2)
 Operator -. More...
 
TH1S operator- (const TH1S &h1, const TH1S &h2)
 Operator -. More...
 
TH1I operator- (const TH1I &h1, const TH1I &h2)
 Operator -. More...
 
TH1F operator- (const TH1F &h1, const TH1F &h2)
 Operator -. More...
 
TH1D operator- (const TH1D &h1, const TH1D &h2)
 Operator -. More...
 
TH1C operator/ (const TH1C &h1, const TH1C &h2)
 Operator /. More...
 
TH1S operator/ (const TH1S &h1, const TH1S &h2)
 Operator /. More...
 
TH1I operator/ (const TH1I &h1, const TH1I &h2)
 Operator /. More...
 
TH1F operator/ (const TH1F &h1, const TH1F &h2)
 Operator /. More...
 
TH1D operator/ (const TH1D &h1, const TH1D &h2)
 Operator /. More...
 
std::string cling::printValue (TH1 *val)
 Print value overload. More...
 
TH1R__H (Int_t hid)
 return pointer to histogram with name hid if id >=0 h_id if id <0 More...
 
TH1R__H (const char *hname)
 return pointer to histogram with name hname More...
 

Function Documentation

TH1C operator* ( Double_t  c1,
const TH1C h1 
)

Operator *.

Definition at line 8651 of file TH1.cxx.

TH1C operator* ( const TH1C h1,
Double_t  c1 
)
inline

Definition at line 485 of file TH1.h.

TH1C operator* ( const TH1C h1,
const TH1C h2 
)

Operator *.

Definition at line 8684 of file TH1.cxx.

TH1S operator* ( Double_t  c1,
const TH1S h1 
)

Operator *.

Definition at line 8832 of file TH1.cxx.

TH1S operator* ( const TH1S h1,
Double_t  c1 
)
inline

Definition at line 526 of file TH1.h.

TH1S operator* ( const TH1S h1,
const TH1S h2 
)

Operator *.

Definition at line 8865 of file TH1.cxx.

TH1I operator* ( Double_t  c1,
const TH1I h1 
)

Operator *.

Definition at line 9014 of file TH1.cxx.

TH1I operator* ( const TH1I h1,
Double_t  c1 
)
inline

Definition at line 567 of file TH1.h.

TH1I operator* ( const TH1I h1,
const TH1I h2 
)

Operator *.

Definition at line 9047 of file TH1.cxx.

TH1F operator* ( Double_t  c1,
const TH1F h1 
)

Operator *.

Definition at line 9193 of file TH1.cxx.

TH1F operator* ( const TH1F h1,
Double_t  c1 
)
inline

Definition at line 610 of file TH1.h.

TH1F operator* ( const TH1F h1,
const TH1F h2 
)

Operator *.

Definition at line 9226 of file TH1.cxx.

TH1D operator* ( Double_t  c1,
const TH1D h1 
)

Operator *.

Definition at line 9372 of file TH1.cxx.

TH1D operator* ( const TH1D h1,
Double_t  c1 
)
inline

Definition at line 653 of file TH1.h.

TH1D operator* ( const TH1D h1,
const TH1D h2 
)

Operator *.

Definition at line 9405 of file TH1.cxx.

TH1C operator+ ( const TH1C h1,
const TH1C h2 
)

Operator +.

Definition at line 8662 of file TH1.cxx.

TH1S operator+ ( const TH1S h1,
const TH1S h2 
)

Operator +.

Definition at line 8843 of file TH1.cxx.

TH1I operator+ ( const TH1I h1,
const TH1I h2 
)

Operator +.

Definition at line 9025 of file TH1.cxx.

TH1F operator+ ( const TH1F h1,
const TH1F h2 
)

Operator +.

Definition at line 9204 of file TH1.cxx.

TH1D operator+ ( const TH1D h1,
const TH1D h2 
)

Operator +.

Definition at line 9383 of file TH1.cxx.

TH1C operator- ( const TH1C h1,
const TH1C h2 
)

Operator -.

Definition at line 8673 of file TH1.cxx.

TH1S operator- ( const TH1S h1,
const TH1S h2 
)

Operator -.

Definition at line 8854 of file TH1.cxx.

TH1I operator- ( const TH1I h1,
const TH1I h2 
)

Operator -.

Definition at line 9036 of file TH1.cxx.

TH1F operator- ( const TH1F h1,
const TH1F h2 
)

Operator -.

Definition at line 9215 of file TH1.cxx.

TH1D operator- ( const TH1D h1,
const TH1D h2 
)

Operator -.

Definition at line 9394 of file TH1.cxx.

TH1C operator/ ( const TH1C h1,
const TH1C h2 
)

Operator /.

Definition at line 8695 of file TH1.cxx.

TH1S operator/ ( const TH1S h1,
const TH1S h2 
)

Operator /.

Definition at line 8876 of file TH1.cxx.

TH1I operator/ ( const TH1I h1,
const TH1I h2 
)

Operator /.

Definition at line 9058 of file TH1.cxx.

TH1F operator/ ( const TH1F h1,
const TH1F h2 
)

Operator /.

Definition at line 9237 of file TH1.cxx.

TH1D operator/ ( const TH1D h1,
const TH1D h2 
)

Operator /.

Definition at line 9416 of file TH1.cxx.

TH1* R__H ( Int_t  hid)

return pointer to histogram with name hid if id >=0 h_id if id <0

Definition at line 9429 of file TH1.cxx.

TH1* R__H ( const char *  hname)

return pointer to histogram with name hname

Definition at line 9440 of file TH1.cxx.