29 class TestBasic305 :
public RooFitTestUnit
32 TestBasic305(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Product operator p.d.f. with conditional term",refFile,writeRef,verbose) {} ;
48 RooRealVar sigmax(
"sigma",
"width of gaussian",0.5) ;
49 RooGaussian gaussx(
"gaussx",
"Gaussian in x with shifting mean in y",
x,fy,sigmax) ;
78 model.plotOn(xframe) ;
83 model.plotOn(yframe) ;
89 regTH(hh_model,
"rf305_model2d") ;
90 regPlot(xframe,
"rf305_plot1") ;
91 regPlot(yframe,
"rf305_plot2") ;
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.
RooProdPdf is an efficient implementation of a product of PDFs of the form.
RooCmdArg Conditional(const RooArgSet &pdfSet, const RooArgSet &depSet, Bool_t depsAreCond=kFALSE)
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())
RooConstVar & RooConst(Double_t val)
RooCmdArg Binning(const RooAbsBinning &binning)