34 RooRealVar mean(
"mean",
"mean of g1 and g2", 0);
35 RooRealVar sigma_g1(
"sigma_g1",
"width of g1", 3);
38 RooRealVar sigma_g2(
"sigma_g2",
"width of g2", 4, 3.0, 6.0);
41 RooRealVar frac(
"frac",
"frac", 0.5, 0.0, 1.0);
64 model.getParameters(
x)->Print(
"s");
94 RooPlot *frame =
m.contour(frac, sigma_g2, 1, 2, 3);
95 frame->
SetTitle(
"Minuit contour plot");
113 sigma_g2.setConstant(
kTRUE);
120 new TCanvas(
"rf601_intminuit",
"rf601_intminuit", 600, 600);
121 gPad->SetLeftMargin(0.15);
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooDataSet is a container class to hold unbinned data.
RooFitResult is a container class to hold the input and output of a PDF fit to a dataset.
RooMinimizer is a wrapper class around ROOT::Fit:Fitter that provides a seamless interface between th...
A RooPlot is a plot frame and a container for graphics objects within that frame.
void SetTitle(const char *name)
Set the title of the RooPlot to 'title'.
virtual void Draw(Option_t *options=0)
Draw this plot and all of the elements it contains.
RooRealVar represents a fundamental (non-derived) real valued object.
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...
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
Template specialisation used in RooAbsArg: