Skip to content
Snippets Groups Projects
Commit 825aecbe authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

add first line describing tutorials to be visible in

parent 03a7bba8
No related branches found
No related tags found
No related merge requests found
Showing with 23 additions and 5 deletions
// This example is a generalization of the on/off problem.
/*
FourBin Instructional Tutorial:
authors:
......
//+
//+ example demostrating usage of HybridCalcultor
/*
HybridInstructional
......
// This macro show an example on how to use RooStats HybridCalculatorOriginal
// Example on how to use the HybridCalculatorOriginal class
//
// Author: Gregory Schott
#include "RooRandom.h"
#include "RooRealVar.h"
......@@ -18,7 +19,7 @@
#include "RooStats/HybridResult.h"
#include "RooStats/HybridPlot.h"
void HybridCalculatorOriginalDemo(int ntoys = 1000)
void HybridOriginalDemo(int ntoys = 1000)
{
//***********************************************************************//
// This macro show an example on how to use RooStats/HybridCalculatorOriginal //
......
// A hypothesis testing example based on number counting with background uncertainty.
/*
HybridStandardForm
......
// Example showing confidence intervals with four techniques.
/*
IntervalExamples
......
// tutorial demonstrating and validates the RooJeffreysPrior class
/*
JeffreysPriorDemo.C
......
// comparison of MCMC and PLC in a multi-variate gaussian problem
#include "RooGlobalFunc.h"
#include <stdlib.h>
#include "TMatrixDSym.h"
......
// Standard demo of the Bayesian MCMC calculator
/*
StandardProfileLikelihoodDemo
Author: Kyle Cranmer
date: Dec. 2010
......
// Standard demo of the numerical Bayesian calculator
/*
StandardProfileLikelihoodDemo
Author: Kyle Cranmer
date: Dec. 2010
......
// Standard demo of the Feldman-Cousins calculator
/*
StandardFeldmanCousinsDemo
......
// Standard demo of the ProfileInspector class
/*
StandardProfileInspectorDemo
......
// Standard demo of the Profile Likelihood calculcator
/*
StandardProfileLikelihoodDemo
......@@ -26,6 +27,7 @@ and the asymptotic properties of the profile likeihood ratio
#include "TROOT.h"
#include "RooWorkspace.h"
#include "RooAbsData.h"
#include "RooRealVar.h"
#include "RooStats/ModelConfig.h"
#include "RooStats/ProfileLikelihoodCalculator.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment