A class for \(|\epsilon'_K/\epsilon_K|\) that parametrizes direct CPV in the Kaon sector. More...
#include <EpsilonP_O_Epsilon.h>
A class for \(|\epsilon'_K/\epsilon_K|\) that parametrizes direct CPV in the Kaon sector.
This class is used to compute the theoretical value of \(|\epsilon'_K/\epsilon_K|\). This parameter gets contributions both from the SM and many NP models.
The model parameters of EpsilonP_O_Epsilon are summarized below:
Label | LaTeX symbol | Description |
---|---|---|
ReA0_Kd | \({\cal Re}(A_0(K\to\pi\pi))\) | The experimental value of the real part of the amplitude for \(K^0\to\pi\pi\) with \(\Delta I=0\). |
ReA2_Kd | \({\cal Re}(A_2(K\to\pi\pi))\) | the experimental value of the real part of the amplitude for \(K^0\to\pi\pi\) with \(\Delta I=2\). |
Omega_eta_etap | \(\Omega_{\eta/\eta'}\) | The isospin breaking contribution in \(K^0\to\pi\pi\). |
Definition at line 55 of file EpsilonP_O_Epsilon.h.
Public Member Functions | |
double | computeThValue () |
EpsilonP_O_Epsilon (const StandardModel &SM_i, unsigned int part_i) | |
![]() | |
double | getBinMax () |
A get method to get the maximum value of the bin. More... | |
double | getBinMin () |
A get method to get the minimum value of the bin. More... | |
const StandardModel & | getModel () |
A get method to get the model. More... | |
const std::vector< std::string > | getParametersForObservable () |
A get method to get the parameters for the specific observable. More... | |
void | setBinMax (double max) |
A set method to set the maximum value of the bin. More... | |
void | setBinMin (double min) |
A set method to set the minimum value of the bin. More... | |
void | setParametersForObservable (std::vector< std::string > parametersForObservable_i) |
A set method to get the parameters for the specific observable. More... | |
ThObservable (const StandardModel &SM_i) | |
Constructor. More... | |
ThObservable (const ThObservable &orig) | |
The copy constructor. More... | |
virtual | ~ThObservable () |
The default destructor. More... | |
Private Attributes | |
double | ImA0 |
double | ImA2 |
unsigned int | part |
double | ReA0 |
double | ReA2 |
Additional Inherited Members | |
![]() | |
double | max |
the bin maximum. More... | |
double | min |
The bin minimum. More... | |
std::vector< std::string > | parametersForObservable |
a vector of parameter namesfor the specific observable More... | |
const StandardModel & | SM |
A reference to an object of StandardMode class. More... | |
![]() | |
AmpDS1 (const StandardModel &SM_i) | |
compute the amplitude for \( K_L \) decay in 2 pion More... | |
gslpp::complex | AmpDS1pp0 (orders order) |
gslpp::complex | AmpDS1pp0pureLAT (orders order) |
gslpp::complex | AmpDS1pp2 (orders order) |
gslpp::matrix< double > | getChiralMatrixpp0 () const |
gslpp::matrix< double > | getChiralMatrixpp2 () const |
double | getReA0 () |
double | getReA2 () |
gslpp::matrix< double > | getRIMatrixpp0 () const |
gslpp::matrix< double > | getRISMOMTransMatrix (double mu, orders order) const |
EpsilonP_O_Epsilon::EpsilonP_O_Epsilon | ( | const StandardModel & | SM_i, |
unsigned int | part_i | ||
) |
constructor
Flavour |
Definition at line 12 of file EpsilonP_O_Epsilon.cpp.
|
virtual |
Implements ThObservable.
Definition at line 22 of file EpsilonP_O_Epsilon.cpp.
|
private |
Definition at line 71 of file EpsilonP_O_Epsilon.h.
|
private |
variables for real and imaginary part of \(K^0\to\pi\pi\) with \(\Delta I= 0,2\)
Definition at line 71 of file EpsilonP_O_Epsilon.h.
|
private |
toggle for real, imaginary, absolute or argument value
Definition at line 70 of file EpsilonP_O_Epsilon.h.
|
private |
Definition at line 71 of file EpsilonP_O_Epsilon.h.
|
private |
Definition at line 71 of file EpsilonP_O_Epsilon.h.