29 class TestBasic301 :
public RooFitTestUnit
32 TestBasic301(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Composition extension of basic p.d.f",refFile,writeRef,verbose) {} ;
61 model.plotOn(xframe) ;
66 model.plotOn(yframe) ;
73 regPlot(xframe,
"rf301_plot1") ;
74 regPlot(yframe,
"rf302_plot2") ;
75 regTH(hh_model,
"rf302_model2d") ;
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.
Class RooPolyVar is a RooAbsReal implementing a polynomial in terms of a list of RooAbsReal coefficie...
RooRealVar represents a fundamental (non-derived) real valued object.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
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 YVar(const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
RooCmdArg Binning(const RooAbsBinning &binning)