|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
High-level, user-facing entry point to compute flavor observables. More...
#include <map>#include <memory>#include <vector>#include <string>#include <exception>#include <iostream>#include <cmath>#include <utility>#include "Include.h"#include "Decays.h"#include "ObsManager.h"#include "ObsUseMarty.h"#include "WilsonFreezer.h"#include "LambdaDecay.h"#include "WilsonMatchingPatch.h"

Go to the source code of this file.
Classes | |
| class | ObservableInterface |
High-level, user-facing entry point to compute flavor observables.
ObservableInterface is the public API intended for end users (scripts, CLI, bindings) to:
FOBS,Internally, this interface wires together:
WilsonBuilder wrapped into ObsWilsonBuilder),ObsParameterProxy for SM and FLAVOR parameters,ObsQCDProxy for QCD running (alphas, running masses, constants),ObsUseMarty for backend capability checks,WilsonFreezer to freeze/unfreeze Wilson blocks for non-selected groups,ObsManager that owns the registry of decays and selected observables.The design goal is that users only need this class in typical use.
Definition in file ObservableInterface.h.