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

In-memory store of parameter mappings loaded from an external file. More...

#include <unordered_map>
#include <string>
#include <memory>
#include "IParamMappingSource.h"
Include dependency graph for MappingDatabase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MappingDatabase
 Lightweight container for InterpretedParam mappings. More...
 

Detailed Description

In-memory store of parameter mappings loaded from an external file.

This class encapsulates the logic needed to load a map of (string name → InterpretedParam) from some external description, using an IParamMappingSource implementation (e.g. JSON-based).

Definition in file MappingDatabase.h.