|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
WilsonCoefficient implementation whose matching is produced by a MARTY backend. More...
#include <complex>#include <iostream>#include <math.h>#include "Wilson.h"#include "DataFrame.h"#include "CSVReader.h"#include "InterpretedParam.h"#include "IMartyWilsonProxy.h"#include "IMartyWilsonPathProxy.h"#include "Utils.h"

Go to the source code of this file.
Classes | |
| struct | MartyWilsonConfig |
| Configuration bundle for constructing a MartyWilson coefficient. More... | |
| class | MartyWilson |
| WilsonCoefficient whose matching value is computed through MARTY. More... | |
WilsonCoefficient implementation whose matching is produced by a MARTY backend.
This header defines:
MartyWilson is meant to plug into the same dependency/composition pipeline as builtin coefficients:
Definition in file MartyWilson.h.