Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TH1.h File Reference

Classes

class  TH1
 TH1 is the base class of all histogram classes in ROOT. More...
class  TH1C
 1-D histogram with a byte per channel (see TH1 documentation) More...
class  TH1D
 1-D histogram with a double per channel (see TH1 documentation) More...
class  TH1F
 1-D histogram with a float per channel (see TH1 documentation) More...
class  TH1I
 1-D histogram with an int per channel (see TH1 documentation) More...
class  TH1L
 1-D histogram with a long64 per channel (see TH1 documentation) More...
class  TH1S
 1-D histogram with a short per channel (see TH1 documentation) More...

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Functions

TH1C operator* (const TH1C &h1, const TH1C &h2)
TH1C operator* (const TH1C &h1, Double_t c1)
TH1D operator* (const TH1D &h1, const TH1D &h2)
TH1D operator* (const TH1D &h1, Double_t c1)
TH1F operator* (const TH1F &h1, const TH1F &h2)
TH1F operator* (const TH1F &h1, Double_t c1)
TH1I operator* (const TH1I &h1, const TH1I &h2)
TH1I operator* (const TH1I &h1, Double_t c1)
TH1L operator* (const TH1L &h1, const TH1L &h2)
TH1L operator* (const TH1L &h1, Double_t c1)
TH1S operator* (const TH1S &h1, const TH1S &h2)
TH1S operator* (const TH1S &h1, Double_t c1)
TH1C operator* (Double_t c1, const TH1C &h1)
TH1D operator* (Double_t c1, const TH1D &h1)
TH1F operator* (Double_t c1, const TH1F &h1)
TH1I operator* (Double_t c1, const TH1I &h1)
TH1L operator* (Double_t c1, const TH1L &h1)
TH1S operator* (Double_t c1, const TH1S &h1)
TH1C operator+ (const TH1C &h1, const TH1C &h2)
TH1D operator+ (const TH1D &h1, const TH1D &h2)
TH1F operator+ (const TH1F &h1, const TH1F &h2)
TH1I operator+ (const TH1I &h1, const TH1I &h2)
TH1L operator+ (const TH1L &h1, const TH1L &h2)
TH1S operator+ (const TH1S &h1, const TH1S &h2)
TH1C operator- (const TH1C &h1, const TH1C &h2)
TH1D operator- (const TH1D &h1, const TH1D &h2)
TH1F operator- (const TH1F &h1, const TH1F &h2)
TH1I operator- (const TH1I &h1, const TH1I &h2)
TH1L operator- (const TH1L &h1, const TH1L &h2)
TH1S operator- (const TH1S &h1, const TH1S &h2)
TH1C operator/ (const TH1C &h1, const TH1C &h2)
TH1D operator/ (const TH1D &h1, const TH1D &h2)
TH1F operator/ (const TH1F &h1, const TH1F &h2)
TH1I operator/ (const TH1I &h1, const TH1I &h2)
TH1L operator/ (const TH1L &h1, const TH1L &h2)
TH1S operator/ (const TH1S &h1, const TH1S &h2)
TH1R__H (const char *hname)
TH1R__H (Int_t hid)
template<typename T>
void ROOT::Internal::SetSliceContent (T &histo, const std::vector< Double_t > &input, const std::vector< std::pair< Int_t, Int_t > > &sliceEdges)
 Sets the content of a slice in a histogram.
template<typename T>
ROOT::Internal::Slice (const T &histo, std::vector< Int_t > &args)
 Creates a sliced copy of the given histogram.

Function Documentation

◆ operator*() [1/18]

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

◆ operator*() [2/18]

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

Definition at line 747 of file TH1.h.

◆ operator*() [3/18]

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

◆ operator*() [4/18]

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

Definition at line 965 of file TH1.h.

◆ operator*() [5/18]

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

◆ operator*() [6/18]

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

Definition at line 918 of file TH1.h.

◆ operator*() [7/18]

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

◆ operator*() [8/18]

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

Definition at line 829 of file TH1.h.

◆ operator*() [9/18]

TH1L operator* ( const TH1L & h1,
const TH1L & h2 )

◆ operator*() [10/18]

TH1L operator* ( const TH1L & h1,
Double_t c1 )
inline

Definition at line 870 of file TH1.h.

◆ operator*() [11/18]

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

◆ operator*() [12/18]

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

Definition at line 788 of file TH1.h.

◆ operator*() [13/18]

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

◆ operator*() [14/18]

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

◆ operator*() [15/18]

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

◆ operator*() [16/18]

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

◆ operator*() [17/18]

TH1L operator* ( Double_t c1,
const TH1L & h1 )

◆ operator*() [18/18]

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

◆ operator+() [1/6]

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

◆ operator+() [2/6]

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

◆ operator+() [3/6]

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

◆ operator+() [4/6]

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

◆ operator+() [5/6]

TH1L operator+ ( const TH1L & h1,
const TH1L & h2 )

◆ operator+() [6/6]

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

◆ operator-() [1/6]

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

◆ operator-() [2/6]

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

◆ operator-() [3/6]

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

◆ operator-() [4/6]

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

◆ operator-() [5/6]

TH1L operator- ( const TH1L & h1,
const TH1L & h2 )

◆ operator-() [6/6]

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

◆ operator/() [1/6]

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

◆ operator/() [2/6]

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

◆ operator/() [3/6]

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

◆ operator/() [4/6]

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

◆ operator/() [5/6]

TH1L operator/ ( const TH1L & h1,
const TH1L & h2 )

◆ operator/() [6/6]

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

◆ R__H() [1/2]

TH1 * R__H ( const char * hname)
extern

◆ R__H() [2/2]

TH1 * R__H ( Int_t hid)
extern