Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IParamMappingSource.h File Reference

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"
Include dependency graph for IParamMappingSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IParamMappingSource
 Abstract source of InterpretedParam mappings. More...
 

Detailed Description

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.