32 RooRealVar mean(
"mean",
"mean of gaussians", 5);
33 RooRealVar sigma1(
"sigma1",
"width of gaussians", 0.5);
34 RooRealVar sigma2(
"sigma2",
"width of gaussians", 1);
36 RooGaussian sig1(
"sig1",
"Signal component 1",
x, mean, sigma1);
37 RooGaussian sig2(
"sig2",
"Signal component 2",
x, mean, sigma2);
45 RooRealVar sig1frac(
"sig1frac",
"fraction of component 1 in signal", 0.8, 0., 1.);
49 RooRealVar bkgfrac(
"bkgfrac",
"fraction of background", 0.5, 0., 1.);
73 RooChi2Var chi2_lowstat(
"chi2_lowstat",
"chi2", model, *dhsmall);
74 cout << chi2_lowstat.getVal() << endl;
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
Class RooChi2Var implements a simple chi^2 calculation from a binned dataset and a PDF.
The RooDataHist is a container class to hold N-dimensional binned data.
RooDataSet is a container class to hold unbinned data.
RooDataHist * binnedClone(const char *newName=0, const char *newTitle=0) const
Return binned clone of this dataset.
RooRealVar represents a fundamental (non-derived) real valued object.
Template specialisation used in RooAbsArg:
RooCmdArg EventRange(Int_t nStart, Int_t nStop)