Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
THistPainter.cxx File Reference
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <cctype>
#include <iostream>
#include "TROOT.h"
#include "TSystem.h"
#include "THistPainter.h"
#include "TH2.h"
#include "TH2Poly.h"
#include "TH3.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "THStack.h"
#include "TF2.h"
#include "TF3.h"
#include "TCutG.h"
#include "TMatrixDBase.h"
#include "TMatrixFBase.h"
#include "TVectorD.h"
#include "TVectorF.h"
#include "TCanvas.h"
#include "TPad.h"
#include "TPaveStats.h"
#include "TFrame.h"
#include "TLatex.h"
#include "TPolyLine.h"
#include "TPoints.h"
#include "TStyle.h"
#include "TGraph.h"
#include "TMultiGraph.h"
#include "TPie.h"
#include "TGaxis.h"
#include "TColor.h"
#include "TPainter3dAlgorithms.h"
#include "TGraph2D.h"
#include "TGraph2DPainter.h"
#include "TGraphDelaunay2D.h"
#include "TView.h"
#include "TMath.h"
#include "TRandom2.h"
#include "TObjArray.h"
#include "Hoption.h"
#include "Hparam.h"
#include "TPluginManager.h"
#include "TPaletteAxis.h"
#include "TCrown.h"
#include "TArrow.h"
#include "TVirtualPadEditor.h"
#include "TVirtualX.h"
#include "TEnv.h"
#include "TPoint.h"
#include "TImage.h"
#include "TCandle.h"
#include "strlcpy.h"
Include dependency graph for THistPainter.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
 

Variables

TH1gCurrentHist = nullptr
 
static TString gStringEntries
 
static TString gStringIntegral
 
static TString gStringIntegralBinWidth
 
static TString gStringKurtosis
 
static TString gStringKurtosisX
 
static TString gStringKurtosisY
 
static TString gStringKurtosisZ
 
static TString gStringMean
 
static TString gStringMeanX
 
static TString gStringMeanY
 
static TString gStringMeanZ
 
static TString gStringOverflow
 
static TString gStringSkewness
 
static TString gStringSkewnessX
 
static TString gStringSkewnessY
 
static TString gStringSkewnessZ
 
static TString gStringStdDev
 
static TString gStringStdDevX
 
static TString gStringStdDevY
 
static TString gStringStdDevZ
 
static TString gStringUnderflow
 
static std::unique_ptr< TBoxgXHighlightBox
 
static std::unique_ptr< TBoxgYHighlightBox
 
Hoption_t Hoption
 
Hparam_t Hparam
 
const UInt_t kCannotRotate = (1ULL << ( 11 ))
 
const Int_t kMAXCONTOUR = 104
 
const Int_t kNMAX = 2000
 

Variable Documentation

◆ gCurrentHist

TH1* gCurrentHist = nullptr

Definition at line 3139 of file THistPainter.cxx.

◆ gStringEntries

TString gStringEntries
static

Definition at line 3151 of file THistPainter.cxx.

◆ gStringIntegral

TString gStringIntegral
static

Definition at line 3162 of file THistPainter.cxx.

◆ gStringIntegralBinWidth

TString gStringIntegralBinWidth
static

Definition at line 3163 of file THistPainter.cxx.

◆ gStringKurtosis

TString gStringKurtosis
static

Definition at line 3168 of file THistPainter.cxx.

◆ gStringKurtosisX

TString gStringKurtosisX
static

Definition at line 3169 of file THistPainter.cxx.

◆ gStringKurtosisY

TString gStringKurtosisY
static

Definition at line 3170 of file THistPainter.cxx.

◆ gStringKurtosisZ

TString gStringKurtosisZ
static

Definition at line 3171 of file THistPainter.cxx.

◆ gStringMean

TString gStringMean
static

Definition at line 3152 of file THistPainter.cxx.

◆ gStringMeanX

TString gStringMeanX
static

Definition at line 3153 of file THistPainter.cxx.

◆ gStringMeanY

TString gStringMeanY
static

Definition at line 3154 of file THistPainter.cxx.

◆ gStringMeanZ

TString gStringMeanZ
static

Definition at line 3155 of file THistPainter.cxx.

◆ gStringOverflow

TString gStringOverflow
static

Definition at line 3161 of file THistPainter.cxx.

◆ gStringSkewness

TString gStringSkewness
static

Definition at line 3164 of file THistPainter.cxx.

◆ gStringSkewnessX

TString gStringSkewnessX
static

Definition at line 3165 of file THistPainter.cxx.

◆ gStringSkewnessY

TString gStringSkewnessY
static

Definition at line 3166 of file THistPainter.cxx.

◆ gStringSkewnessZ

TString gStringSkewnessZ
static

Definition at line 3167 of file THistPainter.cxx.

◆ gStringStdDev

TString gStringStdDev
static

Definition at line 3156 of file THistPainter.cxx.

◆ gStringStdDevX

TString gStringStdDevX
static

Definition at line 3157 of file THistPainter.cxx.

◆ gStringStdDevY

TString gStringStdDevY
static

Definition at line 3158 of file THistPainter.cxx.

◆ gStringStdDevZ

TString gStringStdDevZ
static

Definition at line 3159 of file THistPainter.cxx.

◆ gStringUnderflow

TString gStringUnderflow
static

Definition at line 3160 of file THistPainter.cxx.

◆ gXHighlightBox

std::unique_ptr<TBox> gXHighlightBox
static

Definition at line 3149 of file THistPainter.cxx.

◆ gYHighlightBox

std::unique_ptr<TBox> gYHighlightBox
static

Definition at line 3149 of file THistPainter.cxx.

◆ Hoption

Hoption_t Hoption

Definition at line 3141 of file THistPainter.cxx.

◆ Hparam

Hparam_t Hparam

Definition at line 3142 of file THistPainter.cxx.

◆ kCannotRotate

const UInt_t kCannotRotate = (1ULL << ( 11 ))

Definition at line 3147 of file THistPainter.cxx.

◆ kMAXCONTOUR

const Int_t kMAXCONTOUR = 104

Definition at line 3146 of file THistPainter.cxx.

◆ kNMAX

const Int_t kNMAX = 2000

Definition at line 3144 of file THistPainter.cxx.