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 | |
| rf107_plotstyles.c = ROOT.TCanvas("rf107_plotstyles", "rf107_plotstyles", 800, 800) |
Definition at line 72 of file rf107_plotstyles.py.
| rf107_plotstyles.data = gauss.generate({x}, 100) |
Definition at line 28 of file rf107_plotstyles.py.
| rf107_plotstyles.DataError |
Definition at line 46 of file rf107_plotstyles.py.
| rf107_plotstyles.DrawOption |
Definition at line 55 of file rf107_plotstyles.py.
| rf107_plotstyles.FillColor |
Definition at line 55 of file rf107_plotstyles.py.
| rf107_plotstyles.frame1 = x.frame(Name="xframe", Title="Red Curve / SumW2 Histo errors", Bins=20) |
Definition at line 37 of file rf107_plotstyles.py.
| rf107_plotstyles.frame2 = x.frame(Name="xframe", Title="Dashed Curve / No XError bars", Bins=20) |
Definition at line 38 of file rf107_plotstyles.py.
| rf107_plotstyles.frame3 = x.frame(Name="xframe", Title="Filled Curve / Blue Histo", Bins=20) |
Definition at line 39 of file rf107_plotstyles.py.
| rf107_plotstyles.frame4 = x.frame(Name="xframe", Title="Partial Range / Filled Bar chart", Bins=20) |
Definition at line 40 of file rf107_plotstyles.py.
Definition at line 25 of file rf107_plotstyles.py.
| rf107_plotstyles.LineColor |
Definition at line 52 of file rf107_plotstyles.py.
| rf107_plotstyles.LineStyle |
Definition at line 64 of file rf107_plotstyles.py.
| rf107_plotstyles.MarkerColor |
Definition at line 52 of file rf107_plotstyles.py.
| rf107_plotstyles.mean = ROOT.RooRealVar("mean", "mean", -3, -10, 10) |
Definition at line 24 of file rf107_plotstyles.py.
| rf107_plotstyles.MoveToBack |
Definition at line 67 of file rf107_plotstyles.py.
| rf107_plotstyles.None |
Definition at line 55 of file rf107_plotstyles.py.
| rf107_plotstyles.PrintLevel |
Definition at line 31 of file rf107_plotstyles.py.
| rf107_plotstyles.Range |
Definition at line 70 of file rf107_plotstyles.py.
| rf107_plotstyles.sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10) |
Definition at line 23 of file rf107_plotstyles.py.
| rf107_plotstyles.True |
Definition at line 67 of file rf107_plotstyles.py.
| rf107_plotstyles.x = ROOT.RooRealVar("x", "x", -10, 10) |
Definition at line 20 of file rf107_plotstyles.py.
| rf107_plotstyles.XErrorSize |
Definition at line 49 of file rf107_plotstyles.py.