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
7
namespace
nmssm_scalar_matching
{
8
9
struct
Result
{
10
bool
active
{
false
};
11
scalar_t
cq1
{0.0};
12
scalar_t
cq2
{0.0};
13
};
14
15
bool
is_active
();
16
Result
compute
(
const
ParamSrc
& src,
int
lepton_mass_slot);
17
18
}
// namespace nmssm_scalar_matching
19
20
#endif
SourcesView.h
ParamSrc
Lightweight view over a set of source parameters keyed by ParamId.
Definition
SourcesView.h:249
scalar_t
Definition
scalar.h:11
nmssm_scalar_matching
Definition
NMSSMScalarMatching.cpp:15
nmssm_scalar_matching::compute
Result compute(const ParamSrc &src, int lepton_mass_slot)
Definition
NMSSMScalarMatching.cpp:85
nmssm_scalar_matching::is_active
bool is_active()
Definition
NMSSMScalarMatching.cpp:79
scalar.h
nmssm_scalar_matching::Result
Definition
NMSSMScalarMatching.h:9
nmssm_scalar_matching::Result::cq1
scalar_t cq1
Definition
NMSSMScalarMatching.h:11
nmssm_scalar_matching::Result::active
bool active
Definition
NMSSMScalarMatching.h:10
nmssm_scalar_matching::Result::cq2
scalar_t cq2
Definition
NMSSMScalarMatching.h:12
Hyperiso
core
src
PhysicalModel
domain
WCoef
BSM
NMSSMScalarMatching.h
Generated by
1.9.8