{ "cells": [ { "cell_type": "markdown", "id": "95c41408", "metadata": {}, "source": [ "# compile\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:36 PM." ] }, { "cell_type": "code", "execution_count": 1, "id": "9a811d13", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:36:54.188938Z", "iopub.status.busy": "2026-05-19T20:36:54.188808Z", "iopub.status.idle": "2026-05-19T20:36:54.647196Z", "shell.execute_reply": "2026-05-19T20:36:54.646628Z" } }, "outputs": [], "source": [ "TCanvas *c1 = new TCanvas(\"c1\");\n", "c1->Range(0, 0, 1, 1);\n", "TPaveLabel *ptc = new TPaveLabel(0.02, 0.42, 0.2, 0.58, \"Compile\");\n", "ptc->SetTextSize(0.40);\n", "ptc->SetFillColor(32);\n", "ptc->Draw();\n", "TPaveText *psub = new TPaveText(0.28, 0.4, 0.65, 0.6);\n", "psub->Draw();\n", "TText *t2 = psub->AddText(\"Substitute some operators\");\n", "TText *t3 = psub->AddText(\"to C++ style\");\n", "TPaveLabel *panal = new TPaveLabel(0.73, 0.42, 0.98, 0.58, \"Analyze\");\n", "panal->SetTextSize(0.40);\n", "panal->SetFillColor(42);\n", "panal->Draw();\n", "TArrow *ar1 = new TArrow(0.2, 0.5, 0.27, 0.5, 0.02, \"|>\");\n", "ar1->SetLineWidth(6);\n", "ar1->SetLineColor(4);\n", "ar1->Draw();\n", "TArrow *ar2 = new TArrow(0.65, 0.5, 0.72, 0.5, 0.02, \"|>\");\n", "ar2->SetLineWidth(6);\n", "ar2->SetLineColor(4);\n", "ar2->Draw();" ] }, { "cell_type": "markdown", "id": "142edcac", "metadata": {}, "source": [ "Draw all canvases " ] }, { "cell_type": "code", "execution_count": 2, "id": "4f55ae1d", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:36:54.656225Z", "iopub.status.busy": "2026-05-19T20:36:54.656096Z", "iopub.status.idle": "2026-05-19T20:36:54.887576Z", "shell.execute_reply": "2026-05-19T20:36:54.886996Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "