28 class TestBasic605 :
public RooFitTestUnit
31 TestBasic605(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Profile Likelihood operator",refFile,writeRef,verbose) {} ;
41 RooRealVar mean(
"mean",
"mean of g1 and g2",0,-10,10) ;
42 RooRealVar sigma_g1(
"sigma_g1",
"width of g1",3) ;
45 RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,6.0) ;
96 RooProfileLL pll_sigmag2(
"pll_sigmag2",
"pll_sigmag2",nll,sigma_g2) ;
106 regPlot(frame1,
"rf605_plot1") ;
107 regPlot(frame2,
"rf605_plot2") ;
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
Class RooProfileLL implements the profile likelihood estimator for a given likelihood and set of para...
RooCmdArg LineColor(Color_t color)
Int_t migrad()
Execute MIGRAD.
RooCmdArg Title(const char *name)
RooCmdArg Range(const char *rangeName, Bool_t adjustNorm=kTRUE)
virtual void SetMinimum(Double_t minimum=-1111)
Set minimum value of Y axis.
RooRealVar represents a fundamental (non-derived) real valued object.
Class RooNLLVar implements a a -log(likelihood) calculation from a dataset and a PDF.
virtual void SetMaximum(Double_t maximum=-1111)
Set maximum value of Y axis.
RooDataSet is a container class to hold unbinned data.
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooCmdArg Bins(Int_t nbin)
RooMinuit is a wrapper class around TFitter/TMinuit that provides a seamless interface between the MI...