GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
GCube.cxx File Reference
#include "GCube.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 "TF3.h"
#include "TRandom.h"
#include "TClass.h"
#include <iostream>
+ Include dependency graph for GCube.cxx:

Go to the source code of this file.

Classes

class  DifferentAxisLimits
 
class  DifferentBinLimits
 
class  DifferentDimension
 
class  DifferentLabels
 
class  DifferentNumberOfBins
 

Functions

GCubeD operator* (Float_t c1, GCubeD &h1)
 
GCubeF operator* (Float_t c1, GCubeF &h1)
 
GCubeD operator* (GCubeD &h1, GCubeD &h2)
 
GCubeF operator* (GCubeF &h1, GCubeF &h2)
 
GCubeD operator+ (GCubeD &h1, GCubeD &h2)
 
GCubeF operator+ (GCubeF &h1, GCubeF &h2)
 
GCubeD operator- (GCubeD &h1, GCubeD &h2)
 
GCubeF operator- (GCubeF &h1, GCubeF &h2)
 
GCubeD operator/ (GCubeD &h1, GCubeD &h2)
 
GCubeF operator/ (GCubeF &h1, GCubeF &h2)
 

Function Documentation

◆ operator*() [1/4]

GCubeD operator* ( Float_t c1,
GCubeD & h1 )

Definition at line 3020 of file GCube.cxx.

◆ operator*() [2/4]

GCubeF operator* ( Float_t c1,
GCubeF & h1 )

Definition at line 2797 of file GCube.cxx.

◆ operator*() [3/4]

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

Definition at line 3050 of file GCube.cxx.

◆ operator*() [4/4]

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

Definition at line 2827 of file GCube.cxx.

◆ operator+() [1/2]

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

Definition at line 3030 of file GCube.cxx.

◆ operator+() [2/2]

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

Definition at line 2807 of file GCube.cxx.

◆ operator-() [1/2]

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

Definition at line 3040 of file GCube.cxx.

◆ operator-() [2/2]

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

Definition at line 2817 of file GCube.cxx.

◆ operator/() [1/2]

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

Definition at line 3060 of file GCube.cxx.

◆ operator/() [2/2]

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

Definition at line 2837 of file GCube.cxx.