Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
KPinunuDecay.h
Go to the documentation of this file.
1#ifndef __KPINUNUDECAY_H__
2#define __KPINUNUDECAY_H__
3
4#include "DecayParent.h"
5#include "General.h"
6#include "DefaultConfig.h"
7
22
26class KPinunuDecay : public DecayParentConfigurable<DecayConfig> {
27private:
29
30protected:
31 double P_c();
32 double BR_L();
33 double BR_p();
34
35public:
36 KPinunuDecay(QCDOrder order, double matching_scale, double hadronic_scale, ObservablePortsConfig& ports) : DecayParentConfigurable(DecayMapper::to_id(Decays::K__pi_nu_nu), matching_scale, hadronic_scale, order, ports) {
39 }
40
41 void load_params() override;
42 std::vector<ObservableValue> compute_observable(Observables obs) override;
43 std::vector<ObservableValue> compute_observable(ObservableId obs) override;
44};
45
46#endif // __KPINUNUDECAY_H__
Base class for observable/decay computation modules.
Observables
Definition GeneralEnum.h:4
QCDOrder
Decays
@ K__pi_nu_nu
std::complex< double > complex_t
Convenience alias for std::complex<double>.
Definition Utils.h:35
Mapper for decay names, dynamic ids and observable membership.
Definition decay_ids.hpp:88
Typed configuration adapter for DecayParent using std::any.
WilsonBuildConfig w_config
Wilson build configuration used when enabling this decay (scales, order, groups).
ObservablePortsConfig & ports
Reference to the ports/configuration wiring this decay to the framework.
Definition DecayParent.h:93
QCDOrder max_order
Maximum QCD order supported by this decay module (default: LO).
Definition DecayParent.h:90
Decay parent for the K_L,S > ll decays. Currently implements BR(K_L,S > mu mu) with both possible sig...
std::vector< ObservableValue > compute_observable(Observables obs) override
Compute an observable given a public observable enum.
void load_params() override
Load and cache parameters needed by this decay.
KPinunuDecay(QCDOrder order, double matching_scale, double hadronic_scale, ObservablePortsConfig &ports)
Dependency container (“ports”) for observable computations.
std::unordered_set< WGroupId > groups
Set of Wilson operator group identifiers to be included in the build.
Definition Configs.h:36