29 class TestBasic601 :
public RooFitTestUnit
32 TestBasic601(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Interactive Minuit",refFile,writeRef,verbose) {} ;
42 RooRealVar mean(
"mean",
"mean of g1 and g2",0) ;
43 RooRealVar sigma_g1(
"sigma_g1",
"width of g1",3) ;
46 RooRealVar sigma_g2(
"sigma_g2",
"width of g2",4,3.0,6.0) ;
98 sigma_g2.setConstant(
kTRUE) ;
106 regResult(r,
"rf601_r") ;
107 regResult(r2,
"rf601_r2") ;
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooRealVar represents a fundamental (non-derived) real valued object.
Class RooNLLVar implements a a -log(likelihood) calculation from a dataset and a PDF.
RooDataSet is a container class to hold unbinned data.
unsigned int r2[N_CITIES]
RooMinuit is a wrapper class around TFitter/TMinuit that provides a seamless interface between the MI...