A class for calculating the amplitudes contributing to \(\epsilon_K\) and \(\Delta M_K\). More...
#include <AmpDK2.h>
A class for calculating the amplitudes contributing to \(\epsilon_K\) and \(\Delta M_K\).
This class is used to compute the theoretical value of amplitudes contributing to \(\epsilon_K\) and \(\Delta M_K\). The hadronic matrix elements are defined for the operators \(O_1, \ldots, O_5\) in the chiral limit as can be found in ...
Public Member Functions | |
AmpDK2 (const StandardModel &SM_i) | |
Constructor. More... | |
Protected Member Functions | |
gslpp::complex | AmpDK (orders order) |
compute the amplitude for kaon oscillations More... | |
gslpp::complex | AmpDMKNP (orders order) |
compute the NP part of the amplitude for kaon oscillations More... | |
Private Attributes | |
const StandardModel & | mySM |
AmpDK2::AmpDK2 | ( | const StandardModel & | SM_i | ) |
Constructor.
[in] | SM_i | a reference to an object of type StandardModel |
Definition at line 12 of file AmpDK2.cpp.
|
protected |
compute the amplitude for kaon oscillations
[in] | order | the QCD order of the computation |
Definition at line 18 of file AmpDK2.cpp.
|
protected |
compute the NP part of the amplitude for kaon oscillations
[in] | order | the QCD order of the computation |
Definition at line 72 of file AmpDK2.cpp.
|
private |