Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TH3.h File Reference
#include "TH1.h"
#include "TAtt3D.h"
Include dependency graph for TH3.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TH3
 The 3-D histogram classes derived from the 1-D histogram classes. More...
 
class  TH3C
 3-D histogram with a byte per channel (see TH1 documentation) More...
 
class  TH3D
 3-D histogram with a double per channel (see TH1 documentation) More...
 
class  TH3F
 3-D histogram with a float per channel (see TH1 documentation) More...
 
class  TH3I
 3-D histogram with an int per channel (see TH1 documentation) More...
 
class  TH3L
 3-D histogram with a long64 per channel (see TH1 documentation) More...
 
class  TH3S
 3-D histogram with a short per channel (see TH1 documentation) More...
 

Namespaces

namespace  ROOT
 
namespace  ROOT::Internal
 

Functions

template<typename T , typename... Args>
auto ROOT::Internal::FillThreadSafe (T &histo, Args... args) -> decltype(histo.FillThreadSafe(args...), void())
 Entrypoint for thread-safe filling from RDataFrame.
 
TH3C operator* (Float_t c1, TH3C const &h1)
 Operator *.
 
TH3D operator* (Float_t c1, TH3D const &h1)
 Operator *.
 
TH3F operator* (Float_t c1, TH3F const &h1)
 Operator *.
 
TH3I operator* (Float_t c1, TH3I const &h1)
 Operator *.
 
TH3L operator* (Float_t c1, TH3L const &h1)
 Operator *.
 
TH3S operator* (Float_t c1, TH3S const &h1)
 Operator *.
 
TH3C operator* (TH3C const &h1, Float_t c1)
 
TH3C operator* (TH3C const &h1, TH3C const &h2)
 Operator *.
 
TH3D operator* (TH3D const &h1, Float_t c1)
 
TH3D operator* (TH3D const &h1, TH3D const &h2)
 Operator *.
 
TH3F operator* (TH3F const &h1, Float_t c1)
 
TH3F operator* (TH3F const &h1, TH3F const &h2)
 Operator *.
 
TH3I operator* (TH3I const &h1, Float_t c1)
 
TH3I operator* (TH3I const &h1, TH3I const &h2)
 Operator *.
 
TH3L operator* (TH3L const &h1, Float_t c1)
 
TH3L operator* (TH3L const &h1, TH3L const &h2)
 Operator *.
 
TH3S operator* (TH3S const &h1, Float_t c1)
 
TH3S operator* (TH3S const &h1, TH3S const &h2)
 Operator *.
 
TH3C operator+ (TH3C const &h1, TH3C const &h2)
 Operator +.
 
TH3D operator+ (TH3D const &h1, TH3D const &h2)
 Operator +.
 
TH3F operator+ (TH3F const &h1, TH3F const &h2)
 Operator +.
 
TH3I operator+ (TH3I const &h1, TH3I const &h2)
 Operator +.
 
TH3L operator+ (TH3L const &h1, TH3L const &h2)
 Operator +.
 
TH3S operator+ (TH3S const &h1, TH3S const &h2)
 Operator +.
 
TH3C operator- (TH3C const &h1, TH3C const &h2)
 Operator -.
 
TH3D operator- (TH3D const &h1, TH3D const &h2)
 Operator -.
 
TH3F operator- (TH3F const &h1, TH3F const &h2)
 Operator -.
 
TH3I operator- (TH3I const &h1, TH3I const &h2)
 Operator _.
 
TH3L operator- (TH3L const &h1, TH3L const &h2)
 Operator _.
 
TH3S operator- (TH3S const &h1, TH3S const &h2)
 Operator -.
 
TH3C operator/ (TH3C const &h1, TH3C const &h2)
 Operator /.
 
TH3D operator/ (TH3D const &h1, TH3D const &h2)
 Operator /.
 
TH3F operator/ (TH3F const &h1, TH3F const &h2)
 Operator /.
 
TH3I operator/ (TH3I const &h1, TH3I const &h2)
 Operator /.
 
TH3L operator/ (TH3L const &h1, TH3L const &h2)
 Operator /.
 
TH3S operator/ (TH3S const &h1, TH3S const &h2)
 Operator /.
 

Function Documentation

◆ operator*() [1/18]

TH3C operator* ( Float_t c1,
TH3C const & h1 )

Operator *.

Definition at line 3748 of file TH3.cxx.

◆ operator*() [2/18]

TH3D operator* ( Float_t c1,
TH3D const & h1 )

Operator *.

Definition at line 4831 of file TH3.cxx.

◆ operator*() [3/18]

TH3F operator* ( Float_t c1,
TH3F const & h1 )

Operator *.

Definition at line 4614 of file TH3.cxx.

◆ operator*() [4/18]

TH3I operator* ( Float_t c1,
TH3I const & h1 )

Operator *.

Definition at line 4193 of file TH3.cxx.

◆ operator*() [5/18]

TH3L operator* ( Float_t c1,
TH3L const & h1 )

Operator *.

Definition at line 4399 of file TH3.cxx.

◆ operator*() [6/18]

TH3S operator* ( Float_t c1,
TH3S const & h1 )

Operator *.

Definition at line 3987 of file TH3.cxx.

◆ operator*() [7/18]

TH3C operator* ( TH3C const & h1,
Float_t c1 )
inline

Definition at line 208 of file TH3.h.

◆ operator*() [8/18]

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

Operator *.

Definition at line 3784 of file TH3.cxx.

◆ operator*() [9/18]

TH3D operator* ( TH3D const & h1,
Float_t c1 )
inline

Definition at line 468 of file TH3.h.

◆ operator*() [10/18]

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

Operator *.

Definition at line 4867 of file TH3.cxx.

◆ operator*() [11/18]

TH3F operator* ( TH3F const & h1,
Float_t c1 )
inline

Definition at line 407 of file TH3.h.

◆ operator*() [12/18]

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

Operator *.

Definition at line 4650 of file TH3.cxx.

◆ operator*() [13/18]

TH3I operator* ( TH3I const & h1,
Float_t c1 )
inline

Definition at line 305 of file TH3.h.

◆ operator*() [14/18]

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

Operator *.

Definition at line 4229 of file TH3.cxx.

◆ operator*() [15/18]

TH3L operator* ( TH3L const & h1,
Float_t c1 )
inline

Definition at line 352 of file TH3.h.

◆ operator*() [16/18]

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

Operator *.

Definition at line 4435 of file TH3.cxx.

◆ operator*() [17/18]

TH3S operator* ( TH3S const & h1,
Float_t c1 )
inline

Definition at line 256 of file TH3.h.

◆ operator*() [18/18]

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

Operator *.

Definition at line 4023 of file TH3.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3760 of file TH3.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4843 of file TH3.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4626 of file TH3.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 4205 of file TH3.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 4411 of file TH3.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 3999 of file TH3.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3772 of file TH3.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4855 of file TH3.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4638 of file TH3.cxx.

◆ operator-() [4/6]

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

Operator _.

Definition at line 4217 of file TH3.cxx.

◆ operator-() [5/6]

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

Operator _.

Definition at line 4423 of file TH3.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 4011 of file TH3.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3796 of file TH3.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4879 of file TH3.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4662 of file TH3.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 4241 of file TH3.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 4447 of file TH3.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 4035 of file TH3.cxx.