43   x.setBins(1000, 
"cache");
 
   44   mean.setBins(50, 
"cache");
 
   50   model.setCacheObservables(
x);
 
   51   model.setBufferFraction(1.0);
 
   57   std::unique_ptr<RooDataHist> 
d{
projModel->generateBinned(
x, 1000)};
 
   69   hh->SetTitle(
"histogram of model(x|mean)");
 
   73   TCanvas *
c = 
new TCanvas(
"rf211_paramconv", 
"rf211_paramconv", 800, 400);
 
   76   gPad->SetLeftMargin(0.15);
 
   80   gPad->SetLeftMargin(0.20);
 
   81   hh->GetZaxis()->SetTitleOffset(2.5);
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Abstract interface for all probability density functions.
RooArgList is a container object that can hold multiple RooAbsArg objects.
PDF for the numerical (FFT) convolution of two PDFs.
Implementation of a probability density function that takes a RooArgList of servers and a C++ express...
Plot frame and a container for graphics objects within that frame.
static RooPlot * frame(const RooAbsRealLValue &var, double xmin, double xmax, Int_t nBins)
Create a new frame for a given variable in x.
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
Variable that can be changed from the outside.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
TH1 is the base class of all histogram classes in ROOT.
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg Bins(Int_t nbin)
RooCmdArg PrintLevel(Int_t code)
RooCmdArg Verbose(bool flag=true)
RooCmdArg ConditionalObservables(Args_t &&... argsOrArgSet)
Create a RooCmdArg to declare conditional observables.
RooCmdArg Binning(const RooAbsBinning &binning)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...