Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TH2.cxx File Reference
#include "TROOT.h"
#include "TBuffer.h"
#include "TClass.h"
#include "THashList.h"
#include "TH2.h"
#include "TVirtualPad.h"
#include "TF2.h"
#include "TProfile.h"
#include "TRandom.h"
#include "TMatrixFBase.h"
#include "TMatrixDBase.h"
#include "THLimitsFinder.h"
#include "TError.h"
#include "TMath.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TVirtualHistPainter.h"
#include "snprintf.h"
Include dependency graph for TH2.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

TH2C operator* (Float_t c1, TH2C const &h1)
 Operator *.
 
TH2D operator* (Float_t c1, TH2D const &h2d)
 Operator *.
 
TH2F operator* (Float_t c1, TH2F const &h1)
 Operator *.
 
TH2I operator* (Float_t c1, TH2I const &h2i)
 Operator *.
 
TH2L operator* (Float_t c1, TH2L const &h1)
 Operator *.
 
TH2S operator* (Float_t c1, TH2S const &h2s)
 Operator *.
 
TH2C operator* (TH2C const &h1, TH2C const &h2)
 Operator *.
 
TH2D operator* (TH2D const &h1, TH2D const &h2)
 Operator *.
 
TH2F operator* (TH2F const &h1, Float_t c1)
 Operator *.
 
TH2F operator* (TH2F const &h1, TH2F const &h2)
 Operator *.
 
TH2I operator* (TH2I const &h1, TH2I const &h2)
 Operator *.
 
TH2L operator* (TH2L const &h1, TH2L const &h2)
 Operator *.
 
TH2S operator* (TH2S const &h1, TH2S const &h2)
 Operator *.
 
TH2C operator+ (TH2C const &h1, TH2C const &h2)
 Operator +.
 
TH2D operator+ (TH2D const &h1, TH2D const &h2)
 Operator +.
 
TH2F operator+ (TH2F const &h1, TH2F const &h2)
 Operator +.
 
TH2I operator+ (TH2I const &h1, TH2I const &h2)
 Operator +.
 
TH2L operator+ (TH2L const &h1, TH2L const &h2)
 Operator +.
 
TH2S operator+ (TH2S const &h1, TH2S const &h2)
 Operator +.
 
TH2C operator- (TH2C const &h1, TH2C const &h2)
 Operator -.
 
TH2D operator- (TH2D const &h1, TH2D const &h2)
 Operator -.
 
TH2F operator- (TH2F const &h1, TH2F const &h2)
 Operator -.
 
TH2I operator- (TH2I const &h1, TH2I const &h2)
 Operator -.
 
TH2L operator- (TH2L const &h1, TH2L const &h2)
 Operator -.
 
TH2S operator- (TH2S const &h1, TH2S const &h2)
 Operator -.
 
TH2C operator/ (TH2C const &h1, TH2C const &h2)
 Operator /.
 
TH2D operator/ (TH2D const &h1, TH2D const &h2)
 Operator /.
 
TH2F operator/ (TH2F const &h1, TH2F const &h2)
 Operator /.
 
TH2I operator/ (TH2I const &h1, TH2I const &h2)
 Operator /.
 
TH2L operator/ (TH2L const &h1, TH2L const &h2)
 Operator /.
 
TH2S operator/ (TH2S const &h1, TH2S const &h2)
 Operator /.
 

Function Documentation

◆ operator*() [1/13]

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

Operator *.

Definition at line 3055 of file TH2.cxx.

◆ operator*() [2/13]

TH2D operator* ( Float_t  c1,
TH2D const &  h2d 
)

Operator *.

Definition at line 4313 of file TH2.cxx.

◆ operator*() [3/13]

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

Operator *.

Definition at line 4037 of file TH2.cxx.

◆ operator*() [4/13]

TH2I operator* ( Float_t  c1,
TH2I const &  h2i 
)

Operator *.

Definition at line 3548 of file TH2.cxx.

◆ operator*() [5/13]

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

Operator *.

Definition at line 3777 of file TH2.cxx.

◆ operator*() [6/13]

TH2S operator* ( Float_t  c1,
TH2S const &  h2s 
)

Operator *.

Definition at line 3319 of file TH2.cxx.

◆ operator*() [7/13]

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

Operator *.

Definition at line 3091 of file TH2.cxx.

◆ operator*() [8/13]

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

Operator *.

Definition at line 4349 of file TH2.cxx.

◆ operator*() [9/13]

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

Operator *.

Definition at line 4049 of file TH2.cxx.

◆ operator*() [10/13]

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

Operator *.

Definition at line 4085 of file TH2.cxx.

◆ operator*() [11/13]

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

Operator *.

Definition at line 3584 of file TH2.cxx.

◆ operator*() [12/13]

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

Operator *.

Definition at line 3813 of file TH2.cxx.

◆ operator*() [13/13]

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

Operator *.

Definition at line 3355 of file TH2.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3067 of file TH2.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4325 of file TH2.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4061 of file TH2.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 3560 of file TH2.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 3789 of file TH2.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 3331 of file TH2.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3079 of file TH2.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4337 of file TH2.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4073 of file TH2.cxx.

◆ operator-() [4/6]

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

Operator -.

Definition at line 3572 of file TH2.cxx.

◆ operator-() [5/6]

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

Operator -.

Definition at line 3801 of file TH2.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 3343 of file TH2.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3103 of file TH2.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4361 of file TH2.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4097 of file TH2.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 3596 of file TH2.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 3825 of file TH2.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 3367 of file TH2.cxx.