Skip to content
Snippets Groups Projects
Commit 80c4fae8 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Respect formatting for python tutorials

parent 99cbd1f9
No related branches found
No related tags found
No related merge requests found
# \file ## \file
# \ingroup tutorial_hist ## \ingroup tutorial_hist
# \notebook ## \notebook
# Example creating a simple ratio plot of two histograms using the `pois` division option. ## Example creating a simple ratio plot of two histograms using the `pois` division option.
# Two histograms are set up and filled with random numbers. The constructor of `TRatioPlot` ## Two histograms are set up and filled with random numbers. The constructor of `TRatioPlot`
# takes the to histograms, name and title for the object, drawing options for the histograms (`hist` and `E` in this case) ## takes the to histograms, name and title for the object, drawing options for the histograms (`hist` and `E` in this case)
# and a drawing option for the output graph. ## and a drawing option for the output graph.
# Inspired by the tutorial of Paul Gessinger. ## Inspired by the tutorial of Paul Gessinger.
# ##
# \macro_image ## \macro_image
# \macro_code ## \macro_code
# ##
# \author Alberto Ferro ## \author Alberto Ferro
import ROOT import ROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment