Logo ROOT  
Reference Guide
FourBinInstructional Namespace Reference

Variables

 bc = ROOT.RooStats.BayesianCalculator(data, modelConfig)
 bInt = ROOT.RooStats.SimpleInterval()
 bplot = bc.GetPosteriorPlot()
 c1 = ROOT.gROOT.Get("c1")
 data = wspace["model"].generate(wspace.set("obs"), 1)
bool doBayesian = False
bool doFeldmanCousins = False
bool doMCMC = False
 fc = ROOT.RooStats.FeldmanCousins(data, modelConfig)
 fcInt = ROOT.RooStats.PointSetInterval()
 fit = wspace["model"].fitTo(data, Save=True)
 lrplot = ROOT.RooStats.LikelihoodIntervalPlot(plInt)
 mc = ROOT.RooStats.MCMCCalculator(data, modelConfig)
 mcInt = ROOT.RooStats.MCMCInterval()
 mcPlot = ROOT.RooStats.MCMCIntervalPlot(mcInt)
 modelConfig = ROOT.RooStats.ModelConfig("FourBins")
 msglevel = ROOT.RooMsgService.instance().globalKillBelow()
 pf = ph.GetProposalFunction()
 ph = ROOT.RooStats.ProposalHelper()
 plc = ROOT.RooStats.ProfileLikelihoodCalculator(data, modelConfig)
 plInt = plc.GetInterval()
 t = ROOT.TStopwatch()
 wspace = ROOT.RooWorkspace("wspace")

Variable Documentation

◆ bc

FourBinInstructional.bc = ROOT.RooStats.BayesianCalculator(data, modelConfig)

Definition at line 236 of file FourBinInstructional.py.

◆ bInt

FourBinInstructional.bInt = ROOT.RooStats.SimpleInterval()

Definition at line 238 of file FourBinInstructional.py.

◆ bplot

FourBinInstructional.bplot = bc.GetPosteriorPlot()

Definition at line 286 of file FourBinInstructional.py.

◆ c1

FourBinInstructional.c1 = ROOT.gROOT.Get("c1")

Definition at line 267 of file FourBinInstructional.py.

◆ data

FourBinInstructional.data = wspace["model"].generate(wspace.set("obs"), 1)

Definition at line 195 of file FourBinInstructional.py.

◆ doBayesian

bool FourBinInstructional.doBayesian = False

Definition at line 146 of file FourBinInstructional.py.

◆ doFeldmanCousins

bool FourBinInstructional.doFeldmanCousins = False

Definition at line 147 of file FourBinInstructional.py.

◆ doMCMC

bool FourBinInstructional.doMCMC = False

Definition at line 148 of file FourBinInstructional.py.

◆ fc

FourBinInstructional.fc = ROOT.RooStats.FeldmanCousins(data, modelConfig)

Definition at line 225 of file FourBinInstructional.py.

◆ fcInt

FourBinInstructional.fcInt = ROOT.RooStats.PointSetInterval()

Definition at line 231 of file FourBinInstructional.py.

◆ fit

FourBinInstructional.fit = wspace["model"].fitTo(data, Save=True)

Definition at line 247 of file FourBinInstructional.py.

◆ lrplot

FourBinInstructional.lrplot = ROOT.RooStats.LikelihoodIntervalPlot(plInt)

Definition at line 278 of file FourBinInstructional.py.

◆ mc

FourBinInstructional.mc = ROOT.RooStats.MCMCCalculator(data, modelConfig)

Definition at line 255 of file FourBinInstructional.py.

◆ mcInt

FourBinInstructional.mcInt = ROOT.RooStats.MCMCInterval()

Definition at line 261 of file FourBinInstructional.py.

◆ mcPlot

FourBinInstructional.mcPlot = ROOT.RooStats.MCMCIntervalPlot(mcInt)

Definition at line 294 of file FourBinInstructional.py.

◆ modelConfig

FourBinInstructional.modelConfig = ROOT.RooStats.ModelConfig("FourBins")

Definition at line 202 of file FourBinInstructional.py.

◆ msglevel

FourBinInstructional.msglevel = ROOT.RooMsgService.instance().globalKillBelow()

Definition at line 219 of file FourBinInstructional.py.

◆ pf

FourBinInstructional.pf = ph.GetProposalFunction()

Definition at line 253 of file FourBinInstructional.py.

◆ ph

FourBinInstructional.ph = ROOT.RooStats.ProposalHelper()

Definition at line 248 of file FourBinInstructional.py.

◆ plc

FourBinInstructional.plc = ROOT.RooStats.ProfileLikelihoodCalculator(data, modelConfig)

Definition at line 216 of file FourBinInstructional.py.

◆ plInt

FourBinInstructional.plInt = plc.GetInterval()

Definition at line 218 of file FourBinInstructional.py.

◆ t

FourBinInstructional.t = ROOT.TStopwatch()

Definition at line 151 of file FourBinInstructional.py.

◆ wspace

FourBinInstructional.wspace = ROOT.RooWorkspace("wspace")

Definition at line 158 of file FourBinInstructional.py.