Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
SMFromHypProxy.h
Go to the documentation of this file.
1#include "ICoreAPI.h"
2#include "HyperisoMaster.h"
3
41class SMFromHypProxy : public ICoreAPI<bool> {
42public:
46 explicit SMFromHypProxy() = default;
47
53 inline bool get() override { return HyperisoMaster().check_flag(ExternalFlag::HYP_AS_SM_MARTY);}
54
55};
@ HYP_AS_SM_MARTY
If true, use Hyperiso as SM values for Wilson coefficients (up to NNLO).
High-level helpers for initializing and monitoring the Hyperiso framework.
High-level interface to initialize and monitor the main framework configuration.
bool check_flag(ExternalFlag flag)
Checks if a specific external flag is active.
Generic interface returning a single value of type T from the core.
Definition ICoreAPI.h:30
Returns whether Hyperiso is configured to provide the SM part in the Marty workflow.
bool get() override
Returns true if ExternalFlag::HYP_AS_SM_MARTY is active.
SMFromHypProxy()=default
Default constructor.