ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 cling
 Print a TSeq at the prompt:
 

Functions

std::string cling::printValue (TH1 *val)
 Print value overload. More...
 
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...
 
TH1C operator- (const TH1C &h1, const TH1C &h2)
 Operator -. More...
 
TH1C operator* (const TH1C &h1, const TH1C &h2)
 Operator *. More...
 
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...
 
TH1S operator- (const TH1S &h1, const TH1S &h2)
 Operator -. More...
 
TH1S operator* (const TH1S &h1, const TH1S &h2)
 Operator *. More...
 
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...
 
TH1I operator- (const TH1I &h1, const TH1I &h2)
 Operator -. More...
 
TH1I operator* (const TH1I &h1, const TH1I &h2)
 Operator *. More...
 
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...
 
TH1F operator- (const TH1F &h1, const TH1F &h2)
 Operator -. More...
 
TH1F operator* (const TH1F &h1, const TH1F &h2)
 Operator *. More...
 
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...
 
TH1D operator- (const TH1D &h1, const TH1D &h2)
 Operator -. More...
 
TH1D operator* (const TH1D &h1, const TH1D &h2)
 Operator *. More...
 
TH1D operator/ (const TH1D &h1, const TH1D &h2)
 Operator /. 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 8937 of file TH1.cxx.

Referenced by operator*().

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

Definition at line 480 of file TH1.h.

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

Operator *.

Definition at line 8973 of file TH1.cxx.

TH1S operator* ( Double_t  c1,
const TH1S h1 
)

Operator *.

Definition at line 9137 of file TH1.cxx.

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

Definition at line 521 of file TH1.h.

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

Operator *.

Definition at line 9173 of file TH1.cxx.

TH1I operator* ( Double_t  c1,
const TH1I h1 
)

Operator *.

Definition at line 9337 of file TH1.cxx.

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

Definition at line 562 of file TH1.h.

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

Operator *.

Definition at line 9373 of file TH1.cxx.

TH1F operator* ( Double_t  c1,
const TH1F h1 
)

Operator *.

Definition at line 9533 of file TH1.cxx.

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

Definition at line 605 of file TH1.h.

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

Operator *.

Definition at line 9569 of file TH1.cxx.

TH1D operator* ( Double_t  c1,
const TH1D h1 
)

Operator *.

Definition at line 9730 of file TH1.cxx.

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

Definition at line 648 of file TH1.h.

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

Operator *.

Definition at line 9766 of file TH1.cxx.

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

Operator +.

Definition at line 8949 of file TH1.cxx.

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

Operator +.

Definition at line 9149 of file TH1.cxx.

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

Operator +.

Definition at line 9349 of file TH1.cxx.

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

Operator +.

Definition at line 9545 of file TH1.cxx.

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

Operator +.

Definition at line 9742 of file TH1.cxx.

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

Operator -.

Definition at line 8961 of file TH1.cxx.

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

Operator -.

Definition at line 9161 of file TH1.cxx.

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

Operator -.

Definition at line 9361 of file TH1.cxx.

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

Operator -.

Definition at line 9557 of file TH1.cxx.

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

Operator -.

Definition at line 9754 of file TH1.cxx.

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

Operator /.

Definition at line 8985 of file TH1.cxx.

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

Operator /.

Definition at line 9185 of file TH1.cxx.

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

Operator /.

Definition at line 9385 of file TH1.cxx.

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

Operator /.

Definition at line 9581 of file TH1.cxx.

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

Operator /.

Definition at line 9778 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 9792 of file TH1.cxx.

TH1* R__H ( const char *  hname)

return pointer to histogram with name hname

Definition at line 9804 of file TH1.cxx.