Logo ROOT   6.10/09
Reference Guide
Variables
TPainter3dAlgorithms.cxx File Reference
#include <stdlib.h>
#include "TROOT.h"
#include "TPainter3dAlgorithms.h"
#include "TVirtualPad.h"
#include "THistPainter.h"
#include "TH1.h"
#include "TF3.h"
#include "TView.h"
#include "TVirtualX.h"
#include "Hoption.h"
#include "Hparam.h"
#include "TMath.h"
#include "TStyle.h"
#include "TObjArray.h"
#include "THLimitsFinder.h"
#include "TColor.h"
Include dependency graph for TPainter3dAlgorithms.cxx:

Variables

static Int_t gColorDark [kVSizeMax+1]
 
static Int_t gColorMain [kVSizeMax+1]
 
TH1gCurrentHist
 
static Int_t gEdgeColor [kVSizeMax+1]
 
static Int_t gEdgeStyle [kVSizeMax+1]
 
static Int_t gEdgeWidth [kVSizeMax+1]
 
static Double_t gTT [4 *kVSizeMax]
 
static Double_t gV [kVSizeMax]
 
Hoption_t Hoption
 
Hparam_t Hparam
 
const Double_t kDel = 0.0001
 
const Int_t kF3FillColor1 = 201
 
const Int_t kF3FillColor2 = 202
 
const Int_t kF3LineColor = 203
 
const Double_t kFdel = 0.
 
const Int_t kLmax = 12
 
const Int_t kNiso = 4
 
const Int_t kNmaxp = kNiso*13
 
const Int_t kNmaxt = kNiso*12
 
const Double_t kRad = TMath::ATan(1)*Double_t(4)/Double_t(180)
 
const Int_t kVSizeMax = 20
 

Variable Documentation

◆ gColorDark

Int_t gColorDark[kVSizeMax+1]
static

Definition at line 67 of file TPainter3dAlgorithms.cxx.

◆ gColorMain

Int_t gColorMain[kVSizeMax+1]
static

Definition at line 66 of file TPainter3dAlgorithms.cxx.

◆ gCurrentHist

TH1* gCurrentHist

Definition at line 29 of file TGraph2DPainter.cxx.

◆ gEdgeColor

Int_t gEdgeColor[kVSizeMax+1]
static

Definition at line 68 of file TPainter3dAlgorithms.cxx.

◆ gEdgeStyle

Int_t gEdgeStyle[kVSizeMax+1]
static

Definition at line 69 of file TPainter3dAlgorithms.cxx.

◆ gEdgeWidth

Int_t gEdgeWidth[kVSizeMax+1]
static

Definition at line 70 of file TPainter3dAlgorithms.cxx.

◆ gTT

Double_t gTT[4 *kVSizeMax]
static

Definition at line 65 of file TPainter3dAlgorithms.cxx.

◆ gV

Double_t gV[kVSizeMax]
static

Definition at line 64 of file TPainter3dAlgorithms.cxx.

◆ Hoption

Hoption_t Hoption

Definition at line 30 of file TGraph2DPainter.cxx.

◆ Hparam

Hparam_t Hparam

Definition at line 2951 of file THistPainter.cxx.

◆ kDel

const Double_t kDel = 0.0001

Definition at line 47 of file TPainter3dAlgorithms.cxx.

◆ kF3FillColor1

const Int_t kF3FillColor1 = 201

Definition at line 52 of file TPainter3dAlgorithms.cxx.

◆ kF3FillColor2

const Int_t kF3FillColor2 = 202

Definition at line 53 of file TPainter3dAlgorithms.cxx.

◆ kF3LineColor

const Int_t kF3LineColor = 203

Definition at line 54 of file TPainter3dAlgorithms.cxx.

◆ kFdel

const Double_t kFdel = 0.

Definition at line 46 of file TPainter3dAlgorithms.cxx.

◆ kLmax

const Int_t kLmax = 12

Definition at line 51 of file TPainter3dAlgorithms.cxx.

◆ kNiso

const Int_t kNiso = 4

Definition at line 48 of file TPainter3dAlgorithms.cxx.

◆ kNmaxp

const Int_t kNmaxp = kNiso*13

Definition at line 49 of file TPainter3dAlgorithms.cxx.

◆ kNmaxt

const Int_t kNmaxt = kNiso*12

Definition at line 50 of file TPainter3dAlgorithms.cxx.

◆ kRad

const Double_t kRad = TMath::ATan(1)*Double_t(4)/Double_t(180)

Definition at line 45 of file TPainter3dAlgorithms.cxx.

◆ kVSizeMax

const Int_t kVSizeMax = 20

Definition at line 63 of file TPainter3dAlgorithms.cxx.