#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 "TRegexp.h"
Variables | |
static TGraph * | gHighlightGraph = 0 |
static TMarker * | gHighlightMarker = 0 |
static Int_t | gHighlightPoint = -1 |
Double_t * | gxwork |
Double_t * | gxworkl |
Double_t * | gywork |
Double_t * | gyworkl |
|
static |
Definition at line 42 of file TGraphPainter.cxx.
|
static |
Definition at line 43 of file TGraphPainter.cxx.
|
static |
Definition at line 41 of file TGraphPainter.cxx.
Double_t* gxwork |
Definition at line 38 of file TGraphPainter.cxx.
Double_t * gxworkl |
Definition at line 38 of file TGraphPainter.cxx.
Double_t * gywork |
Definition at line 38 of file TGraphPainter.cxx.
Double_t * gyworkl |
Definition at line 38 of file TGraphPainter.cxx.