ROOT
6.07/01
Reference Guide
|
#include "TFile.h"
#include "TROOT.h"
#include "RooWorkspace.h"
#include "RooAbsData.h"
#include "RooRealVar.h"
#include "RooUniform.h"
#include "RooStats/ModelConfig.h"
#include "RooStats/BayesianCalculator.h"
#include "RooStats/SimpleInterval.h"
#include "RooStats/RooStatsUtils.h"
#include "RooPlot.h"
#include "TSystem.h"
Go to the source code of this file.
Functions | |
void | StandardBayesianNumericalDemo (const char *infile="", const char *workspaceName="combined", const char *modelConfigName="ModelConfig", const char *dataName="obsData") |
Variables | |
TString | integrationType = "" |
int | nToys = 10000 |
bool | scanPosterior = false |
int | nScanPoints = 20 |
int | intervalType = 1 |
double | maxPOI = -999 |
double | nSigmaNuisance = -1 |
void StandardBayesianNumericalDemo | ( | const char * | infile = "" , |
const char * | workspaceName = "combined" , |
||
const char * | modelConfigName = "ModelConfig" , |
||
const char * | dataName = "obsData" |
||
) |
Definition at line 54 of file StandardBayesianNumericalDemo.C.
TString integrationType = "" |
Definition at line 44 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().
int intervalType = 1 |
Definition at line 50 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().
double maxPOI = -999 |
Definition at line 51 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().
int nScanPoints = 20 |
Definition at line 49 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().
double nSigmaNuisance = -1 |
Definition at line 52 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().
int nToys = 10000 |
Definition at line 47 of file StandardBayesianNumericalDemo.C.
Referenced by RooStats::HybridResult::AlternatePValue(), RooStats::BernsteinCorrection::CreateQSamplingDist(), RooStats::HybridResult::NullPValue(), RooStats::HypoTestInverter::RebuildDistributions(), RooStats::HypoTestInverterOriginal::RunAutoScan(), RooStats::HybridCalculatorOriginal::RunToys(), and StandardBayesianNumericalDemo().
bool scanPosterior = false |
Definition at line 48 of file StandardBayesianNumericalDemo.C.
Referenced by StandardBayesianNumericalDemo().