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:

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

◆ operator*() [2/13]

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

Operator *.

Definition at line 4270 of file TH2.cxx.

◆ operator*() [3/13]

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

Operator *.

Definition at line 3995 of file TH2.cxx.

◆ operator*() [4/13]

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

Operator *.

Definition at line 3508 of file TH2.cxx.

◆ operator*() [5/13]

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

Operator *.

Definition at line 3736 of file TH2.cxx.

◆ operator*() [6/13]

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

Operator *.

Definition at line 3280 of file TH2.cxx.

◆ operator*() [7/13]

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

Operator *.

Definition at line 3053 of file TH2.cxx.

◆ operator*() [8/13]

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

Operator *.

Definition at line 4306 of file TH2.cxx.

◆ operator*() [9/13]

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

Operator *.

Definition at line 4007 of file TH2.cxx.

◆ operator*() [10/13]

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

Operator *.

Definition at line 4043 of file TH2.cxx.

◆ operator*() [11/13]

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

Operator *.

Definition at line 3544 of file TH2.cxx.

◆ operator*() [12/13]

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

Operator *.

Definition at line 3772 of file TH2.cxx.

◆ operator*() [13/13]

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

Operator *.

Definition at line 3316 of file TH2.cxx.

◆ operator+() [1/6]

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

Operator +.

Definition at line 3029 of file TH2.cxx.

◆ operator+() [2/6]

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

Operator +.

Definition at line 4282 of file TH2.cxx.

◆ operator+() [3/6]

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

Operator +.

Definition at line 4019 of file TH2.cxx.

◆ operator+() [4/6]

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

Operator +.

Definition at line 3520 of file TH2.cxx.

◆ operator+() [5/6]

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

Operator +.

Definition at line 3748 of file TH2.cxx.

◆ operator+() [6/6]

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

Operator +.

Definition at line 3292 of file TH2.cxx.

◆ operator-() [1/6]

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

Operator -.

Definition at line 3041 of file TH2.cxx.

◆ operator-() [2/6]

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

Operator -.

Definition at line 4294 of file TH2.cxx.

◆ operator-() [3/6]

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

Operator -.

Definition at line 4031 of file TH2.cxx.

◆ operator-() [4/6]

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

Operator -.

Definition at line 3532 of file TH2.cxx.

◆ operator-() [5/6]

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

Operator -.

Definition at line 3760 of file TH2.cxx.

◆ operator-() [6/6]

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

Operator -.

Definition at line 3304 of file TH2.cxx.

◆ operator/() [1/6]

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

Operator /.

Definition at line 3065 of file TH2.cxx.

◆ operator/() [2/6]

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

Operator /.

Definition at line 4318 of file TH2.cxx.

◆ operator/() [3/6]

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

Operator /.

Definition at line 4055 of file TH2.cxx.

◆ operator/() [4/6]

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

Operator /.

Definition at line 3556 of file TH2.cxx.

◆ operator/() [5/6]

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

Operator /.

Definition at line 3784 of file TH2.cxx.

◆ operator/() [6/6]

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

Operator /.

Definition at line 3328 of file TH2.cxx.