GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
GHSym.cxx File Reference
#include "GHSym.h"
#include "TROOT.h"
#include "THashList.h"
#include "THLimitsFinder.h"
#include "TVirtualHistPainter.h"
#include "TObjString.h"
#include "TVirtualPad.h"
#include "TMath.h"
#include "TPad.h"
#include "TF1.h"
#include "TF2.h"
#include "TRandom.h"
#include "TClass.h"
#include <iostream>
+ Include dependency graph for GHSym.cxx:

Go to the source code of this file.

Classes

class  DifferentAxisLimits
 
class  DifferentBinLimits
 
class  DifferentDimension
 
class  DifferentLabels
 
class  DifferentNumberOfBins
 

Functions

GHSymD operator* (Float_t c1, GHSymD &h1)
 
GHSymF operator* (Float_t c1, GHSymF &h1)
 
GHSymD operator* (GHSymD &h1, GHSymD &h2)
 
GHSymF operator* (GHSymF &h1, GHSymF &h2)
 
GHSymD operator+ (GHSymD &h1, GHSymD &h2)
 
GHSymF operator+ (GHSymF &h1, GHSymF &h2)
 
GHSymD operator- (GHSymD &h1, GHSymD &h2)
 
GHSymF operator- (GHSymF &h1, GHSymF &h2)
 
GHSymD operator/ (GHSymD &h1, GHSymD &h2)
 
GHSymF operator/ (GHSymF &h1, GHSymF &h2)
 

Function Documentation

◆ operator*() [1/4]

GHSymD operator* ( Float_t c1,
GHSymD & h1 )

Definition at line 3109 of file GHSym.cxx.

◆ operator*() [2/4]

GHSymF operator* ( Float_t c1,
GHSymF & h1 )

Definition at line 2888 of file GHSym.cxx.

◆ operator*() [3/4]

GHSymD operator* ( GHSymD & h1,
GHSymD & h2 )

Definition at line 3139 of file GHSym.cxx.

◆ operator*() [4/4]

GHSymF operator* ( GHSymF & h1,
GHSymF & h2 )

Definition at line 2918 of file GHSym.cxx.

◆ operator+() [1/2]

GHSymD operator+ ( GHSymD & h1,
GHSymD & h2 )

Definition at line 3119 of file GHSym.cxx.

◆ operator+() [2/2]

GHSymF operator+ ( GHSymF & h1,
GHSymF & h2 )

Definition at line 2898 of file GHSym.cxx.

◆ operator-() [1/2]

GHSymD operator- ( GHSymD & h1,
GHSymD & h2 )

Definition at line 3129 of file GHSym.cxx.

◆ operator-() [2/2]

GHSymF operator- ( GHSymF & h1,
GHSymF & h2 )

Definition at line 2908 of file GHSym.cxx.

◆ operator/() [1/2]

GHSymD operator/ ( GHSymD & h1,
GHSymD & h2 )

Definition at line 3149 of file GHSym.cxx.

◆ operator/() [2/2]

GHSymF operator/ ( GHSymF & h1,
GHSymF & h2 )

Definition at line 2928 of file GHSym.cxx.