///////////////////////////////////////////////////////////////////////////////////////////////////
// enum ePriorType
[helpstring("Type of prior distribution.")]
typedef enum ePriorType
{
[helpstring("Univariate prior distribution")]
eUnivariate,
[helpstring("Multivariate prior distribution")]
eMultivariate,
[helpstring("Distribution calculated in CDreamEvaluator::GetPriorDataCustom")]
eCustom
} ePriorType;