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

Provides static utilities to create, manage, and update dependent blocks and dependent parameters. More...

#include <map>
#include <unordered_map>
#include <memory>
#include <vector>
#include <iostream>
#include "DependentParameter.h"
#include "Block.h"
Include dependency graph for DependentBlockManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DependentBlockManager
 Static class for handling dependent blocks and parameters across different Parameters instances. More...
 

Detailed Description

Provides static utilities to create, manage, and update dependent blocks and dependent parameters.

This file defines the DependentBlockManager class, which offers functions to automate the creation of DependentBlock and DependentParameter instances, mainly interacting with the Parameters singleton.

Definition in file DependentBlockManager.h.