26void rf704_amplitudefit()
 
   59   std::unique_ptr<RooDataSet> 
data{pdf.generate({t, 
cosa}, 10000)};
 
   89   TCanvas *
c = 
new TCanvas(
"rf704_amplitudefit", 
"rf704_amplitudefit", 800, 800);
 
   92   gPad->SetLeftMargin(0.15);
 
   93   frame1->GetYaxis()->SetTitleOffset(1.4);
 
   96   gPad->SetLeftMargin(0.15);
 
   97   frame2->GetYaxis()->SetTitleOffset(1.4);
 
  100   gPad->SetLeftMargin(0.20);
 
  101   hh_cos->GetZaxis()->SetTitleOffset(2.3);
 
  104   gPad->SetLeftMargin(0.20);
 
  105   hh_sin->GetZaxis()->SetTitleOffset(2.3);
 
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
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
Plot frame and a container for graphics objects within that frame.
 
A RooAbsReal implementing a polynomial in terms of a list of RooAbsReal coefficients.
 
Represents the product of a given set of RooAbsReal objects.
 
Implements a PDF constructed from a sum of functions:
 
Variable that can be changed from the outside.
 
TH1 is the base class of all histogram classes in ROOT.
 
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
 
RooCmdArg PrintLevel(Int_t code)
 
RooCmdArg Components(Args_t &&... argsOrArgSet)
 
RooCmdArg Binning(const RooAbsBinning &binning)
 
RooCmdArg LineColor(TColorNumber color)
 
RooCmdArg LineStyle(Style_t style)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...