Logo ROOT  
Reference Guide
rf109_chi2residpull Namespace Reference

Variables

 c = ROOT.TCanvas("rf109_chi2residpull", "rf109_chi2residpull", 900, 300)
 data = gauss.generate({x}, 10000)
 DataError
 frame1 = x.frame(Title="Data with distorted Gaussian pdf", Bins=40)
 frame2 = x.frame(Title="Residual Distribution")
 frame3 = x.frame(Title="Pull Distribution")
 gauss = ROOT.RooGaussian("gauss", "gauss", x, mean, sigma)
 hpull = frame1.pullHist()
 hresid = frame1.residHist()
 mean = ROOT.RooRealVar("mean", "mean", 0, -10, 10)
 sigma = ROOT.RooRealVar("sigma", "sigma", 3, 0.1, 10)
 x = ROOT.RooRealVar("x", "x", -10, 10)

Variable Documentation

◆ c

rf109_chi2residpull.c = ROOT.TCanvas("rf109_chi2residpull", "rf109_chi2residpull", 900, 300)

Definition at line 69 of file rf109_chi2residpull.py.

◆ data

rf109_chi2residpull.data = gauss.generate({x}, 10000)

Definition at line 29 of file rf109_chi2residpull.py.

◆ DataError

rf109_chi2residpull.DataError

Definition at line 39 of file rf109_chi2residpull.py.

◆ frame1

rf109_chi2residpull.frame1 = x.frame(Title="Data with distorted Gaussian pdf", Bins=40)

Definition at line 38 of file rf109_chi2residpull.py.

◆ frame2

rf109_chi2residpull.frame2 = x.frame(Title="Residual Distribution")

Definition at line 61 of file rf109_chi2residpull.py.

◆ frame3

rf109_chi2residpull.frame3 = x.frame(Title="Pull Distribution")

Definition at line 66 of file rf109_chi2residpull.py.

◆ gauss

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

Definition at line 26 of file rf109_chi2residpull.py.

◆ hpull

rf109_chi2residpull.hpull = frame1.pullHist()

Definition at line 57 of file rf109_chi2residpull.py.

◆ hresid

rf109_chi2residpull.hresid = frame1.residHist()

Definition at line 54 of file rf109_chi2residpull.py.

◆ mean

rf109_chi2residpull.mean = ROOT.RooRealVar("mean", "mean", 0, -10, 10)

Definition at line 25 of file rf109_chi2residpull.py.

◆ sigma

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

Definition at line 24 of file rf109_chi2residpull.py.

◆ x

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

Definition at line 21 of file rf109_chi2residpull.py.