With default parameters the macro will attempt to run the standard hist2workspace example and read the ROOT file that it produces.
This uses a modified version of the profile likelihood ratio as a test statistic for upper limits (eg. test stat = 0 if muhat>mu).
Based on the observed data, one defines a set of parameter points to be tested based on the value of the parameter of interest and the conditional MLE (eg. profiled) values of the nuisance parameters.
At each parameter point, pseudo-experiments are generated using this fixed reference model and then the test statistic is evaluated. The auxiliary measurements (global observables) associated with the constraint terms in nuisance parameters are also fluctuated in the process of generating the pseudo-experiments in a frequentist manner forming an 'unconditional ensemble'. One could form a 'conditional' ensemble in which these auxiliary measurements are fixed. Note that the nuisance parameters are not randomized, which is a Bayesian procedure. Note, the nuisance parameters are floating in the fits. For each point, the threshold that defines the 95% acceptance region is found. This forms a "Confidence Belt".
After constructing the confidence belt, one can find the confidence interval for any particular dataset by finding the intersection of the observed test statistic and the confidence belt. First this is done on the observed data to get an observed 1-sided upper limt.
Finally, there expected limit and bands (from background-only) are formed by generating background-only data and finding the upper limit. The background-only is defined as such that the nuisance parameters are fixed to their best fit value based on the data with the signal rate fixed to 0. The bands are done by hand for now, will later be part of the RooStats tools.
On a technical note, this technique IS the generalization of Feldman-Cousins with nuisance parameters.
Building the confidence belt can be computationally expensive. Once it is built, one could save it to a file and use it in a separate step.
We can use PROOF to speed things along in parallel, however, the test statistic has to be installed on the workers so either turn off PROOF or include the modified test statistic in your $ROOTSYS/roofit/roostats/inc directory, add the additional line to the LinkDef.h file, and recompile root.
Note, if you have a boundary on the parameter of interest (eg. cross-section) the threshold on the two-sided test statistic starts off at moderate values and plateaus.
[#0] PROGRESS:Generation – generated toys: 500 / 999 NeymanConstruction: Prog: 12/50 total MC = 39 this test stat = 0 SigXsecOverSM=0.69 alpha_syst1=0.136515 alpha_syst3=0.425415 beta_syst2=1.08496 [-1e+30, 0.011215] in interval = 1
this tells you the values of the parameters being used to generate the pseudo-experiments and the threshold in this case is 0.011215. One would expect for 95% that the threshold would be ~1.35 once the cross-section is far enough away from 0 that it is essentially unaffected by the boundary. As one reaches the last points in the scan, the threshold starts to get artificially high. This is because the range of the parameter in the fit is the same as the range in the scan. In the future, these should be independently controlled, but they are not now. As a result the ~50% of pseudo-experiments that have an upward fluctuation end up with muhat = muMax. Because of this, the upper range of the parameter should be well above the expected upper limit... but not too high or one will need a very large value of nPointsToScan to resolve the relevant region. This can be improved, but this is the first version of this script.
Important note: when the model includes external constraint terms, like a Gaussian constraint to a nuisance parameter centered around some nominal value there is a subtlety. The asymptotic results are all based on the assumption that all the measurements fluctuate... including the nominal values from auxiliary measurements. If these do not fluctuate, this corresponds to an "conditional ensemble". The result is that the distribution of the test statistic can become very non-chi^2. This results in thresholds that become very large.
Found data and ModelConfig:
=== Using the following for ModelConfig ===
Observables: RooArgSet:: = (obs_x_channel1,channelCat)
Parameters of Interest: RooArgSet:: = (SigXsecOverSM)
Nuisance Parameters: RooArgSet:: = (alpha_syst2,alpha_syst3,gamma_stat_channel1_bin_0,gamma_stat_channel1_bin_1)
Global Observables: RooArgSet:: = (nominalLumi,nom_alpha_syst1,nom_alpha_syst2,nom_alpha_syst3,nom_gamma_stat_channel1_bin_0,nom_gamma_stat_channel1_bin_1)
PDF: RooSimultaneous::simPdf[ indexCat=channelCat channel1=model_channel1 ] = 0.190787
FeldmanCousins: ntoys per point = 499
FeldmanCousins: nEvents per toy will fluctuate about expectation
will use global observables for unconditional ensemble
RooArgSet:: = (nominalLumi,nom_alpha_syst1,nom_alpha_syst2,nom_alpha_syst3,nom_gamma_stat_channel1_bin_0,nom_gamma_stat_channel1_bin_1)
=== Using the following for ModelConfig ===
Observables: RooArgSet:: = (obs_x_channel1,channelCat)
Parameters of Interest: RooArgSet:: = (SigXsecOverSM)
Nuisance Parameters: RooArgSet:: = (alpha_syst2,alpha_syst3,gamma_stat_channel1_bin_0,gamma_stat_channel1_bin_1)
Global Observables: RooArgSet:: = (nominalLumi,nom_alpha_syst1,nom_alpha_syst2,nom_alpha_syst3,nom_gamma_stat_channel1_bin_0,nom_gamma_stat_channel1_bin_1)
PDF: RooSimultaneous::simPdf[ indexCat=channelCat channel1=model_channel1 ] = 0.190787
FeldmanCousins: Model has nuisance parameters, will do profile construction
FeldmanCousins: # points to test = 20
lookup index = 0
NeymanConstruction: Prog: 1/20 total MC = 499 this test stat = 1.54009
SigXsecOverSM=0.075 alpha_syst2=0.656138 alpha_syst3=0.244593 gamma_stat_channel1_bin_0=1.03396 gamma_stat_channel1_bin_1=1.04971 [-inf, 1.25525] in interval = 0
NeymanConstruction: Prog: 2/20 total MC = 499 this test stat = 1.12265
SigXsecOverSM=0.225 alpha_syst2=0.562087 alpha_syst3=0.218282 gamma_stat_channel1_bin_0=1.02843 gamma_stat_channel1_bin_1=1.04073 [-inf, 1.40915] in interval = 1
NeymanConstruction: Prog: 3/20 total MC = 499 this test stat = 0.7727
SigXsecOverSM=0.375 alpha_syst2=0.457123 alpha_syst3=0.184027 gamma_stat_channel1_bin_0=1.02317 gamma_stat_channel1_bin_1=1.03439 [-inf, 1.50661] in interval = 1
NeymanConstruction: Prog: 4/20 total MC = 499 this test stat = 0.488747
SigXsecOverSM=0.525 alpha_syst2=0.356387 alpha_syst3=0.15007 gamma_stat_channel1_bin_0=1.01805 gamma_stat_channel1_bin_1=1.02809 [-inf, 1.65905] in interval = 1
NeymanConstruction: Prog: 5/20 total MC = 499 this test stat = 0.270286
SigXsecOverSM=0.675 alpha_syst2=0.259065 alpha_syst3=0.116822 gamma_stat_channel1_bin_0=1.01309 gamma_stat_channel1_bin_1=1.02183 [-inf, 1.78779] in interval = 1
NeymanConstruction: Prog: 6/20 total MC = 499 this test stat = 0.116895
SigXsecOverSM=0.825 alpha_syst2=0.159293 alpha_syst3=0.099895 gamma_stat_channel1_bin_0=1.00789 gamma_stat_channel1_bin_1=1.01569 [-inf, 1.97144] in interval = 1
NeymanConstruction: Prog: 7/20 total MC = 499 this test stat = 0.0272646
SigXsecOverSM=0.975 alpha_syst2=0.0707634 alpha_syst3=0.0527046 gamma_stat_channel1_bin_0=1.00355 gamma_stat_channel1_bin_1=1.00975 [-inf, 2.23383] in interval = 1
NeymanConstruction: Prog: 8/20 total MC = 499 this test stat = 0.000124673
SigXsecOverSM=1.125 alpha_syst2=-0.0163928 alpha_syst3=0.00771932 gamma_stat_channel1_bin_0=0.999196 gamma_stat_channel1_bin_1=1.00336 [-inf, 1.96757] in interval = 1
NeymanConstruction: Prog: 9/20 total MC = 499 this test stat = 0.0345285
SigXsecOverSM=1.275 alpha_syst2=-0.0986159 alpha_syst3=-0.0389895 gamma_stat_channel1_bin_0=0.995081 gamma_stat_channel1_bin_1=0.997784 [-inf, 2.05116] in interval = 1
NeymanConstruction: Prog: 10/20 total MC = 499 this test stat = 0.129724
SigXsecOverSM=1.425 alpha_syst2=-0.187205 alpha_syst3=-0.0491003 gamma_stat_channel1_bin_0=0.990771 gamma_stat_channel1_bin_1=0.991205 [-inf, 2.19007] in interval = 1
NeymanConstruction: Prog: 11/20 total MC = 499 this test stat = 0.284455
SigXsecOverSM=1.575 alpha_syst2=-0.26955 alpha_syst3=-0.0814599 gamma_stat_channel1_bin_0=0.986772 gamma_stat_channel1_bin_1=0.985267 [-inf, 1.86276] in interval = 1
NeymanConstruction: Prog: 12/20 total MC = 499 this test stat = 0.497383
SigXsecOverSM=1.725 alpha_syst2=-0.349331 alpha_syst3=-0.113443 gamma_stat_channel1_bin_0=0.982921 gamma_stat_channel1_bin_1=0.979383 [-inf, 2.01379] in interval = 1
NeymanConstruction: Prog: 13/20 total MC = 499 this test stat = 0.767683
SigXsecOverSM=1.875 alpha_syst2=-0.426406 alpha_syst3=-0.145041 gamma_stat_channel1_bin_0=0.979212 gamma_stat_channel1_bin_1=0.973556 [-inf, 2.26953] in interval = 1
NeymanConstruction: Prog: 14/20 total MC = 499 this test stat = 1.09484
SigXsecOverSM=2.025 alpha_syst2=-0.500642 alpha_syst3=-0.176255 gamma_stat_channel1_bin_0=0.975641 gamma_stat_channel1_bin_1=0.967788 [-inf, 2.17449] in interval = 1
NeymanConstruction: Prog: 15/20 total MC = 499 this test stat = 1.47726
SigXsecOverSM=2.175 alpha_syst2=-0.570354 alpha_syst3=-0.210605 gamma_stat_channel1_bin_0=0.9722 gamma_stat_channel1_bin_1=0.962111 [-inf, 2.14316] in interval = 1
NeymanConstruction: Prog: 16/20 total MC = 499 this test stat = 1.91416
SigXsecOverSM=2.325 alpha_syst2=-0.638736 alpha_syst3=-0.240819 gamma_stat_channel1_bin_0=0.968884 gamma_stat_channel1_bin_1=0.956461 [-inf, 1.70746] in interval = 0
NeymanConstruction: Prog: 17/20 total MC = 499 this test stat = 2.40455
SigXsecOverSM=2.475 alpha_syst2=-0.704252 alpha_syst3=-0.270579 gamma_stat_channel1_bin_0=0.96569 gamma_stat_channel1_bin_1=0.950877 [-inf, 1.71386] in interval = 0
NeymanConstruction: Prog: 18/20 total MC = 499 this test stat = 2.94758
SigXsecOverSM=2.625 alpha_syst2=-0.767005 alpha_syst3=-0.299874 gamma_stat_channel1_bin_0=0.962614 gamma_stat_channel1_bin_1=0.945359 [-inf, 1.36182] in interval = 0
NeymanConstruction: Prog: 19/20 total MC = 499 this test stat = 3.54228
SigXsecOverSM=2.775 alpha_syst2=-0.82716 alpha_syst3=-0.328689 gamma_stat_channel1_bin_0=0.959653 gamma_stat_channel1_bin_1=0.939908 [-inf, 1.38914] in interval = 0
NeymanConstruction: Prog: 20/20 total MC = 499 this test stat = 4.18788
SigXsecOverSM=2.925 alpha_syst2=-0.884931 alpha_syst3=-0.357011 gamma_stat_channel1_bin_0=0.9568 gamma_stat_channel1_bin_1=0.934526 [-inf, 1.36873] in interval = 0
[#1] INFO:Eval -- 14 points in interval
95% interval on SigXsecOverSM is : [0.225, 2.175]
[#1] INFO:Minimization -- p.d.f. provides expected number of events, including extended term in likelihood.
RooAbsTestStatistic::initSimMode: creating slave calculator #0 for state channel1 (2 dataset entries)
[#1] INFO:Fitting -- RooAbsTestStatistic::initSimMode: created 1 slave calculators.
[#1] INFO:Minimization -- Including the following constraint terms in minimization: (lumiConstraint,alpha_syst1Constraint,alpha_syst2Constraint,alpha_syst3Constraint,gamma_stat_channel1_bin_0_constraint,gamma_stat_channel1_bin_1_constraint)
[#1] INFO:Minimization -- The global observables are not defined , normalize constraints with respect to the parameters (Lumi,SigXsecOverSM,alpha_syst1,alpha_syst2,alpha_syst3,gamma_stat_channel1_bin_0,gamma_stat_channel1_bin_1)
[#1] INFO:Minimization -- RooProfileLL::evaluate(nll_simPdf_obsData_with_constr_Profile[SigXsecOverSM]) Creating instance of MINUIT
[#1] INFO:Fitting -- RooAddition::defaultErrorLevel(nll_simPdf_obsData_with_constr) Summation contains a RooNLLVar, using its error level
[#1] INFO:Minimization -- RooProfileLL::evaluate(nll_simPdf_obsData_with_constr_Profile[SigXsecOverSM]) determining minimum likelihood for current configurations w.r.t all observable
[#1] INFO:Minimization -- RooProfileLL::evaluate(nll_simPdf_obsData_with_constr_Profile[SigXsecOverSM]) minimum found at (SigXsecOverSM=1.12313)
.
Will use these parameter points to generate pseudo data for bkg only
1) 0x55aae9c6f570 RooRealVar:: alpha_syst2 = 0.710945 +/- 0.914123 L(-5 - 5) "alpha_syst2"
2) 0x55aae9c6f9f0 RooRealVar:: alpha_syst3 = 0.261483 +/- 0.929174 L(-5 - 5) "alpha_syst3"
3) 0x55aae9c6fe70 RooRealVar:: gamma_stat_channel1_bin_0 = 1.03677 +/- 0.0462911 L(0 - 1.25) "gamma_stat_channel1_bin_0"
4) 0x55aae9c70340 RooRealVar:: gamma_stat_channel1_bin_1 = 1.05318 +/- 0.0761262 L(0 - 1.5) "gamma_stat_channel1_bin_1"
5) 0x55aae9c70810 RooRealVar:: SigXsecOverSM = 0 +/- 0 L(0 - 3) B(20) "SigXsecOverSM"
-2 sigma band 0
-1 sigma band 0.495 [Power Constraint)]
median of band 1.095
+1 sigma band 1.545
+2 sigma band 1.995
observed 95% upper-limit 2.175
CLb strict [P(toy>obs|0)] for observed 95% upper-limit 0.975
CLb inclusive [P(toy>=obs|0)] for observed 95% upper-limit 0.975
#include <iostream>
using namespace std;
bool useProof = false;
int nworkers = 0;
void TwoSidedFrequentistUpperLimitWithBands(const char *infile = "", const char *workspaceName = "combined",
const char *modelConfigName = "ModelConfig",
const char *dataName = "obsData")
{
double confidenceLevel = 0.95;
double additionalToysFac = 0.5;
int nPointsToScan = 20;
int nToyMC = 200;
if (!strcmp(infile, "")) {
filename =
"results/example_combined_GaussExample_model.root";
if (!fileExist) {
cout << "will run standard hist2workspace example" << endl;
gROOT->ProcessLine(
".! prepareHistFactory .");
gROOT->ProcessLine(
".! hist2workspace config/example.xml");
cout << "\n\n---------------------" << endl;
cout << "Done creating example input" << endl;
cout << "---------------------\n\n" << endl;
}
} else
if (!inputFile) {
cout <<
"StandardRooStatsDemoMacro: Input file " <<
filename <<
" is not found" << endl;
return;
}
cout << "workspace not found" << endl;
return;
}
cout << "data or ModelConfig was not found" << endl;
return;
}
cout << "Found data and ModelConfig:" << endl;
fc.SetConfidenceLevel(confidenceLevel);
fc.AdditionalNToysFactor(additionalToysFac);
fc.SetNBins(nPointsToScan);
fc.CreateConfBelt(true);
if (
data->numEntries() == 1)
fc.FluctuateNumDataEntries(false);
else
cout << "Not sure what to do about this model" << endl;
}
if (useProof) {
}
cout << "will use global observables for unconditional ensemble" << endl;
}
cout <<
"\n95% interval on " << firstPOI->
GetName() <<
" is : [" << interval->
LowerLimit(*firstPOI) <<
", "
<< interval->
UpperLimit(*firstPOI) <<
"] " << endl;
double observedUL = interval->
UpperLimit(*firstPOI);
double obsTSatObsUL = fc.GetTestStatSampler()->EvaluateTestStatistic(*
data, tmpPOI);
histOfThresholds->
Fill(poiVal, arMax);
}
histOfThresholds->
Draw();
profile->getVal();
w->saveSnapshot(
"paramsToGenerateData", *poiAndNuisance);
cout << "\nWill use these parameter points to generate pseudo data for bkg only" << endl;
paramsToGenerateData->
Print(
"v");
double CLb = 0;
double CLbinclusive = 0;
TH1F *histOfUL =
new TH1F(
"histOfUL",
"", 100, 0, firstPOI->
getMax());
for (int imc = 0; imc < nToyMC; ++imc) {
w->loadSnapshot(
"paramsToGenerateData");
std::unique_ptr<RooDataSet> toyData;
if (
data->numEntries() == 1)
else
cout << "Not sure what to do about this model" << endl;
} else {
}
if (!simPdf) {
allVars->assign(*values);
} else {
allVars->assign(*values);
}
double toyTSatObsUL = fc.GetTestStatSampler()->EvaluateTestStatistic(*toyData, tmpPOI);
if (obsTSatObsUL < toyTSatObsUL)
CLb += (1.) / nToyMC;
if (obsTSatObsUL <= toyTSatObsUL)
CLbinclusive += (1.) / nToyMC;
double thisUL = 0;
double thisTS = fc.GetTestStatSampler()->EvaluateTestStatistic(*toyData, tmpPOI);
if (thisTS <= arMax) {
} else {
break;
}
}
}
c1->SaveAs(
"two-sided_upper_limit_output.pdf");
double band2sigDown = 0, band1sigDown = 0, bandMedian = 0, band1sigUp = 0, band2sigUp = 0;
for (
int i = 1; i <= cumulative->
GetNbinsX(); ++i) {
if (bins[i] < 0.5)
}
cout << "-2 sigma band " << band2sigDown << endl;
cout << "-1 sigma band " << band1sigDown << " [Power Constraint)]" << endl;
cout << "median of band " << bandMedian << endl;
cout << "+1 sigma band " << band1sigUp << endl;
cout << "+2 sigma band " << band2sigUp << endl;
cout <<
"\nobserved 95% upper-limit " << interval->
UpperLimit(*firstPOI) << endl;
cout << "CLb strict [P(toy>obs|0)] for observed 95% upper-limit " << CLb << endl;
cout << "CLb inclusive [P(toy>=obs|0)] for observed 95% upper-limit " << CLbinclusive << endl;
}
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
R__EXTERN TSystem * gSystem
RooFit::OwningPtr< RooArgSet > getVariables(bool stripDisconnected=true) const
Return RooArgSet with all variables (tree leaf nodes of expression tree)
double getRealValue(const char *name, double defVal=0.0, bool verbose=false) const
Get value of a RooAbsReal stored in set with given name.
Storage_t const & get() const
Const access to the underlying stl container.
virtual bool add(const RooAbsArg &var, bool silent=false)
Add the specified argument to list.
RooAbsArg * first() const
void Print(Option_t *options=nullptr) const override
This method must be overridden when a class wants to print itself.
Abstract base class for binned and unbinned datasets.
virtual Int_t numEntries() const
Return number of entries in dataset, i.e., count unweighted entries.
RooFit::OwningPtr< RooAbsReal > createNLL(RooAbsData &data, CmdArgs_t const &... cmdArgs)
Construct representation of -log(L) of PDF with given dataset.
bool canBeExtended() const
If true, PDF can provide extended likelihood term.
RooFit::OwningPtr< RooDataSet > generate(const RooArgSet &whatVars, Int_t nEvents, const RooCmdArg &arg1, const RooCmdArg &arg2={}, const RooCmdArg &arg3={}, const RooCmdArg &arg4={}, const RooCmdArg &arg5={})
See RooAbsPdf::generate(const RooArgSet&,const RooCmdArg&,const RooCmdArg&,const RooCmdArg&,...
virtual double getMax(const char *name=nullptr) const
Get maximum of currently defined range.
virtual double getMin(const char *name=nullptr) const
Get minimum of currently defined range.
double getVal(const RooArgSet *normalisationSet=nullptr) const
Evaluate object.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
TObject * clone(const char *newname) const override
RooArgSet * snapshot(bool deepCopy=true) const
Use RooAbsCollection::snapshot(), but return as RooArgSet.
RooDataSet is a container class to hold unbinned data.
const RooArgSet * get(Int_t index) const override
Return RooArgSet with coordinates of event 'index'.
RooRealVar represents a variable that can be changed from the outside.
void setVal(double value) override
Set value of variable to 'value'.
Facilitates simultaneous fitting of multiple PDFs to subsets of a given dataset.
RooFit::OwningPtr< RooDataSet > generateSimGlobal(const RooArgSet &whatVars, Int_t nEvents) override
Special generator interface for generation of 'global observables' – for RooStats tools.
ConfidenceBelt is a concrete implementation of the ConfInterval interface.
double GetAcceptanceRegionMax(RooArgSet &, double cl=-1., double leftside=-1.)
The FeldmanCousins class (like the Feldman-Cousins technique) is essentially a specific configuration...
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
const RooArgSet * GetGlobalObservables() const
get RooArgSet for global observables (return nullptr if not existing)
const RooArgSet * GetParametersOfInterest() const
get RooArgSet containing the parameter of interest (return nullptr if not existing)
const RooArgSet * GetNuisanceParameters() const
get RooArgSet containing the nuisance parameters (return nullptr if not existing)
void Print(Option_t *option="") const override
overload the print method
const RooArgSet * GetObservables() const
get RooArgSet for observables (return nullptr if not existing)
RooAbsPdf * GetPdf() const
get model PDF (return nullptr if pdf has not been specified or does not exist)
PointSetInterval is a concrete implementation of the ConfInterval interface.
double UpperLimit(RooRealVar ¶m)
return upper limit on a given parameter
double LowerLimit(RooRealVar ¶m)
return lower limit on a given parameter
ProfileLikelihoodTestStat is an implementation of the TestStatistic interface that calculates the pro...
Holds configuration options for proof and proof-lite.
ToyMCSampler is an implementation of the TestStatSampler interface.
void SetProofConfig(ProofConfig *pc=nullptr)
calling with argument or nullptr deactivates proof
virtual TestStatistic * GetTestStatistic(unsigned int i) const
void SetGlobalObservables(const RooArgSet &o) override
specify the conditional observables
Persistable container for RooFit projects.
TObject * Get(const char *namecycle) override
Return pointer to object identified by namecycle.
A ROOT file is composed of a header, followed by consecutive data records (TKey instances) with a wel...
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
1-D histogram with a float per channel (see TH1 documentation)}
virtual Double_t GetBinCenter(Int_t bin) const
Return bin center for 1D histogram.
virtual Int_t GetNbinsX() const
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
virtual void SetContent(const Double_t *content)
Replace bin contents by the contents of array content.
void Draw(Option_t *option="") override
Draw this histogram with options.
virtual void SetMinimum(Double_t minimum=-1111)
virtual Double_t * GetIntegral()
Return a pointer to the array of bins integral.
TObject * Clone(const char *newname="") const override
Make a complete copy of the underlying object.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
const char * GetName() const override
Returns name of object.
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
RooCmdArg Extended(bool flag=true)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Namespace for the RooStats classes.
double SignificanceToPValue(double Z)
returns p-value corresponding to a 1-sided significance