#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 "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"
Variables | |
TH1 * | gCurrentHist = 0 |
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 TBox * | gXHighlightBox = 0 |
static TBox * | gYHighlightBox = 0 |
Hoption_t | Hoption |
Hparam_t | Hparam |
const UInt_t | kCannotRotate = BIT(11) |
const Int_t | kMAXCONTOUR = 104 |
const Int_t | kNMAX = 2000 |
TH1* gCurrentHist = 0 |
Definition at line 3155 of file THistPainter.cxx.
|
static |
Definition at line 3168 of file THistPainter.cxx.
|
static |
Definition at line 3179 of file THistPainter.cxx.
|
static |
Definition at line 3180 of file THistPainter.cxx.
|
static |
Definition at line 3185 of file THistPainter.cxx.
|
static |
Definition at line 3186 of file THistPainter.cxx.
|
static |
Definition at line 3187 of file THistPainter.cxx.
|
static |
Definition at line 3188 of file THistPainter.cxx.
|
static |
Definition at line 3169 of file THistPainter.cxx.
|
static |
Definition at line 3170 of file THistPainter.cxx.
|
static |
Definition at line 3171 of file THistPainter.cxx.
|
static |
Definition at line 3172 of file THistPainter.cxx.
|
static |
Definition at line 3178 of file THistPainter.cxx.
|
static |
Definition at line 3181 of file THistPainter.cxx.
|
static |
Definition at line 3182 of file THistPainter.cxx.
|
static |
Definition at line 3183 of file THistPainter.cxx.
|
static |
Definition at line 3184 of file THistPainter.cxx.
|
static |
Definition at line 3173 of file THistPainter.cxx.
|
static |
Definition at line 3174 of file THistPainter.cxx.
|
static |
Definition at line 3175 of file THistPainter.cxx.
|
static |
Definition at line 3176 of file THistPainter.cxx.
|
static |
Definition at line 3177 of file THistPainter.cxx.
|
static |
Definition at line 3165 of file THistPainter.cxx.
|
static |
Definition at line 3166 of file THistPainter.cxx.
Hoption_t Hoption |
Definition at line 3157 of file THistPainter.cxx.
Hparam_t Hparam |
Definition at line 3158 of file THistPainter.cxx.
Definition at line 3163 of file THistPainter.cxx.
const Int_t kMAXCONTOUR = 104 |
Definition at line 3162 of file THistPainter.cxx.
const Int_t kNMAX = 2000 |
Definition at line 3160 of file THistPainter.cxx.