ROOT  6.06/08
Reference Guide
Variables
TPie.cxx File Reference
#include "TPie.h"
#include "TPieSlice.h"
#include <Riostream.h>
#include <TROOT.h>
#include <TVirtualPad.h>
#include <TArc.h>
#include <TLegend.h>
#include <TMath.h>
#include <TStyle.h>
#include <TLatex.h>
#include <TPaveText.h>
#include <TH1.h>
#include <TColor.h>
+ Include dependency graph for TPie.cxx:

Go to the source code of this file.

Variables

Double_t gX = 0
 
Double_t gY = 0
 
Double_t gRadius = 0
 
Double_t gRadiusOffset = 0
 
Double_t gAngularOffset = 0
 
Bool_t gIsUptSlice = kFALSE
 
Int_t gCurrent_slice = -1
 
Double_t gCurrent_phi1 = 0
 
Double_t gCurrent_phi2 = 0
 
Double_t gCurrent_rad = 0
 
Double_t gCurrent_x = 0
 
Double_t gCurrent_y = 0
 
Double_t gCurrent_ang = 0
 

Variable Documentation

§ gAngularOffset

Double_t gAngularOffset = 0

Definition at line 46 of file TPie.cxx.

Referenced by TPie::DrawGhost(), and TPie::ExecuteEvent().

§ gCurrent_ang

Double_t gCurrent_ang = 0

Definition at line 56 of file TPie.cxx.

Referenced by TPie::DistancetoSlice(), and TPie::ExecuteEvent().

§ gCurrent_phi1

Double_t gCurrent_phi1 = 0

Definition at line 50 of file TPie.cxx.

Referenced by TPie::DistancetoSlice().

§ gCurrent_phi2

Double_t gCurrent_phi2 = 0

Definition at line 51 of file TPie.cxx.

Referenced by TPie::DistancetoSlice().

§ gCurrent_rad

Double_t gCurrent_rad = 0

Definition at line 52 of file TPie.cxx.

Referenced by TPie::DistancetoPrimitive(), TPie::DistancetoSlice(), and TPie::ExecuteEvent().

§ gCurrent_slice

Int_t gCurrent_slice = -1

§ gCurrent_x

Double_t gCurrent_x = 0

Definition at line 54 of file TPie.cxx.

Referenced by TPie::DistancetoSlice().

§ gCurrent_y

Double_t gCurrent_y = 0

Definition at line 55 of file TPie.cxx.

Referenced by TPie::DistancetoSlice().

§ gIsUptSlice

Bool_t gIsUptSlice = kFALSE

Definition at line 47 of file TPie.cxx.

Referenced by TPie::DistancetoSlice(), TPie::ExecuteEvent(), and TPie::Init().

§ gRadius

Double_t gRadius = 0

Definition at line 44 of file TPie.cxx.

Referenced by TPie::DrawGhost(), and TPie::ExecuteEvent().

§ gRadiusOffset

Double_t gRadiusOffset = 0

Definition at line 45 of file TPie.cxx.

Referenced by TPie::DrawGhost(), and TPie::ExecuteEvent().

§ gX

Double_t gX = 0

Definition at line 42 of file TPie.cxx.

Referenced by TPie::DrawGhost(), and TPie::ExecuteEvent().

§ gY

Double_t gY = 0

Definition at line 43 of file TPie.cxx.

Referenced by TPie::DrawGhost(), and TPie::ExecuteEvent().