Logo ROOT  
Reference Guide
rf107_plotstyles Namespace Reference

Variables

 c = ROOT.TCanvas("rf107_plotstyles", "rf107_plotstyles", 800, 800)
 data = gauss.generate({x}, 100)
 DataError
 DrawOption
 FillColor
 frame1 = x.frame(Name="xframe", Title="Red Curve / SumW2 Histo errors", Bins=20)
 frame2 = x.frame(Name="xframe", Title="Dashed Curve / No XError bars", Bins=20)
 frame3 = x.frame(Name="xframe", Title="Filled Curve / Blue Histo", Bins=20)
 frame4 = x.frame(Name="xframe", Title="Partial Range / Filled Bar chart", Bins=20)
 gauss = ROOT.RooGaussian("gauss", "gauss", x, mean, sigma)
 LineColor
 LineStyle
 MarkerColor
 mean = ROOT.RooRealVar("mean", "mean", -3, -10, 10)
 MoveToBack
 None
 PrintLevel
 Range
 sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10)
 True
 x = ROOT.RooRealVar("x", "x", -10, 10)
 XErrorSize

Variable Documentation

◆ c

rf107_plotstyles.c = ROOT.TCanvas("rf107_plotstyles", "rf107_plotstyles", 800, 800)

Definition at line 72 of file rf107_plotstyles.py.

◆ data

rf107_plotstyles.data = gauss.generate({x}, 100)

Definition at line 28 of file rf107_plotstyles.py.

◆ DataError

rf107_plotstyles.DataError

Definition at line 46 of file rf107_plotstyles.py.

◆ DrawOption

rf107_plotstyles.DrawOption

Definition at line 55 of file rf107_plotstyles.py.

◆ FillColor

rf107_plotstyles.FillColor

Definition at line 55 of file rf107_plotstyles.py.

◆ frame1

rf107_plotstyles.frame1 = x.frame(Name="xframe", Title="Red Curve / SumW2 Histo errors", Bins=20)

Definition at line 37 of file rf107_plotstyles.py.

◆ frame2

rf107_plotstyles.frame2 = x.frame(Name="xframe", Title="Dashed Curve / No XError bars", Bins=20)

Definition at line 38 of file rf107_plotstyles.py.

◆ frame3

rf107_plotstyles.frame3 = x.frame(Name="xframe", Title="Filled Curve / Blue Histo", Bins=20)

Definition at line 39 of file rf107_plotstyles.py.

◆ frame4

rf107_plotstyles.frame4 = x.frame(Name="xframe", Title="Partial Range / Filled Bar chart", Bins=20)

Definition at line 40 of file rf107_plotstyles.py.

◆ gauss

rf107_plotstyles.gauss = ROOT.RooGaussian("gauss", "gauss", x, mean, sigma)

Definition at line 25 of file rf107_plotstyles.py.

◆ LineColor

rf107_plotstyles.LineColor

Definition at line 52 of file rf107_plotstyles.py.

◆ LineStyle

rf107_plotstyles.LineStyle

Definition at line 64 of file rf107_plotstyles.py.

◆ MarkerColor

rf107_plotstyles.MarkerColor

Definition at line 52 of file rf107_plotstyles.py.

◆ mean

rf107_plotstyles.mean = ROOT.RooRealVar("mean", "mean", -3, -10, 10)

Definition at line 24 of file rf107_plotstyles.py.

◆ MoveToBack

rf107_plotstyles.MoveToBack

Definition at line 67 of file rf107_plotstyles.py.

◆ None

rf107_plotstyles.None

Definition at line 55 of file rf107_plotstyles.py.

◆ PrintLevel

rf107_plotstyles.PrintLevel

Definition at line 31 of file rf107_plotstyles.py.

◆ Range

rf107_plotstyles.Range

Definition at line 70 of file rf107_plotstyles.py.

◆ sigma

rf107_plotstyles.sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10)

Definition at line 23 of file rf107_plotstyles.py.

◆ True

rf107_plotstyles.True

Definition at line 67 of file rf107_plotstyles.py.

◆ x

rf107_plotstyles.x = ROOT.RooRealVar("x", "x", -10, 10)

Definition at line 20 of file rf107_plotstyles.py.

◆ XErrorSize

rf107_plotstyles.XErrorSize

Definition at line 49 of file rf107_plotstyles.py.