{ "cells": [ { "cell_type": "markdown", "id": "052a5c94", "metadata": {}, "source": [ "# tornado\n", "\n", "\n", "\n", "\n", "**Author:** Rene Brun \n", "This notebook tutorial was automatically generated with ROOTBOOK-izer from the macro found in the ROOT repository on Tuesday, May 19, 2026 at 08:37 PM." ] }, { "cell_type": "code", "execution_count": 1, "id": "87cb6788", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:37:34.588473Z", "iopub.status.busy": "2026-05-19T20:37:34.588348Z", "iopub.status.idle": "2026-05-19T20:37:34.913106Z", "shell.execute_reply": "2026-05-19T20:37:34.912412Z" } }, "outputs": [], "source": [ "gBenchmark->Start(\"tornado\");\n", "\n", "double PI = 3.141592653;\n", "int d = 16;\n", "int numberOfPoints = 200;\n", "int numberOfCircles = 40;" ] }, { "cell_type": "markdown", "id": "e3d0a0df", "metadata": {}, "source": [ "create and open a canvas" ] }, { "cell_type": "code", "execution_count": 2, "id": "9b76df46", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:37:34.915113Z", "iopub.status.busy": "2026-05-19T20:37:34.914989Z", "iopub.status.idle": "2026-05-19T20:37:35.126533Z", "shell.execute_reply": "2026-05-19T20:37:35.125835Z" } }, "outputs": [], "source": [ "TCanvas *sky = new TCanvas(\"sky\", \"Tornado\", 300, 10, 700, 500);\n", "sky->SetFillColor(14);" ] }, { "cell_type": "markdown", "id": "76fcf612", "metadata": {}, "source": [ "creating view" ] }, { "cell_type": "code", "execution_count": 3, "id": "1d2b29e7", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:37:35.128627Z", "iopub.status.busy": "2026-05-19T20:37:35.128486Z", "iopub.status.idle": "2026-05-19T20:37:35.340055Z", "shell.execute_reply": "2026-05-19T20:37:35.339462Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "