{ "cells": [ { "cell_type": "markdown", "id": "4d7118f5", "metadata": {}, "source": [ "# fitcont\n", "Example illustrating how to draw the n-sigma contour of a Minuit fit.\n", "To get the n-sigma contour the ERRDEF parameter in Minuit has to set\n", "to n^2. The fcn function has to be set before the routine is called.\n", "\n", "WARNING!!! This test works only with TMinuit\n", "\n", "The TGraph object is created via the interpreter. The user must cast it\n", "to a TGraph*\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:24 PM." ] }, { "cell_type": "markdown", "id": "55d72e5f", "metadata": {}, "source": [ "be sure default is Minuit since we will use gMinuit" ] }, { "cell_type": "code", "execution_count": 1, "id": "5e3ecc6b", "metadata": { "collapsed": false, "execution": { "iopub.execute_input": "2026-05-19T20:24:45.257684Z", "iopub.status.busy": "2026-05-19T20:24:45.257553Z", "iopub.status.idle": "2026-05-19T20:24:46.056151Z", "shell.execute_reply": "2026-05-19T20:24:46.055326Z" } }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "