#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 "THStack.h"
#include "TF2.h"
#include "TF3.h"
#include "TCutG.h"
#include "TMatrixDBase.h"
#include "TMatrixFBase.h"
#include "TVectorD.h"
#include "TVectorF.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 "TGraphDelaunay.h"
#include "TView.h"
#include "TMath.h"
#include "TRandom.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 | |
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 | gStringRMS |
static TString | gStringRMSX |
static TString | gStringRMSY |
static TString | gStringRMSZ |
static TString | gStringUnderflow |
static TString | gStringOverflow |
static TString | gStringIntegral |
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 | ) |
Definition at line 2683 of file THistPainter.cxx.
References fFunctions, gEnv, TEnv::GetValue(), gStringEntries, gStringIntegral, gStringKurtosis, gStringKurtosisX, gStringKurtosisY, gStringKurtosisZ, gStringMean, gStringMeanX, gStringMeanY, gStringMeanZ, gStringOverflow, gStringRMS, gStringRMSX, gStringRMSY, gStringRMSZ, gStringSkewness, gStringSkewnessX, gStringSkewnessY, gStringSkewnessZ, gStringUnderflow, i, and kMaxCuts.
TH1* gCurrentHist = 0 |
Definition at line 2652 of file THistPainter.cxx.
TString gStringEntries [static] |
Definition at line 2662 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringIntegral [static] |
Definition at line 2673 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringKurtosis [static] |
Definition at line 2678 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
TString gStringKurtosisX [static] |
Definition at line 2679 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringKurtosisY [static] |
Definition at line 2680 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringKurtosisZ [static] |
Definition at line 2681 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat3().
TString gStringMean [static] |
Definition at line 2663 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
TString gStringMeanX [static] |
Definition at line 2664 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringMeanY [static] |
Definition at line 2665 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringMeanZ [static] |
Definition at line 2666 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat3().
TString gStringOverflow [static] |
Definition at line 2672 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
TString gStringRMS [static] |
Definition at line 2667 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
TString gStringRMSX [static] |
Definition at line 2668 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringRMSY [static] |
Definition at line 2669 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringRMSZ [static] |
Definition at line 2670 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat3().
TString gStringSkewness [static] |
Definition at line 2674 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
TString gStringSkewnessX [static] |
Definition at line 2675 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringSkewnessY [static] |
Definition at line 2676 of file THistPainter.cxx.
Referenced by ClassImp(), THistPainter::PaintStat2(), and THistPainter::PaintStat3().
TString gStringSkewnessZ [static] |
Definition at line 2677 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat3().
TString gStringUnderflow [static] |
Definition at line 2671 of file THistPainter.cxx.
Referenced by ClassImp(), and THistPainter::PaintStat().
Definition at line 2654 of file THistPainter.cxx.
Definition at line 2655 of file THistPainter.cxx.
Referenced by TPainter3dAlgorithms::ColorFunction(), TPainter3dAlgorithms::GouraudFunction(), TPainter3dAlgorithms::LegoFunction(), THistPainter::Paint(), THistPainter::Paint2DErrors(), THistPainter::PaintArrows(), THistPainter::PaintAxis(), THistPainter::PaintBoxes(), THistPainter::PaintColorLevels(), THistPainter::PaintErrors(), THistPainter::PaintFrame(), THistPainter::PaintHist(), THistPainter::PaintInit(), THistPainter::PaintInitH(), THistPainter::PaintLego(), THistPainter::PaintScatterPlot(), THistPainter::PaintSurface(), THistPainter::PaintText(), THistPainter::PaintTH2PolyText(), THistPainter::PaintTriangles(), THistPainter::RecalculateRange(), TPainter3dAlgorithms::SurfaceFunction(), and THistPainter::TableInit().
const UInt_t kCannotRotate = BIT(11) |
Definition at line 2660 of file THistPainter.cxx.
Referenced by THistPainter::ExecuteEvent(), and THistPainter::PaintContour().
const Int_t kMAXCONTOUR = 104 |
Definition at line 2659 of file THistPainter.cxx.
Referenced by THistPainter::PaintContour(), and THistPainter::PaintContourLine().
Definition at line 2657 of file THistPainter.cxx.
Referenced by TGX11::DrawPolyMarker(), gtime(), THistPainter::Paint(), THistPainter::PaintScatterPlot(), and THistPainter::PaintTH2PolyScatterPlot().