27 class TestBasic103 :
public RooFitTestUnit
30 TestBasic103(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Interpreted expression p.d.f.",refFile,writeRef,verbose) {} ;
60 RooPlot* xframe =
x.frame(
Title(
"Interpreted expression pdf")) ;
62 genpdf.plotOn(xframe) ;
106 regPlot(xframe,
"rf103_plot1") ;
107 regPlot(xframe2,
"rf103_plot2") ;
108 regResult(r,
"rf103_fit1") ;
virtual RooPlot * plotOn(RooPlot *frame, const RooCmdArg &arg1=RooCmdArg::none(), const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none()) const
Plot dataset on specified frame.
RooCmdArg Title(const char *name)
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. ...
RooCmdArg Save(Bool_t flag=kTRUE)
RooConstVar & RooConst(Double_t val)
RooGenericPdf is a concrete implementation of a probability density function, which takes a RooArgLis...