PDFxTMDLib  1.0.0
YamlErrorInfo.h
Go to the documentation of this file.
1 #pragma once
3 #include <optional>
4 #include <string>
5 
6 namespace PDFxTMD
7 {
9 {
11  std::string ErrorType;
12  size_t errorSize;
13  size_t size;
14 };
15 std::pair<std::optional<YamlErrorInfo>, ErrorType> YamlErrorInfoReader(
16  const std::string &yamlInfoPath);
17 } // namespace PDFxTMD
Definition: AllFlavorsShape.h:14
ErrorType
Definition: PartonUtils.h:42
std::pair< std::optional< YamlErrorInfo >, ErrorType > YamlErrorInfoReader(const std::string &yamlInfoPath)
Definition: YamlErrorInfo.h:9
size_t size
Definition: YamlErrorInfo.h:13
std::string ErrorType
Definition: YamlErrorInfo.h:11
size_t errorSize
Definition: YamlErrorInfo.h:12
double ErrorConfLevel
Definition: YamlErrorInfo.h:10