Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPie.cxx File Reference
#include "TPie.h"
#include "TPieSlice.h"
#include "TROOT.h"
#include "TVirtualPad.h"
#include "TVirtualX.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 "TLine.h"
#include <iostream>
Include dependency graph for TPie.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Variables

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

Variable Documentation

◆ gAngularOffset

Double_t gAngularOffset = 0

Definition at line 48 of file TPie.cxx.

◆ gCurrent_ang

Double_t gCurrent_ang = 0

Definition at line 58 of file TPie.cxx.

◆ gCurrent_phi1

Double_t gCurrent_phi1 = 0

Definition at line 52 of file TPie.cxx.

◆ gCurrent_phi2

Double_t gCurrent_phi2 = 0

Definition at line 53 of file TPie.cxx.

◆ gCurrent_rad

Double_t gCurrent_rad = 0

Definition at line 54 of file TPie.cxx.

◆ gCurrent_slice

Int_t gCurrent_slice = -1

Definition at line 51 of file TPie.cxx.

◆ gCurrent_x

Double_t gCurrent_x = 0

Definition at line 56 of file TPie.cxx.

◆ gCurrent_y

Double_t gCurrent_y = 0

Definition at line 57 of file TPie.cxx.

◆ gIsUptSlice

Bool_t gIsUptSlice = kFALSE

Definition at line 49 of file TPie.cxx.

◆ gRadius

Double_t gRadius = 0

Definition at line 46 of file TPie.cxx.

◆ gRadiusOffset

Double_t gRadiusOffset = 0

Definition at line 47 of file TPie.cxx.

◆ gX

Double_t gX = 0

Definition at line 44 of file TPie.cxx.

◆ gY

Double_t gY = 0

Definition at line 45 of file TPie.cxx.