Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGraphPainter.cxx File Reference
#include "TROOT.h"
#include "TGraphPainter.h"
#include "TMath.h"
#include "TGraph.h"
#include "TPolyLine.h"
#include "TPolyMarker.h"
#include "TCanvas.h"
#include "TView.h"
#include "TStyle.h"
#include "TH1.h"
#include "TF1.h"
#include "TPaveStats.h"
#include "TGaxis.h"
#include "TGraphAsymmErrors.h"
#include "TGraphMultiErrors.h"
#include "TGraphBentErrors.h"
#include "TGraphPolargram.h"
#include "TGraphPolar.h"
#include "TGraphQQ.h"
#include "TLatex.h"
#include "TArrow.h"
#include "TFrame.h"
#include "TMarker.h"
#include "TVirtualPadEditor.h"
#include "TVirtualX.h"
#include "TRegexp.h"
#include "strlcpy.h"
#include "snprintf.h"
Include dependency graph for TGraphPainter.cxx:

Variables

static TGraphgHighlightGraph = nullptr
 
static TMarkergHighlightMarker = nullptr
 
static Int_t gHighlightPoint = -1
 
Double_tgxwork
 
Double_tgxworkl
 
Double_tgywork
 
Double_tgyworkl
 

Variable Documentation

◆ gHighlightGraph

TGraph* gHighlightGraph = nullptr
static

Definition at line 45 of file TGraphPainter.cxx.

◆ gHighlightMarker

TMarker* gHighlightMarker = nullptr
static

Definition at line 46 of file TGraphPainter.cxx.

◆ gHighlightPoint

Int_t gHighlightPoint = -1
static

Definition at line 44 of file TGraphPainter.cxx.

◆ gxwork

Double_t* gxwork

Definition at line 41 of file TGraphPainter.cxx.

◆ gxworkl

Double_t * gxworkl

Definition at line 41 of file TGraphPainter.cxx.

◆ gywork

Double_t * gywork

Definition at line 41 of file TGraphPainter.cxx.

◆ gyworkl

Double_t * gyworkl

Definition at line 41 of file TGraphPainter.cxx.