22int main(
int argc,
char** argv) {
29 config_hyp.
mty_model_path = argc > 2 ? argv[2] :
"Assets/input_files/marty_model/ZPrime.h";
31 hyp.init(argc > 1 ? argv[1] :
"Assets/lha/camilia.flha", config_hyp);
User-assembled CoefficientGroup with explicit coefficients and running rules.
User-definable WilsonCoefficient with explicit per-order matching definitions.
Core API exposing the active MARTY model name.
Core API exposing the filesystem path to the MARTY model file.
Concrete IParameterProxy backed by ParameterProvider / Parameters.
Concrete setter for Wilson scale parameters.
Core API indicating whether the MARTY backend is active.
Block composer specialized for the Wilson parameter scope.
High-level interface to initialize and monitor the main framework configuration.
Configuration object controlling model, input flags and optional MARTY resources.
std::optional< fs::path > mty_model_path
Path to the MARTY model file, if needed.
std::optional< std::string > mty_model_name
MARTY model class name, if needed.
Model model
Current model.