Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
THistPainter.cxx File Reference
#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"
Include dependency graph for THistPainter.cxx:

Variables

TH1gCurrentHist = 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
 

Variable Documentation

TH1* gCurrentHist = 0

Definition at line 2948 of file THistPainter.cxx.

TString gStringEntries
static

Definition at line 2958 of file THistPainter.cxx.

TString gStringIntegral
static

Definition at line 2969 of file THistPainter.cxx.

TString gStringIntegralBinWidth
static

Definition at line 2970 of file THistPainter.cxx.

TString gStringKurtosis
static

Definition at line 2975 of file THistPainter.cxx.

TString gStringKurtosisX
static

Definition at line 2976 of file THistPainter.cxx.

TString gStringKurtosisY
static

Definition at line 2977 of file THistPainter.cxx.

TString gStringKurtosisZ
static

Definition at line 2978 of file THistPainter.cxx.

TString gStringMean
static

Definition at line 2959 of file THistPainter.cxx.

TString gStringMeanX
static

Definition at line 2960 of file THistPainter.cxx.

TString gStringMeanY
static

Definition at line 2961 of file THistPainter.cxx.

TString gStringMeanZ
static

Definition at line 2962 of file THistPainter.cxx.

TString gStringOverflow
static

Definition at line 2968 of file THistPainter.cxx.

TString gStringSkewness
static

Definition at line 2971 of file THistPainter.cxx.

TString gStringSkewnessX
static

Definition at line 2972 of file THistPainter.cxx.

TString gStringSkewnessY
static

Definition at line 2973 of file THistPainter.cxx.

TString gStringSkewnessZ
static

Definition at line 2974 of file THistPainter.cxx.

TString gStringStdDev
static

Definition at line 2963 of file THistPainter.cxx.

TString gStringStdDevX
static

Definition at line 2964 of file THistPainter.cxx.

TString gStringStdDevY
static

Definition at line 2965 of file THistPainter.cxx.

TString gStringStdDevZ
static

Definition at line 2966 of file THistPainter.cxx.

TString gStringUnderflow
static

Definition at line 2967 of file THistPainter.cxx.

Hoption_t Hoption

Definition at line 2950 of file THistPainter.cxx.

Hparam_t Hparam

Definition at line 2951 of file THistPainter.cxx.

const UInt_t kCannotRotate = BIT(11)

Definition at line 2956 of file THistPainter.cxx.

const Int_t kMAXCONTOUR = 104

Definition at line 2955 of file THistPainter.cxx.

const Int_t kNMAX = 2000

Definition at line 2953 of file THistPainter.cxx.