34 class TestBasic599 :
public RooFitTestUnit
37 TestBasic599(
TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Workspace and p.d.f. persistence",refFile,writeRef,verbose) {} ;
44 regWS(w,
"Basic11_ws") ;
48 RooRealVar meanx(
"meanx",
"mean of gaussian",-1) ;
49 RooRealVar sigmax(
"sigmax",
"width of gaussian",3) ;
50 RooGaussian gaussx(
"gaussx",
"gaussian PDF",
x,meanx,sigmax) ;
54 RooRealVar meany(
"meany",
"mean of gaussian",-1) ;
55 RooRealVar sigmay(
"sigmay",
"width of gaussian",3) ;
56 RooGaussian gaussy(
"gaussy",
"gaussian PDF",
y,meany,sigmay) ;
78 regPlot(frame1,
"Basic11_gaussx_framex") ;
83 regPlot(frame2,
"Basic11_gaussxy_framex") ;
87 regPlot(frame3,
"Basic11_gaussxy_framey") ;
92 regPlot(frame4,
"Basic11_sumxy_framex") ;
96 regPlot(frame5,
"Basic11_sumxy_framey") ;
118 RooRealVar gm1frac(
"gm1frac",
"fraction of gm1",0.5) ;
128 decay_gm1.
plotOn(frame6) ;
129 regPlot(frame6,
"Basic11_decay_gm1_framedt") ;
132 decay_gmsum.
plotOn(frame7) ;
133 regPlot(frame7,
"Basic11_decay_gmsum_framedt") ;
140 sim.addPdf(gaussxy,
"A") ;
141 sim.addPdf(flatxy,
"B") ;
155 regPlot(frame8,
"Basic11_sim_framex") ;
169 regPlot(frame1,
"Basic11_gaussx_framex") ;
177 regPlot(frame2,
"Basic11_gaussxy_framex") ;
182 regPlot(frame3,
"Basic11_gaussxy_framey") ;
190 regPlot(frame4,
"Basic11_sumxy_framex") ;
195 regPlot(frame5,
"Basic11_sumxy_framey") ;
202 decay_gm1->
plotOn(frame6) ;
203 regPlot(frame6,
"Basic11_decay_gm1_framedt") ;
210 decay_gmsum->
plotOn(frame7) ;
211 regPlot(frame7,
"Basic11_decay_gmsum_framedt") ;
228 regPlot(frame8,
"Basic11_sim_framex") ;
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
RooCmdArg Project(const RooArgSet &projSet)
RooCmdArg ProjWData(const RooAbsData &projData, Bool_t binData=kFALSE)
virtual Bool_t setLabel(const char *label, Bool_t printError=kTRUE)
Set value by specifying the name of the desired state If printError is set, a message will be printed...
RooAbsPdf * pdf(const char *name) const
Retrieve p.d.f (RooAbsPdf) with given name. A null pointer is returned if not found.
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 RooCmdArg &arg9=RooCmdArg::none(), const RooCmdArg &arg10=RooCmdArg::none()) const
Plot (project) PDF on specified frame.
RooCategory * cat(const char *name) const
Retrieve discrete variable (RooCategory) with given name. A null pointer is returned if not found...
RooPlot * frame(const RooCmdArg &arg1, 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
RooRealVar * var(const char *name) const
Retrieve real-valued variable (RooRealVar) with given name. A null pointer is returned if not found...
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Bool_t import(const RooAbsArg &arg, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg(), const RooCmdArg &arg4=RooCmdArg(), const RooCmdArg &arg5=RooCmdArg(), const RooCmdArg &arg6=RooCmdArg(), const RooCmdArg &arg7=RooCmdArg(), const RooCmdArg &arg8=RooCmdArg(), const RooCmdArg &arg9=RooCmdArg())
Import a RooAbsArg object, e.g.
Bool_t defineType(const char *label)
Define a state with given name, the lowest available positive integer is assigned as index...
RooCmdArg RenameConflictNodes(const char *suffix, Bool_t renameOrigNodes=kFALSE)