Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
NMSSMScalarMatching.h
Go to the documentation of this file.
1#ifndef NMSSM_SCALAR_MATCHING_H
2#define NMSSM_SCALAR_MATCHING_H
3
4#include "SourcesView.h"
5#include "scalar.h"
6
7namespace nmssm_scalar_matching {
8
9struct Result {
10 bool active {false};
13};
14
15bool is_active();
16Result compute(const ParamSrc& src, int lepton_mass_slot);
17
18} // namespace nmssm_scalar_matching
19
20#endif
Lightweight view over a set of source parameters keyed by ParamId.
Result compute(const ParamSrc &src, int lepton_mass_slot)