29 class TestBasic306 :
public RooFitTestUnit
32 TestBasic306(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Conditional use of per-event error p.d.f. F(t|dt)",refFile,writeRef,verbose) {} ;
40 RooRealVar dterr(
"dterr",
"per-event error on dt",0.01,10) ;
58 RooDataSet* expDataDterr = pdfDtErr.generate(dterr,10000) ;
88 RooPlot* frame = dt.frame(
Title(
"Slices of decay(dt|dterr) at various dterr")) ;
89 for (
Int_t ibin=0 ; ibin<100 ; ibin+=20) {
96 RooPlot* frame2 = dt.frame(
Title(
"Projection of decay(dt|dterr) on dt")) ;
107 regTH(hh_decay,
"rf306_model2d") ;
108 regPlot(frame,
"rf306_plot1") ;
109 regPlot(frame2,
"rf306_plot2") ;
111 delete expDataDterr ;
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 ProjWData(const RooAbsData &projData, Bool_t binData=kFALSE)
Landau Distribution p.d.f.
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
RooRealVar represents a fundamental (non-derived) real valued object.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
RooCmdArg Name(const char *name)
char * Form(const char *fmt,...)
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 ProtoData(const RooDataSet &protoData, Bool_t randomizeOrder=kFALSE, Bool_t resample=kFALSE)
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
RooCmdArg Normalization(Double_t scaleFactor)
RooConstVar & RooConst(Double_t val)
RooCmdArg ConditionalObservables(const RooArgSet &set)
Single or double sided decay function that can be analytically convolved with any RooResolutionModel ...
Class RooGaussModel implements a RooResolutionModel that models a Gaussian distribution.
RooCmdArg Binning(const RooAbsBinning &binning)