Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TH3.cxx File Reference
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "THashList.h"
#include "TH3.h"
#include "TProfile2D.h"
#include "TH2.h"
#include "TF3.h"
#include "TVirtualPad.h"
#include "TVirtualHistPainter.h"
#include "THLimitsFinder.h"
#include "TRandom.h"
#include "TError.h"
#include "TMath.h"
#include "TObjString.h"
Include dependency graph for TH3.cxx:

Functions

TH3C operator* (Float_t c1, TH3C const &h3c)
 Operator *.
 
TH3D operator* (Float_t c1, TH3D const &h3d)
 Operator *.
 
TH3F operator* (Float_t c1, TH3F const &h3f)
 Operator *.
 
TH3I operator* (Float_t c1, TH3I const &h3i)
 Operator *.
 
TH3L operator* (Float_t c1, TH3L const &h3l)
 Operator *.
 
TH3S operator* (Float_t c1, TH3S const &h3s)
 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 -.
 
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/12]

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

Operator *.

Definition at line 3692 of file TH3.cxx.

◆ operator*() [2/12]

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

Operator *.

Definition at line 4780 of file TH3.cxx.

◆ operator*() [3/12]

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

Operator *.

Definition at line 4562 of file TH3.cxx.

◆ operator*() [4/12]

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

Operator *.

Definition at line 4139 of file TH3.cxx.

◆ operator*() [5/12]

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

Operator *.

Definition at line 4346 of file TH3.cxx.

◆ operator*() [6/12]

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

Operator *.

Definition at line 3932 of file TH3.cxx.

◆ operator*() [7/12]

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

Operator *.

Definition at line 3728 of file TH3.cxx.

◆ operator*() [8/12]

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

Operator *.

Definition at line 4816 of file TH3.cxx.

◆ operator*() [9/12]

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

Operator *.

Definition at line 4598 of file TH3.cxx.

◆ operator*() [10/12]

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

Operator *.

Definition at line 4175 of file TH3.cxx.

◆ operator*() [11/12]

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

Operator *.

Definition at line 4382 of file TH3.cxx.

◆ operator*() [12/12]

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

Operator *.

Definition at line 3968 of file TH3.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3704 of file TH3.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4792 of file TH3.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4574 of file TH3.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 4151 of file TH3.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 4358 of file TH3.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 3944 of file TH3.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3716 of file TH3.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4804 of file TH3.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4586 of file TH3.cxx.

◆ operator-() [4/6]

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

Operator _.

Definition at line 4163 of file TH3.cxx.

◆ operator-() [5/6]

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

Operator _.

Definition at line 4370 of file TH3.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 3956 of file TH3.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3740 of file TH3.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4828 of file TH3.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4610 of file TH3.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 4187 of file TH3.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 4394 of file TH3.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 3980 of file TH3.cxx.