Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Parameters.cpp File Reference
#include "Parameters.h"
#include <stdexcept>
#include "DependentBlockManager.h"
#include "MemoryManager.h"
#include "ParameterRuntimeContext.h"
Include dependency graph for Parameters.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, std::shared_ptr< Parameters > instance)
 

Variables

auto matches_block
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
std::shared_ptr< Parameters instance 
)

Prints the underlying BlockAccessor.

Parameters
osOutput stream.
instanceRepository instance to print.
Returns
Output stream.

Definition at line 198 of file Parameters.cpp.

Variable Documentation

◆ matches_block

auto matches_block
Initial value:
= [](const BlockName& expected, const BlockName& actual) {
if (expected == actual) {
return true;
}
if (expected == "FOBS") {
return actual.to_string().starts_with("FOBS_");
}
return false;
}
Block identifier with alias support.
Definition BlockName.h:59

Definition at line 94 of file Parameters.cpp.