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

change to use HypoTestInverterOriginal, rename also the tutorial

git-svn-id: http://root.cern.ch/svn/root/trunk@39526 27541ba8-7e3a-0410-8455-c3a389f83636
parent b2dc4f4d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// author: Gregory Schott
// date Sep 2009
//
// This tutorial shows an example of using the HypoTestInverter class
// This tutorial shows an example of using the HypoTestInverterOriginal class
//
/////////////////////////////////////////////////////////////////////////
......@@ -17,7 +17,7 @@
#include "RooAddPdf.h"
#include "RooExtendPdf.h"
#include "RooStats/HypoTestInverter.h"
#include "RooStats/HypoTestInverterOriginal.h"
#include "RooStats/HypoTestInverterResult.h"
#include "RooStats/HypoTestInverterPlot.h"
#include "RooStats/HybridCalculatorOriginal.h"
......@@ -28,7 +28,7 @@ using namespace RooFit;
using namespace RooStats;
void rs801_HypoTestInverter()
void rs801_HypoTestInverterOriginal()
{
// prepare the model
RooRealVar lumi("lumi","luminosity",1);
......@@ -49,7 +49,7 @@ void rs801_HypoTestInverter()
myhc.UseNuisance(false);
// run the hypothesis-test invertion
HypoTestInverter myInverter(myhc,r);
HypoTestInverterOriginal myInverter(myhc,r);
myInverter.SetTestSize(0.10);
myInverter.UseCLs(true);
// myInverter.RunFixedScan(5,1,6);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment