28 class TestBasic703 :
public RooFitTestUnit
31 TestBasic703(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Efficiency product operator p.d.f",refFile,writeRef,verbose) {} ;
68 RooPlot* frame2 = t.frame(
Title(
"Pdf with and without efficiency")) ;
71 modelEff.plotOn(frame2) ;
83 modelEff.fitTo(*data) ;
86 RooPlot* frame3 = t.frame(
Title(
"Fitted pdf with efficiency")) ;
88 modelEff.plotOn(frame3) ;
91 regPlot(frame1,
"rf703_plot1") ;
92 regPlot(frame2,
"rf703_plot2") ;
93 regPlot(frame3,
"rf703_plot3") ;
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 LineColor(Color_t color)
RooCmdArg Title(const char *name)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t tau
RooCmdArg LineStyle(Style_t style)
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. ...