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") ;
RooCmdArg LineColor(Color_t color)
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
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.
virtual void SetMaximum(Double_t maximum=-1111)
Set maximum value of Y axis.
RooCmdArg Bins(Int_t nbin)