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 3058 of file TH2.cxx.

◆ operator*() [2/13]

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

Operator *.

Definition at line 4316 of file TH2.cxx.

◆ operator*() [3/13]

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

Operator *.

Definition at line 4040 of file TH2.cxx.

◆ operator*() [4/13]

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

Operator *.

Definition at line 3551 of file TH2.cxx.

◆ operator*() [5/13]

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

Operator *.

Definition at line 3780 of file TH2.cxx.

◆ operator*() [6/13]

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

Operator *.

Definition at line 3322 of file TH2.cxx.

◆ operator*() [7/13]

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

Operator *.

Definition at line 3094 of file TH2.cxx.

◆ operator*() [8/13]

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

Operator *.

Definition at line 4352 of file TH2.cxx.

◆ operator*() [9/13]

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

Operator *.

Definition at line 4052 of file TH2.cxx.

◆ operator*() [10/13]

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

Operator *.

Definition at line 4088 of file TH2.cxx.

◆ operator*() [11/13]

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

Operator *.

Definition at line 3587 of file TH2.cxx.

◆ operator*() [12/13]

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

Operator *.

Definition at line 3816 of file TH2.cxx.

◆ operator*() [13/13]

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

Operator *.

Definition at line 3358 of file TH2.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3070 of file TH2.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4328 of file TH2.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4064 of file TH2.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 3563 of file TH2.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 3792 of file TH2.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 3334 of file TH2.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3082 of file TH2.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4340 of file TH2.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4076 of file TH2.cxx.

◆ operator-() [4/6]

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

Operator -.

Definition at line 3575 of file TH2.cxx.

◆ operator-() [5/6]

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

Operator -.

Definition at line 3804 of file TH2.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 3346 of file TH2.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3106 of file TH2.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4364 of file TH2.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4100 of file TH2.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 3599 of file TH2.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 3828 of file TH2.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 3370 of file TH2.cxx.