Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Constants and resources used for sampling. More...
#include <bayeux/mygsl/sampling_utils.h>
Public Types | |
enum | index_classification_type { INDEX_UNDEFINED = 0, INDEX_NORMAL = 1, INDEX_OVERFLOW = 2, INDEX_UNDERFLOW = 3 } |
Static Public Attributes | |
static const std::size_t | INVALID_INDEX = std::numeric_limits<std::size_t>::max() |
Invalid value for an index associated to classification != INDEX_NORMAL. More... | |
static const std::size_t | MIN_NUMBER_OF_SAMPLING_VALUES = 2 |
Minimum number of sampling values in a valid sampling object. More... | |
Constants and resources used for sampling.
Sampling index classification:
Enumerator | |
---|---|
INDEX_UNDEFINED | |
INDEX_NORMAL | |
INDEX_OVERFLOW | |
INDEX_UNDERFLOW |
|
static |
Invalid value for an index associated to classification != INDEX_NORMAL.
|
static |
Minimum number of sampling values in a valid sampling object.