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") | |
| FourBinInstructional.bc = ROOT.RooStats.BayesianCalculator(data, modelConfig) |
Definition at line 236 of file FourBinInstructional.py.
| FourBinInstructional.bInt = ROOT.RooStats.SimpleInterval() |
Definition at line 238 of file FourBinInstructional.py.
| FourBinInstructional.bplot = bc.GetPosteriorPlot() |
Definition at line 286 of file FourBinInstructional.py.
| FourBinInstructional.c1 = ROOT.gROOT.Get("c1") |
Definition at line 267 of file FourBinInstructional.py.
| FourBinInstructional.data = wspace["model"].generate(wspace.set("obs"), 1) |
Definition at line 195 of file FourBinInstructional.py.
Definition at line 146 of file FourBinInstructional.py.
Definition at line 147 of file FourBinInstructional.py.
Definition at line 148 of file FourBinInstructional.py.
| FourBinInstructional.fc = ROOT.RooStats.FeldmanCousins(data, modelConfig) |
Definition at line 225 of file FourBinInstructional.py.
| FourBinInstructional.fcInt = ROOT.RooStats.PointSetInterval() |
Definition at line 231 of file FourBinInstructional.py.
Definition at line 247 of file FourBinInstructional.py.
| FourBinInstructional.lrplot = ROOT.RooStats.LikelihoodIntervalPlot(plInt) |
Definition at line 278 of file FourBinInstructional.py.
| FourBinInstructional.mc = ROOT.RooStats.MCMCCalculator(data, modelConfig) |
Definition at line 255 of file FourBinInstructional.py.
| FourBinInstructional.mcInt = ROOT.RooStats.MCMCInterval() |
Definition at line 261 of file FourBinInstructional.py.
| FourBinInstructional.mcPlot = ROOT.RooStats.MCMCIntervalPlot(mcInt) |
Definition at line 294 of file FourBinInstructional.py.
| FourBinInstructional.modelConfig = ROOT.RooStats.ModelConfig("FourBins") |
Definition at line 202 of file FourBinInstructional.py.
| FourBinInstructional.msglevel = ROOT.RooMsgService.instance().globalKillBelow() |
Definition at line 219 of file FourBinInstructional.py.
| FourBinInstructional.pf = ph.GetProposalFunction() |
Definition at line 253 of file FourBinInstructional.py.
| FourBinInstructional.ph = ROOT.RooStats.ProposalHelper() |
Definition at line 248 of file FourBinInstructional.py.
| FourBinInstructional.plc = ROOT.RooStats.ProfileLikelihoodCalculator(data, modelConfig) |
Definition at line 216 of file FourBinInstructional.py.
| FourBinInstructional.plInt = plc.GetInterval() |
Definition at line 218 of file FourBinInstructional.py.
| FourBinInstructional.t = ROOT.TStopwatch() |
Definition at line 151 of file FourBinInstructional.py.
| FourBinInstructional.wspace = ROOT.RooWorkspace("wspace") |
Definition at line 158 of file FourBinInstructional.py.