36 RooRealVar mean(
"mean",
"mean of gaussians",5) ;
37 RooRealVar sigma1(
"sigma1",
"width of gaussians",0.5) ;
38 RooRealVar sigma2(
"sigma2",
"width of gaussians",1) ;
40 RooGaussian sig1(
"sig1",
"Signal component 1",
x,mean,sigma1) ;
41 RooGaussian sig2(
"sig2",
"Signal component 2",
x,mean,sigma2) ;
49 RooRealVar sig1frac(
"sig1frac",
"fraction of component 1 in signal",0.8,0.,1.) ;
53 RooRealVar bkgfrac(
"bkgfrac",
"fraction of background",0.5,0.,1.) ;
68 model.chi2FitTo(*dh) ;
79 cout << chi2_lowstat.getVal() << endl ;
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
RooDataSet 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.
RooCmdArg EventRange(Int_t nStart, Int_t nStop)