15 #ifndef BORNAGAIN_CORE_PARAMETRIZATION_PARAMETERSAMPLE_H 
   16 #define BORNAGAIN_CORE_PARAMETRIZATION_PARAMETERSAMPLE_H 
   24     ParameterSample(
double _value = 0., 
double _weight = 1.) : value(_value), weight(_weight) {}
 
A parameter value with a weight, as obtained when sampling from a distribution.