![]() |
ROOT 6.12/07 Reference Guide |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TClass.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 "TLine.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 "TVirtualPadEditor.h"
#include "TEnv.h"
#include "TPoint.h"
#include "TImage.h"
#include "TCandle.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 |
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 2992 of file THistPainter.cxx.
|
static |
Definition at line 3002 of file THistPainter.cxx.
|
static |
Definition at line 3013 of file THistPainter.cxx.
|
static |
Definition at line 3014 of file THistPainter.cxx.
|
static |
Definition at line 3019 of file THistPainter.cxx.
|
static |
Definition at line 3020 of file THistPainter.cxx.
|
static |
Definition at line 3021 of file THistPainter.cxx.
|
static |
Definition at line 3022 of file THistPainter.cxx.
|
static |
Definition at line 3003 of file THistPainter.cxx.
|
static |
Definition at line 3004 of file THistPainter.cxx.
|
static |
Definition at line 3005 of file THistPainter.cxx.
|
static |
Definition at line 3006 of file THistPainter.cxx.
|
static |
Definition at line 3012 of file THistPainter.cxx.
|
static |
Definition at line 3015 of file THistPainter.cxx.
|
static |
Definition at line 3016 of file THistPainter.cxx.
|
static |
Definition at line 3017 of file THistPainter.cxx.
|
static |
Definition at line 3018 of file THistPainter.cxx.
|
static |
Definition at line 3007 of file THistPainter.cxx.
|
static |
Definition at line 3008 of file THistPainter.cxx.
|
static |
Definition at line 3009 of file THistPainter.cxx.
|
static |
Definition at line 3010 of file THistPainter.cxx.
|
static |
Definition at line 3011 of file THistPainter.cxx.
Hoption_t Hoption |
Definition at line 2994 of file THistPainter.cxx.
Hparam_t Hparam |
Definition at line 2995 of file THistPainter.cxx.
Definition at line 3000 of file THistPainter.cxx.
const Int_t kMAXCONTOUR = 104 |
Definition at line 2999 of file THistPainter.cxx.
const Int_t kNMAX = 2000 |
Definition at line 2997 of file THistPainter.cxx.