Logo ROOT  
Reference Guide
rf212_plottingInRanges_blinding Namespace Reference

Variables

 blindedData = data.reduce(CutRange="left,right")
 canvas = ROOT.TCanvas("canvas", "canvas", 800, 600)
 data = expo.generate(x, 1000)
 expo = ROOT.RooExponential("expo", "A falling exponential function", x, tau)
 LineColor
 LineStyle
 NormRange
 plotFrame = x.frame(Title="Wrong: Each slice normalised over its plotting range")
 plotFrameWithNormRange = x.frame(Title="Right: All slices have common normalisation")
 PrintLevel
 Range
 tau = ROOT.RooRealVar("tau", "The exponent", -0.1337, -10.0, -0.1)
 x = ROOT.RooRealVar("x", "The observable", 1, 30)

Variable Documentation

◆ blindedData

rf212_plottingInRanges_blinding.blindedData = data.reduce(CutRange="left,right")

Definition at line 34 of file rf212_plottingInRanges_blinding.py.

◆ canvas

rf212_plottingInRanges_blinding.canvas = ROOT.TCanvas("canvas", "canvas", 800, 600)

Definition at line 51 of file rf212_plottingInRanges_blinding.py.

◆ data

rf212_plottingInRanges_blinding.data = expo.generate(x, 1000)

Definition at line 33 of file rf212_plottingInRanges_blinding.py.

◆ expo

rf212_plottingInRanges_blinding.expo = ROOT.RooExponential("expo", "A falling exponential function", x, tau)

Definition at line 25 of file rf212_plottingInRanges_blinding.py.

◆ LineColor

rf212_plottingInRanges_blinding.LineColor

Definition at line 67 of file rf212_plottingInRanges_blinding.py.

◆ LineStyle

rf212_plottingInRanges_blinding.LineStyle

Definition at line 88 of file rf212_plottingInRanges_blinding.py.

◆ NormRange

rf212_plottingInRanges_blinding.NormRange

Definition at line 86 of file rf212_plottingInRanges_blinding.py.

◆ plotFrame

rf212_plottingInRanges_blinding.plotFrame = x.frame(Title="Wrong: Each slice normalised over its plotting range")

Definition at line 63 of file rf212_plottingInRanges_blinding.py.

◆ plotFrameWithNormRange

rf212_plottingInRanges_blinding.plotFrameWithNormRange = x.frame(Title="Right: All slices have common normalisation")

Definition at line 82 of file rf212_plottingInRanges_blinding.py.

◆ PrintLevel

rf212_plottingInRanges_blinding.PrintLevel

Definition at line 41 of file rf212_plottingInRanges_blinding.py.

◆ Range

rf212_plottingInRanges_blinding.Range

Definition at line 41 of file rf212_plottingInRanges_blinding.py.

◆ tau

rf212_plottingInRanges_blinding.tau = ROOT.RooRealVar("tau", "The exponent", -0.1337, -10.0, -0.1)

Definition at line 24 of file rf212_plottingInRanges_blinding.py.

◆ x

rf212_plottingInRanges_blinding.x = ROOT.RooRealVar("x", "The observable", 1, 30)

Definition at line 23 of file rf212_plottingInRanges_blinding.py.