26void rf105_funcbinding()
56 std::unique_ptr<RooDataSet>
data{
beta->generate(
x2, 10000)};
68 TF1 *
fa1 =
new TF1(
"fa1",
"sin(x)/x", 0, 10);
83 TCanvas *
c =
new TCanvas(
"rf105_funcbinding",
"rf105_funcbinding", 1200, 400);
86 gPad->SetLeftMargin(0.15);
87 frame1->GetYaxis()->SetTitleOffset(1.6);
90 gPad->SetLeftMargin(0.15);
91 frame2->GetYaxis()->SetTitleOffset(1.6);
94 gPad->SetLeftMargin(0.15);
95 frame3->GetYaxis()->SetTitleOffset(1.6);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char x2
Abstract interface for all probability density functions.
Abstract base class for objects that represent a real value and implements functionality common to al...
Plot frame and a container for graphics objects within that frame.
Variable that can be changed from the outside.
RooCmdArg PrintLevel(Int_t code)
double beta_pdf(double x, double a, double b)
Probability density function of the beta distribution.
double beta(double x, double y)
Calculates the beta function.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
RooAbsPdf * bindPdf(const char *name, CFUNCD1D func, RooAbsReal &x)
RooAbsReal * bindFunction(const char *name, CFUNCD1D func, RooAbsReal &x)
Double_t Erf(Double_t x)
Computation of the error function erf(x).