46 RooRealVar c0(
"c0",
"Chebychev coefficient 0", -0.846, -1., 1.);
47 RooRealVar c1(
"c1",
"Chebychev coefficient 1", 0.112, -1., 1.);
48 RooRealVar c2(
"c2",
"Chebychev coefficient 2", 0.076, -1., 1.);
94 mcs->generateAndFit(500);
103 TCanvas *
c =
new TCanvas(
"rf803_mcstudy_addons2",
"rf802_mcstudy_addons2", 800, 800);
106 gPad->SetLeftMargin(0.15);
110 gPad->SetLeftMargin(0.15);
111 z_vs_ngen->GetYaxis()->SetTitleOffset(1.6);
114 gPad->SetLeftMargin(0.15);
118 gPad->SetLeftMargin(0.15);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
Add-on module to RooMCStudy that calculates the significance of a signal by comparing the likelihood ...
Helper class to facilitate Monte Carlo studies such as 'goodness-of-fit' studies, that involve fittin...
Add-on module to RooMCStudy that allows you to randomize input generation parameters.
Variable that can be changed from the outside.
TH1 is the base class of all histogram classes in ROOT.
RooCmdArg FitOptions(const RooCmdArg &arg1, const RooCmdArg &arg2={}, const RooCmdArg &arg3={}, const RooCmdArg &arg4={}, const RooCmdArg &arg5={}, const RooCmdArg &arg6={})
RooCmdArg AutoBinning(Int_t nbins=100, double marginFactor=0.1)
RooCmdArg Silence(bool flag=true)
RooCmdArg Binned(bool flag=true)
RooCmdArg PrintEvalErrors(Int_t numErrors)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...