DistSampler options class.
Definition at line 32 of file DistSamplerOptions.h.
#include <Math/DistSamplerOptions.h>
◆ DistSamplerOptions() [1/2]
ROOT::Math::DistSamplerOptions::DistSamplerOptions |
( |
int |
dim = 0 | ) |
|
◆ ~DistSamplerOptions()
ROOT::Math::DistSamplerOptions::~DistSamplerOptions |
( |
| ) |
|
◆ DistSamplerOptions() [2/2]
◆ Algorithm()
const std::string & ROOT::Math::DistSamplerOptions::Algorithm |
( |
| ) |
const |
|
inline |
◆ Default()
IOptions & ROOT::Math::DistSamplerOptions::Default |
( |
const char * |
name | ) |
|
|
static |
◆ DefaultAlgorithm1D()
const std::string & ROOT::Math::DistSamplerOptions::DefaultAlgorithm1D |
( |
| ) |
|
|
static |
◆ DefaultAlgorithmND()
const std::string & ROOT::Math::DistSamplerOptions::DefaultAlgorithmND |
( |
| ) |
|
|
static |
◆ DefaultPrintLevel()
int ROOT::Math::DistSamplerOptions::DefaultPrintLevel |
( |
| ) |
|
|
static |
◆ DefaultSampler()
const std::string & ROOT::Math::DistSamplerOptions::DefaultSampler |
( |
| ) |
|
|
static |
◆ ExtraOptions()
IOptions * ROOT::Math::DistSamplerOptions::ExtraOptions |
( |
| ) |
const |
|
inline |
return extra options (NULL pointer if they are not present)
Definition at line 82 of file DistSamplerOptions.h.
◆ FindDefault()
IOptions * ROOT::Math::DistSamplerOptions::FindDefault |
( |
const char * |
name | ) |
|
|
static |
◆ operator=()
◆ Print()
void ROOT::Math::DistSamplerOptions::Print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ PrintDefault()
void ROOT::Math::DistSamplerOptions::PrintDefault |
( |
const char * |
name, |
|
|
std::ostream & |
os = std::cout |
|
) |
| |
|
static |
◆ PrintLevel()
int ROOT::Math::DistSamplerOptions::PrintLevel |
( |
| ) |
const |
|
inline |
◆ Sampler()
const std::string & ROOT::Math::DistSamplerOptions::Sampler |
( |
| ) |
const |
|
inline |
◆ SetAlgorithm()
void ROOT::Math::DistSamplerOptions::SetAlgorithm |
( |
const char * |
type | ) |
|
|
inline |
◆ SetDefaultAlgorithm1D()
void ROOT::Math::DistSamplerOptions::SetDefaultAlgorithm1D |
( |
const char * |
algo | ) |
|
|
static |
◆ SetDefaultAlgorithmND()
void ROOT::Math::DistSamplerOptions::SetDefaultAlgorithmND |
( |
const char * |
algo | ) |
|
|
static |
◆ SetDefaultPrintLevel()
void ROOT::Math::DistSamplerOptions::SetDefaultPrintLevel |
( |
int |
level | ) |
|
|
static |
◆ SetDefaultSampler()
void ROOT::Math::DistSamplerOptions::SetDefaultSampler |
( |
const char * |
type | ) |
|
|
static |
◆ SetExtraOptions()
void ROOT::Math::DistSamplerOptions::SetExtraOptions |
( |
const IOptions & |
opt | ) |
|
◆ SetPrintLevel()
void ROOT::Math::DistSamplerOptions::SetPrintLevel |
( |
int |
level | ) |
|
|
inline |
◆ SetSampler()
void ROOT::Math::DistSamplerOptions::SetSampler |
( |
const char * |
type | ) |
|
|
inline |
◆ fAlgoType
std::string ROOT::Math::DistSamplerOptions::fAlgoType |
|
private |
◆ fExtraOptions
◆ fLevel
int ROOT::Math::DistSamplerOptions::fLevel |
|
private |
◆ fSamplerType
std::string ROOT::Math::DistSamplerOptions::fSamplerType |
|
private |
[legend]