With default parameters the macro will attempt to run the standard hist2workspace example and read the ROOT file that it produces.
The actual heart of the demo is only about 10 lines long.
The FeldmanCousins tools is a classical frequentist calculation based on the Neyman Construction. The test statistic can be generalized for nuisance parameters by using the profile likelihood ratio. But unlike the ProfileLikelihoodCalculator, this tool explicitly builds the sampling distribution of the test statistic via toy Monte Carlo.
=== 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: adaptive
FeldmanCousins: nEvents per toy will fluctuate about expectation
FeldmanCousins: Model has nuisance parameters, will do profile construction
FeldmanCousins: # points to test = 10
lookup index = 0
NeymanConstruction: Prog: 1/10 total MC = 78 this test stat = 1.32297
SigXsecOverSM=0.15 alpha_syst2=0.602143 alpha_syst3=0.227772 gamma_stat_channel1_bin_0=1.03121 gamma_stat_channel1_bin_1=1.04626 [-inf, 3.00302] in interval = 1
NeymanConstruction: Prog: 2/10 total MC = 78 this test stat = 0.622271
SigXsecOverSM=0.45 alpha_syst2=0.407504 alpha_syst3=0.166261 gamma_stat_channel1_bin_0=1.0207 gamma_stat_channel1_bin_1=1.03105 [-inf, 2.56102] in interval = 1
NeymanConstruction: Prog: 3/10 total MC = 78 this test stat = 0.185599
SigXsecOverSM=0.75 alpha_syst2=0.213102 alpha_syst3=0.0987913 gamma_stat_channel1_bin_0=1.01077 gamma_stat_channel1_bin_1=1.01853 [-inf, 1.34636] in interval = 1
NeymanConstruction: Prog: 4/10 total MC = 78 this test stat = 0.00589021
SigXsecOverSM=1.05 alpha_syst2=0.0285809 alpha_syst3=0.0409103 gamma_stat_channel1_bin_0=1.00142 gamma_stat_channel1_bin_1=1.00599 [-inf, 1.11873] in interval = 1
NeymanConstruction: Prog: 5/10 total MC = 78 this test stat = 0.0746369
SigXsecOverSM=1.35 alpha_syst2=-0.137558 alpha_syst3=-0.0496314 gamma_stat_channel1_bin_0=0.993073 gamma_stat_channel1_bin_1=0.994154 [-inf, 2.18034] in interval = 1
NeymanConstruction: Prog: 6/10 total MC = 78 this test stat = 0.383697
SigXsecOverSM=1.65 alpha_syst2=-0.307933 alpha_syst3=-0.098712 gamma_stat_channel1_bin_0=0.984872 gamma_stat_channel1_bin_1=0.982202 [-inf, 1.23693] in interval = 1
NeymanConstruction: Prog: 7/10 total MC = 78 this test stat = 0.924084
SigXsecOverSM=1.95 alpha_syst2=-0.46183 alpha_syst3=-0.162017 gamma_stat_channel1_bin_0=0.977442 gamma_stat_channel1_bin_1=0.970551 [-inf, 1.89854] in interval = 1
NeymanConstruction: Prog: 8/10 total MC = 78 this test stat = 1.68896
SigXsecOverSM=2.25 alpha_syst2=-0.604401 alpha_syst3=-0.223564 gamma_stat_channel1_bin_0=0.970553 gamma_stat_channel1_bin_1=0.959142 [-inf, 2.02832] in interval = 1
NeymanConstruction: Prog: 9/10 total MC = 234 this test stat = 2.66964
SigXsecOverSM=2.55 alpha_syst2=-0.735442 alpha_syst3=-0.283315 gamma_stat_channel1_bin_0=0.964167 gamma_stat_channel1_bin_1=0.947986 [-inf, 2.14774] in interval = 0
NeymanConstruction: Prog: 10/10 total MC = 234 this test stat = 3.85849
SigXsecOverSM=2.85 alpha_syst2=-0.855772 alpha_syst3=-0.341177 gamma_stat_channel1_bin_0=0.958246 gamma_stat_channel1_bin_1=0.937094 [-inf, 2.28493] in interval = 0
[#1] INFO:Eval -- 8 points in interval
95% interval on SigXsecOverSM is : [0.15, 2.25]
void workspaceName = "combined",
{
filename =
"results/example_combined_GaussExample_model.root";
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 (!file) {
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;
}
fc.SetConfidenceLevel(0.95);
fc.UseAdaptiveSampling(
true);
if (!
mc->GetPdf()->canBeExtended()) {
if (
data->numEntries() == 1)
fc.FluctuateNumDataEntries(
false);
else
cout << "Not sure what to do about this model" << endl;
}
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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
Abstract base class for binned and unbinned datasets.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Container class to hold unbinned data.
Variable that can be changed from the outside.
ConfidenceBelt is a concrete implementation of the ConfInterval interface.
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...
PointSetInterval is a concrete implementation of the ConfInterval interface.
Persistable container for RooFit projects.
TObject * Get(const char *namecycle) override
Return pointer to object identified by namecycle.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
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 Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
Namespace for the RooStats classes.