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

Core API exposing whether Wilson coefficients are provided as user inputs. More...

#include "HyperisoMaster.h"
#include "Config.h"
#include "ICoreAPI.h"
Include dependency graph for HasWilsonAPI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HasWilsonAPI
 Returns whether Hyperiso currently uses Wilson coefficients as external inputs. More...
 

Detailed Description

Core API exposing whether Wilson coefficients are provided as user inputs.

This header defines HasWilsonAPI, a concrete ICoreAPI<bool> implementation. It queries Hyperiso's active configuration flag ExternalFlag::HAS_WILSON_INPUT through HyperisoMaster.

This is typically used by higher-level components that need to adjust their behavior when Wilson coefficients are treated as external inputs (e.g. preventing modifications to certain matching scales, or changing initialization flows).

See also
HyperisoMaster
HyperisoConfig
ExternalFlag

Definition in file HasWilsonAPI.h.