13#ifndef ROOT_Math_Factory
14#define ROOT_Math_Factory
Interface class for generic sampling of a distribution, i.e.
Factory class holding static functions to create the interfaces like ROOT::Math::Minimizer via the Pl...
static ROOT::Math::Minimizer * CreateMinimizer(const std::string &minimizerType="", const std::string &algoType="")
static method to create the corrisponding Minimizer given the string Supported Minimizers types are: ...
static ROOT::Math::DistSampler * CreateDistSampler(const std::string &samplerType="")
static method to create the distribution sampler class given a string specifying the type Supported s...
Abstract Minimizer class, defining the interface for the various minimizer (like Minuit2,...
RooCmdArg Minimizer(const char *type, const char *alg=0)
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...