ROOT
6.07/01
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"
Go to the source code of this file.
Functions | |
ClassImp (THistPainter) THistPainter | |
Default constructor. More... | |
Variables | |
TH1 * | gCurrentHist = 0 |
Hoption_t | Hoption |
Hparam_t | Hparam |
const Int_t | kNMAX = 2000 |
const Int_t | kMAXCONTOUR = 104 |
const UInt_t | kCannotRotate = BIT(11) |
static TString | gStringEntries |
static TString | gStringMean |
static TString | gStringMeanX |
static TString | gStringMeanY |
static TString | gStringMeanZ |
static TString | gStringStdDev |
static TString | gStringStdDevX |
static TString | gStringStdDevY |
static TString | gStringStdDevZ |
static TString | gStringUnderflow |
static TString | gStringOverflow |
static TString | gStringIntegral |
static TString | gStringIntegralBinWidth |
static TString | gStringSkewness |
static TString | gStringSkewnessX |
static TString | gStringSkewnessY |
static TString | gStringSkewnessZ |
static TString | gStringKurtosis |
static TString | gStringKurtosisX |
static TString | gStringKurtosisY |
static TString | gStringKurtosisZ |
ClassImp | ( | THistPainter | ) |
Default constructor.
Definition at line 2459 of file THistPainter.cxx.
TH1* gCurrentHist = 0 |
Definition at line 2427 of file THistPainter.cxx.
Referenced by THistPainter::Paint().
|
static |
Definition at line 2437 of file THistPainter.cxx.
|
static |
Definition at line 2448 of file THistPainter.cxx.
|
static |
Definition at line 2449 of file THistPainter.cxx.
|
static |
Definition at line 2454 of file THistPainter.cxx.
|
static |
Definition at line 2455 of file THistPainter.cxx.
|
static |
Definition at line 2456 of file THistPainter.cxx.
|
static |
Definition at line 2457 of file THistPainter.cxx.
|
static |
Definition at line 2438 of file THistPainter.cxx.
|
static |
Definition at line 2439 of file THistPainter.cxx.
|
static |
Definition at line 2440 of file THistPainter.cxx.
|
static |
Definition at line 2441 of file THistPainter.cxx.
|
static |
Definition at line 2447 of file THistPainter.cxx.
|
static |
Definition at line 2450 of file THistPainter.cxx.
|
static |
Definition at line 2451 of file THistPainter.cxx.
|
static |
Definition at line 2452 of file THistPainter.cxx.
|
static |
Definition at line 2453 of file THistPainter.cxx.
|
static |
Definition at line 2442 of file THistPainter.cxx.
|
static |
Definition at line 2443 of file THistPainter.cxx.
|
static |
Definition at line 2444 of file THistPainter.cxx.
|
static |
Definition at line 2445 of file THistPainter.cxx.
|
static |
Definition at line 2446 of file THistPainter.cxx.
Hoption_t Hoption |
Definition at line 2429 of file THistPainter.cxx.
Referenced by THistPainter::Paint().
Hparam_t Hparam |
Definition at line 2430 of file THistPainter.cxx.
Referenced by THistPainter::Paint().
Definition at line 2435 of file THistPainter.cxx.
Referenced by THistPainter::ExecuteEvent(), and THistPainter::PaintContour().
const Int_t kMAXCONTOUR = 104 |
Definition at line 2434 of file THistPainter.cxx.
Referenced by THistPainter::PaintContour(), and THistPainter::PaintContourLine().
const Int_t kNMAX = 2000 |
Definition at line 2432 of file THistPainter.cxx.
Referenced by TGX11::DrawPolyMarker(), THistPainter::Paint(), THistPainter::PaintScatterPlot(), and THistPainter::PaintTH2PolyScatterPlot().