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

Adapter to load parameter mappings from a JSON/YAML-like DBNode tree. More...

#include <variant>
#include <iostream>
#include "IParamMappingSource.h"
#include "DBNode.h"
Include dependency graph for JsonParamMappingAdapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JsonParamMappingAdapter
 IParamMappingSource implementation backed by a JSON-like file. More...
 

Detailed Description

Adapter to load parameter mappings from a JSON/YAML-like DBNode tree.

This adapter uses an IParser implementation (typically JSONParser) to read a mapping file, and exposes it as a collection of InterpretedParam entries keyed by parameter name.

Definition in file JsonParamMappingAdapter.h.