29 void rf601_intminuit()
38 RooRealVar mean(
"mean",
"mean of g1 and g2",0) ;
39 RooRealVar sigma_g1(
"sigma_g1",
"width of g1",3) ;
42 RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,6.0) ;
68 model.getParameters(
x)->Print(
"s") ;
100 RooPlot* frame =
m.contour(frac,sigma_g2,1,2,3) ;
101 frame->
SetTitle(
"Minuit contour plot") ;
121 sigma_g2.setConstant(
kTRUE) ;
130 new TCanvas(
"rf601_intminuit",
"rf601_intminuit",600,600) ;
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title Offset is a correction factor with respect to the "s...
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
virtual void Print(Option_t *option="") const
Dump this marker with its attributes.
void SetTitle(const char *name)
Set the title of the RooPlot to 'title'.
virtual void Print(Option_t *options=0) const
Print TNamed name and title.
RooRealVar represents a fundamental (non-derived) real valued object.
RooDataSet is a container class to hold unbinned data.
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooMinimizer is a wrapper class around ROOT::Fit:Fitter that provides a seamless interface between th...
virtual void Draw(Option_t *options=0)
Draw this plot and all of the elements it contains.