31 class TestBasic704 :
public RooFitTestUnit
34 TestBasic704(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Amplitude sum operator p.d.f",refFile,writeRef,verbose) {} ;
46 RooRealVar deltaGamma(
"deltaGamma",
"deltaGamma", 0.3);
50 RooAbsReal* coshGConv = tm.convolution(&coshGBasis,&t);
51 RooAbsReal* sinhGConv = tm.convolution(&sinhGBasis,&t);
101 RooPlot* frame2 = cosa.frame();
108 regPlot(frame1,
"rf704_plot1") ;
109 regPlot(frame2,
"rf704_plot2") ;
110 regTH(hh_cos,
"rf704_hh_cos") ;
111 regTH(hh_sin,
"rf704_hh_sin") ;
double poly2(const double *x, const double *p)
RooTruthModel is an implementation of RooResolution model that provides a delta-function resolution m...
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)
Class RooRealSumPdf implements a PDF constructed from a sum of functions:
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)
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.
RooProduct a RooAbsReal implementation that represent the product of a given set of other RooAbsReal ...
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooCmdArg Components(const RooArgSet &compSet)
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
RooConstVar & RooConst(Double_t val)
double f2(const double *x)
RooCmdArg Binning(const RooAbsBinning &binning)