A class for the branching ratio of \(K_L\to\pi^0\nu\bar{\nu}\). More...
#include <BR_Kp0nunu.h>
A class for the branching ratio of \(K_L\to\pi^0\nu\bar{\nu}\).
This class is used to compute the theoretical value of the branching ratio of \(K_L\to\pi^0\nu\bar{\nu}\).
The model parameters of BR_Kppnunu are summarized below:
Label | LaTeX symbol | Description |
---|---|---|
PhSp_KL | \(\) | The phase space integral of the decay. |
DeltaP_cu | \(\) | The long-distance correction to the charm contribution. |
IB_Kp | \(\) | Defined as \( f_+^{K^+\pi^+}/f_+^{K^0\pi^+}\) |
IB_KL | \(\) | Defined as \( (f_+^{K^+\pi^0}/f_+^{K^0\pi^+})*(f_+^{K^0\pi^0}/f_+^{K^+\pi^+}) \) |
IB_K0p | \(\) | Defined as \( f_+^{K^+\pi^0}/f_+^{K^0\pi^+}\) |
Vus_fpK0Pip | \(\) | Defined as the norm of \( f_+^{K^0\pi^+} * V_{us}\) |
Definition at line 74 of file BR_Kp0nunu.h.
Public Member Functions | |
BR_Kp0nunu (const StandardModel &SM_i) | |
double | BRKp0nunu (orders order, orders_qed order_qed) |
double | computeThValue () |
double | k_zero () |
gslpp::complex | LongDistance () |
![]() | |
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 | |
const StandardModel & | mySM |
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... | |
BR_Kp0nunu::BR_Kp0nunu | ( | const StandardModel & | SM_i | ) |
constructor
Flavour |
Definition at line 13 of file BR_Kp0nunu.cpp.
double BR_Kp0nunu::BRKp0nunu | ( | orders | order, |
orders_qed | order_qed | ||
) |
order | |
order_qed |
Definition at line 27 of file BR_Kp0nunu.cpp.
|
virtual |
Implements ThObservable.
Definition at line 22 of file BR_Kp0nunu.cpp.
double BR_Kp0nunu::k_zero | ( | ) |
Definition at line 96 of file BR_Kp0nunu.cpp.
gslpp::complex BR_Kp0nunu::LongDistance | ( | ) |
Definition at line 104 of file BR_Kp0nunu.cpp.
|
private |
Definition at line 116 of file BR_Kp0nunu.h.