ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Variables
tornado.py File Reference

Go to the source code of this file.

Namespaces

 tornado
 

Variables

int tornado.d = 16
 
int tornado.numberOfPoints = 200
 
int tornado.numberOfCircles = 40
 
tuple tornado.sky = TCanvas( 'sky', 'Tornado', 300, 10, 700, 500 )
 
tuple tornado.view = TView.CreateView()
 
 tornado.rng = numberOfCircles*d
 
list tornado.polymarkers = []
 
tuple tornado.pm3d = TPolyMarker3D( numberOfPoints )
 
tuple tornado.csin = sin( 2*pi / numberOfPoints * i )
 
tuple tornado.ccos = cos( 2*pi / numberOfPoints * i )
 
tuple tornado.esin = sin( 2*pi / (numberOfCircles*d) * j )
 
tuple tornado.x = j*( csin + esin )
 
 tornado.y = j*ccos;
 
 tornado.z = j;
 
tuple tornado.ct = gBenchmark.GetCpuTime( 'tornado' )
 
string tornado.timeStr = 'Execution time: %g sec.'
 
tuple tornado.text = TPaveText( 0.1, 0.81, 0.9, 0.97 )