Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
macro3 Namespace Reference

Variables

 c = TCanvas("myCanvas","myCanvas",600,600)
 grP1 = TGraphPolar(npoints,r,theta)
int npoints = 300
 r = array('d',[0]*npoints)
int rmax = TMath.Pi()*6.
int rmin = 0.
 theta = array('d',[0]*npoints)

Variable Documentation

◆ c

macro3.c = TCanvas("myCanvas","myCanvas",600,600)

Definition at line 6 of file macro3.py.

◆ grP1

macro3.grP1 = TGraphPolar(npoints,r,theta)

Definition at line 16 of file macro3.py.

◆ npoints

int macro3.npoints = 300

Definition at line 9 of file macro3.py.

◆ r

macro3.r = array('d',[0]*npoints)

Definition at line 10 of file macro3.py.

◆ rmax

int macro3.rmax = TMath.Pi()*6.

Definition at line 8 of file macro3.py.

◆ rmin

int macro3.rmin = 0.

Definition at line 7 of file macro3.py.

◆ theta

macro3.theta = array('d',[0]*npoints)

Definition at line 11 of file macro3.py.