32   auto dataH = std::make_unique<RooDataHist>(
"dataH", 
"dataH", 
RooArgSet{
x});
 
   49   customConfig.getConfigSection(
"RooBinIntegrator").setRealValue(
"numBins", numBins);
 
   61void rf614_binned_fit_problems()
 
   88   std::unique_ptr<RooFitResult> SumW2Error(
false))};
 
  133   std::unique_ptr<RooFitResult> 
fit5{
 
  168   std::unique_ptr<RooAbsData> 
modelData{model.generateBinned(
x)};
 
  190   std::unique_ptr<RooFitResult> 
fit7{
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Abstract base class for RooRealVar binning definitions.
 
Abstract interface for all probability density functions.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
void setIntegratorConfig()
Remove the specialized numeric integration configuration associated with this object.
 
virtual void forceNumInt(bool flag=true)
 
const RooNumIntConfig * getIntegratorConfig() const
Return the numeric integration configuration used for this object.
 
RooFit::OwningPtr< RooAbsReal > createIntegral(const RooArgSet &iset, const RooCmdArg &arg1, const RooCmdArg &arg2={}, const RooCmdArg &arg3={}, const RooCmdArg &arg4={}, const RooCmdArg &arg5={}, const RooCmdArg &arg6={}, const RooCmdArg &arg7={}, const RooCmdArg &arg8={}) const
Create an object that represents the integral of the function over one or more observables listed in ...
 
Efficient implementation of a sum of PDFs of the form.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
static RooMsgService & instance()
Return reference to singleton instance.
 
Holds the configuration parameters of the various numeric integrators used by RooRealIntegral.
 
RooPowerSum implements a power law PDF of the form.
 
Variable that can be changed from the outside.
 
void setBins(Int_t nBins, const char *name=nullptr)
Create a uniform binning under name 'name' for this variable.
 
RooConstVar & RooConst(double val)
 
RooCmdArg NormSet(Args_t &&... argsOrArgSet)
 
RooCmdArg IntegrateBins(double precision)
Integrate the PDF over bins.
 
RooCmdArg Offset(std::string const &mode)
 
RooCmdArg Save(bool flag=true)
 
RooCmdArg SumW2Error(bool flag)
 
RooCmdArg PrintLevel(Int_t code)
 
RooCmdArg Range(const char *rangeName, bool adjustNorm=true)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...