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 3767 of file TH3.cxx.

◆ operator*() [2/18]

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

Operator *.

Definition at line 4850 of file TH3.cxx.

◆ operator*() [3/18]

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

Operator *.

Definition at line 4633 of file TH3.cxx.

◆ operator*() [4/18]

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

Operator *.

Definition at line 4212 of file TH3.cxx.

◆ operator*() [5/18]

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

Operator *.

Definition at line 4418 of file TH3.cxx.

◆ operator*() [6/18]

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

Operator *.

Definition at line 4006 of file TH3.cxx.

◆ operator*() [7/18]

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

Definition at line 209 of file TH3.h.

◆ operator*() [8/18]

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

Operator *.

Definition at line 3803 of file TH3.cxx.

◆ operator*() [9/18]

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

Definition at line 469 of file TH3.h.

◆ operator*() [10/18]

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

Operator *.

Definition at line 4886 of file TH3.cxx.

◆ operator*() [11/18]

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

Definition at line 408 of file TH3.h.

◆ operator*() [12/18]

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

Operator *.

Definition at line 4669 of file TH3.cxx.

◆ operator*() [13/18]

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

Definition at line 306 of file TH3.h.

◆ operator*() [14/18]

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

Operator *.

Definition at line 4248 of file TH3.cxx.

◆ operator*() [15/18]

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

Definition at line 353 of file TH3.h.

◆ operator*() [16/18]

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

Operator *.

Definition at line 4454 of file TH3.cxx.

◆ operator*() [17/18]

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

Definition at line 257 of file TH3.h.

◆ operator*() [18/18]

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

Operator *.

Definition at line 4042 of file TH3.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3779 of file TH3.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4862 of file TH3.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4645 of file TH3.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 4224 of file TH3.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 4430 of file TH3.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 4018 of file TH3.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3791 of file TH3.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4874 of file TH3.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4657 of file TH3.cxx.

◆ operator-() [4/6]

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

Operator _.

Definition at line 4236 of file TH3.cxx.

◆ operator-() [5/6]

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

Operator _.

Definition at line 4442 of file TH3.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 4030 of file TH3.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3815 of file TH3.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4898 of file TH3.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4681 of file TH3.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 4260 of file TH3.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 4466 of file TH3.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 4054 of file TH3.cxx.