|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Interface for loading parameter mappings from an external source. More...
#include <memory>#include <string>#include <unordered_map>#include "Include.h"#include "IParser.h"#include "InterpretedParam.h"

Go to the source code of this file.
Classes | |
| class | IParamMappingSource |
| Abstract source of InterpretedParam mappings. More... | |
Interface for loading parameter mappings from an external source.
Implementations of this interface know how to read some external representation (JSON, YAML, database, etc.) and convert it into a map of symbolic parameter names to InterpretedParam descriptors.
Definition in file IParamMappingSource.h.