Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
SoftsusyRuntimeConfig Namespace Reference

Classes

struct  Resolution
 

Functions

Resolution set_external_path (const std::string &path)
 
Resolution resolve_executable ()
 
std::string availability_message ()
 

Function Documentation

◆ availability_message()

std::string SoftsusyRuntimeConfig::availability_message ( )

Return a human-readable diagnostic for the current SOFTSUSY setup.

Definition at line 205 of file SoftSusy.cpp.

◆ resolve_executable()

Resolution SoftsusyRuntimeConfig::resolve_executable ( )

Return the currently configured/resolved SOFTSUSY executable, if any.

Definition at line 161 of file SoftSusy.cpp.

◆ set_external_path()

Resolution SoftsusyRuntimeConfig::set_external_path ( const std::string &  path)

Register a SOFTSUSY executable or installation directory at runtime.

The path may point directly to softpoint.x, or to a directory containing one of the usual layouts: softpoint.x, bin/softpoint.x, or src/SOFTSUSY/softpoint.x.

Definition at line 152 of file SoftSusy.cpp.