13 using EnvPart = std::pair<std::string, size_t>;
Definition: AllFlavorsShape.h:14
Structure encoding the structure of the PDF error-set (Taken from LHAPDF library code)
Definition: PDFErrInfo.h:12
size_t nmemCore() const
Number of core-set members.
double conflevel
Default confidence-level.
Definition: PDFErrInfo.h:30
std::pair< std::string, size_t > EnvPart
Definition: PDFErrInfo.h:13
std::vector< EnvParts > QuadParts
Definition: PDFErrInfo.h:15
size_t nmemPar() const
Number of par-set members.
std::string qpartName(size_t iq) const
Calculated name of a quadrature part.
std::vector< EnvPart > EnvParts
Definition: PDFErrInfo.h:14
std::vector< std::string > qpartNames() const
Calculated names of all quadrature parts.
PDFErrInfo(QuadParts parts, double cl, const std::string &errtypestr="")
Constructor.
Definition: PDFErrInfo.h:18
QuadParts qparts
Error-set quadrature parts.
Definition: PDFErrInfo.h:27
PDFErrInfo()=default
Default constructor (for STL, Cython, etc.)
std::string coreType() const
Calculated name of a quadrature part.
Definition: PDFErrInfo.h:36
std::string errtype
Error-type annotation.
Definition: PDFErrInfo.h:33
static PDFErrInfo CalculateErrorInfo(const YamlErrorInfo &yamlErrInfo)
Parse extended error type syntax.
Definition: YamlErrorInfo.h:9