#include <cstdlib>#include "TROOT.h"#include "TPainter3dAlgorithms.h"#include "TVirtualPad.h"#include "THistPainter.h"#include "TH1.h"#include "TF3.h"#include "TView.h"#include "Hoption.h"#include "Hparam.h"#include "TMath.h"#include "TStyle.h"#include "THLimitsFinder.h"#include "TColor.h"Macros | |
| #define | ROOT_Hoption_cxx |
| #define | ROOT_Hparam_cxx |
Variables | |
| TH1 * | gCurrentHist |
| Hoption_t | Hoption |
| Hparam_t | Hparam |
| const Double_t | kDel = 0.0001 |
| const Double_t | kEps = 1e-9 |
| const Double_t | kEpsFaceMode2 = 1e-12 |
| 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) |
| #define ROOT_Hoption_cxx |
Definition at line 36 of file TPainter3dAlgorithms.cxx.
| #define ROOT_Hparam_cxx |
Definition at line 38 of file TPainter3dAlgorithms.cxx.
|
extern |
Definition at line 30 of file TGraph2DPainter.cxx.
|
extern |
Definition at line 31 of file TGraph2DPainter.cxx.
|
extern |
Definition at line 3182 of file THistPainter.cxx.
Definition at line 47 of file TPainter3dAlgorithms.cxx.
Definition at line 48 of file TPainter3dAlgorithms.cxx.
Definition at line 49 of file TPainter3dAlgorithms.cxx.
Definition at line 54 of file TPainter3dAlgorithms.cxx.
Definition at line 55 of file TPainter3dAlgorithms.cxx.
Definition at line 56 of file TPainter3dAlgorithms.cxx.
Definition at line 46 of file TPainter3dAlgorithms.cxx.
Definition at line 53 of file TPainter3dAlgorithms.cxx.
Definition at line 50 of file TPainter3dAlgorithms.cxx.
Definition at line 51 of file TPainter3dAlgorithms.cxx.
Definition at line 52 of file TPainter3dAlgorithms.cxx.
| const Double_t kRad = TMath::ATan(1)*Double_t(4)/Double_t(180) |
Definition at line 45 of file TPainter3dAlgorithms.cxx.