11#ifndef ROOT_Math_DistSamplerOptions 
   12#define ROOT_Math_DistSamplerOptions 
   91   void Print(std::ostream & os = std::cout) 
const;
 
DistSampler options class.
 
DistSamplerOptions & operator=(const DistSamplerOptions &opt)
assignment operators
 
int PrintLevel() const
non-static methods for retrivieng options
 
static void SetDefaultSampler(const char *type)
 
void SetExtraOptions(const IOptions &opt)
set extra options (in this case pointer is cloned)
 
void SetAlgorithm(const char *type)
set minimizer algorithm
 
static int DefaultPrintLevel()
 
const std::string & Algorithm() const
type of algorithm
 
static void SetDefaultPrintLevel(int level)
 
static void PrintDefault(const char *name, std::ostream &os=std::cout)
print all the default options for the name given
 
void SetSampler(const char *type)
set minimizer type
 
ROOT::Math::IOptions * fExtraOptions
 
static const std::string & DefaultSampler()
 
const std::string & Sampler() const
type of minimizer
 
static void SetDefaultAlgorithmND(const char *algo)
 
IOptions * ExtraOptions() const
return extra options (NULL pointer if they are not present)
 
static const std::string & DefaultAlgorithmND()
 
static const std::string & DefaultAlgorithm1D()
 
static void SetDefaultAlgorithm1D(const char *algo)
 
static ROOT::Math::IOptions & Default(const char *name)
retrieve extra options - if not existing create a IOptions
 
static ROOT::Math::IOptions * FindDefault(const char *name)
 
void SetPrintLevel(int level)
non-static methods for setting options
 
void Print(std::ostream &os=std::cout) const
print all the options
 
Generic interface for defining configuration options of a numerical algorithm.
 
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...