75using std::cout, std::endl, std::vector;
80 fMaxDegree(10), fMaxCorrection(100), fTolerance(
tolerance){
96 if (!
x || !nominal || !
data) {
97 cout <<
"Error: wrong name for pdf or variable or dataset - return -1 " << std::endl;
101 std::cout <<
"BernsteinCorrection::ImportCorrectedPdf - Doing initial Fit with nominal model " << std::endl;
110 std::cout <<
"BernsteinCorrection::ImportCorrectedPdf - Error fit with nominal model failed - exit" << std::endl;
115 std::stringstream log;
116 log <<
"------ Begin Bernstein Correction Log --------" << endl;
130 std::stringstream str;
134 "Bernstein basis poly coefficient",
137 coefficients.push_back(
newCoef);
154 if (
result->status() != 0) {
155 std::cout <<
"BernsteinCorrection::ImportCorrectedPdf - Error fit with corrected model failed" << std::endl;
180 log <<
"degree = " << degree
181 <<
" -log L("<<degree-1<<
") = " <<
lastNll
182 <<
" -log L(" << degree <<
") = " <<
result->minNll()
191 log <<
"------ End Bernstein Correction Log --------" << endl;
214 if (!
x || !nominal || !
data) {
215 cout <<
"Error: wrong name for pdf or variable or dataset ! " << std::endl;
220 std::stringstream log;
221 log <<
"------ Begin Bernstein Correction Log --------" << endl;
230 for(
int i = 0; i<=degree+1; ++i) {
232 std::stringstream str;
236 "Bernstein basis poly coefficient",
243 coefficients.push_back(
newCoef);
269 cout <<
"made pdfs, make toy generator" << endl;
287 for (
int i = 0; i <
nToys; ++i) {
288 cout <<
"on toy " << i << endl;
292 std::unique_ptr<RooFitResult>
result{
310 cout <<
"NLL Results: null " <<
resultNull->minNll() <<
" ref = " <<
result->minNll() <<
" extra"
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 result
static int DefaultPrintLevel()
Abstract base class for binned and unbinned datasets.
Abstract interface for all probability density functions.
RooFit::OwningPtr< RooFitResult > fitTo(RooAbsData &data, CmdArgs_t const &... cmdArgs)
Fit PDF to given dataset.
RooArgList is a container object that can hold multiple RooAbsArg objects.
Bernstein basis polynomials are positive-definite in the range [0,1].
Container class to hold N-dimensional binned data.
The class RooEffProd implements the product of a PDF with an efficiency function.
A propability density function sampled from a multidimensional histogram.
static RooMsgService & instance()
Return reference to singleton instance.
Variable that can be changed from the outside.
BernsteinCorrection is a utility in RooStats to augment a nominal PDF with a polynomial correction te...
Int_t ImportCorrectedPdf(RooWorkspace *, const char *, const char *, const char *)
Main method for Bernstein correction.
double fMaxCorrection
maximum correction factor at any point (default is 100)
BernsteinCorrection(double tolerance=0.05)
double fTolerance
probability to add an unnecessary term
Int_t fMaxDegree
maximum polynomial degree correction (default is 10)
void CreateQSamplingDist(RooWorkspace *wks, const char *nominalName, const char *varName, const char *dataName, TH1F *, TH1F *, Int_t degree, Int_t nToys=500)
Create sampling distribution for q given degree-1 vs. degree corrections.
Persistable container for RooFit projects.
1-D histogram with a float per channel (see TH1 documentation)
RooCmdArg Hesse(bool flag=true)
RooCmdArg Save(bool flag=true)
RooCmdArg Minos(bool flag=true)
RooCmdArg PrintLevel(Int_t code)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
MsgLevel
Verbosity level for RooMsgService::StreamConfig in RooMsgService.
Namespace for the RooStats classes.
Double_t Prob(Double_t chi2, Int_t ndf)
Computation of the probability for a certain Chi-squared (chi2) and number of degrees of freedom (ndf...