Logo ROOT  
Reference Guide
rf303_conditional Namespace Reference

Functions

 makeFakeDataXY ()

Variables

 a0 = ROOT.RooRealVar("a0", "a0", -0.5, -5, 5)
 a1 = ROOT.RooRealVar("a1", "a1", -0.5, -1, 1)
 binnedDataY = expDataY.binnedClone()
 binnedDataY2 = expDataY.binnedClone()
 c = ROOT.TCanvas("rf303_conditional", "rf303_conditional", 600, 460)
 ConditionalObservables
 data = model.generate({x}, ProtoData=expDataY)
 expDataXY = makeFakeDataXY()
 expDataY = expDataXY.reduce({y})
 fy = ROOT.RooPolyVar("fy", "fy", y, [a0, a1])
 LineColor
 LineStyle
 model = ROOT.RooGaussian("model", "Gaussian with shifting mean", x, fy, sigma)
 PrintLevel
 ProjWData
 sigma = ROOT.RooRealVar("sigma", "width of gaussian", 0.5, 0.1, 2.0)
 x = ROOT.RooRealVar("x", "x", -10, 10)
 xframe = x.frame()
 y = ROOT.RooRealVar("y", "y", -10, 10)

Function Documentation

◆ makeFakeDataXY()

rf303_conditional.makeFakeDataXY ( )

Definition at line 19 of file rf303_conditional.py.

Variable Documentation

◆ a0

rf303_conditional.a0 = ROOT.RooRealVar("a0", "a0", -0.5, -5, 5)

Definition at line 48 of file rf303_conditional.py.

◆ a1

rf303_conditional.a1 = ROOT.RooRealVar("a1", "a1", -0.5, -1, 1)

Definition at line 49 of file rf303_conditional.py.

◆ binnedDataY

rf303_conditional.binnedDataY = expDataY.binnedClone()

Definition at line 86 of file rf303_conditional.py.

◆ binnedDataY2

rf303_conditional.binnedDataY2 = expDataY.binnedClone()

Definition at line 91 of file rf303_conditional.py.

◆ c

rf303_conditional.c = ROOT.TCanvas("rf303_conditional", "rf303_conditional", 600, 460)

Definition at line 95 of file rf303_conditional.py.

◆ ConditionalObservables

rf303_conditional.ConditionalObservables

Definition at line 73 of file rf303_conditional.py.

◆ data

rf303_conditional.data = model.generate({x}, ProtoData=expDataY)

Definition at line 67 of file rf303_conditional.py.

◆ expDataXY

rf303_conditional.expDataXY = makeFakeDataXY()

Definition at line 57 of file rf303_conditional.py.

◆ expDataY

rf303_conditional.expDataY = expDataXY.reduce({y})

Definition at line 63 of file rf303_conditional.py.

◆ fy

rf303_conditional.fy = ROOT.RooPolyVar("fy", "fy", y, [a0, a1])

Definition at line 50 of file rf303_conditional.py.

◆ LineColor

rf303_conditional.LineColor

Definition at line 87 of file rf303_conditional.py.

◆ LineStyle

rf303_conditional.LineStyle

Definition at line 87 of file rf303_conditional.py.

◆ model

rf303_conditional.model = ROOT.RooGaussian("model", "Gaussian with shifting mean", x, fy, sigma)

Definition at line 54 of file rf303_conditional.py.

◆ PrintLevel

rf303_conditional.PrintLevel

Definition at line 73 of file rf303_conditional.py.

◆ ProjWData

rf303_conditional.ProjWData

Definition at line 82 of file rf303_conditional.py.

◆ sigma

rf303_conditional.sigma = ROOT.RooRealVar("sigma", "width of gaussian", 0.5, 0.1, 2.0)

Definition at line 53 of file rf303_conditional.py.

◆ x

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

Definition at line 44 of file rf303_conditional.py.

◆ xframe

rf303_conditional.xframe = x.frame()

Definition at line 80 of file rf303_conditional.py.

◆ y

rf303_conditional.y = ROOT.RooRealVar("y", "y", -10, 10)

Definition at line 45 of file rf303_conditional.py.