A class for the branching ratio of \(K^+\to\pi^+\nu\bar{\nu}\). More...
#include <BR_Kppnunu.h>
Inheritance diagram for BR_Kppnunu:A class for the branching ratio of \(K^+\to\pi^+\nu\bar{\nu}\).
This class is used to compute the theoretical value of the branching ratio of \(K^+\to\pi^+\nu\bar{\nu}\).
The model parameters of BR_Kppnunu are summarized below:
| Label | LaTeX symbol | Description |
|---|---|---|
| PhSp_KP | \(\) | The phase space integral of \(K^+\to\pi^+ \nu\bar{\nu}\) . |
| DeltaP_cu | \(\) | The long-distance correction to the charm contribution of \(K^+\to\pi^+\nu\bar{\nu}\). |
| IB_Kp | \(\) | Defined as \( f_+^{K^+\pi^+}/f_+^{K^0\pi^+}\) |
| Vus_fpK0Pip | \(\) | Defined as the norm of \( f_+^{K^0\pi^+} * V_{us}\) |
| Delta_EM | \(\) | Electromagnetic corrections to the decay. |
Definition at line 67 of file BR_Kppnunu.h.
Public Member Functions | |
| BR_Kppnunu (const StandardModel &SM_i) | |
| double | BRKppnunu (orders order, orders_qed order_qed) |
| double | computeThValue () |
| double | k_plus () |
| gslpp::complex | LongDistance () |
Public Member Functions inherited from ThObservable | |
| 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 | |
Protected Attributes inherited from ThObservable | |
| 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_Kppnunu::BR_Kppnunu | ( | const StandardModel & | SM_i | ) |
constructor
| Flavour |
Definition at line 12 of file BR_Kppnunu.cpp.
| double BR_Kppnunu::BRKppnunu | ( | orders | order, |
| orders_qed | order_qed | ||
| ) |
| order | |
| order_qed |
Definition at line 27 of file BR_Kppnunu.cpp.
|
virtual |
Implements ThObservable.
Definition at line 21 of file BR_Kppnunu.cpp.
| double BR_Kppnunu::k_plus | ( | ) |
Definition at line 86 of file BR_Kppnunu.cpp.
| gslpp::complex BR_Kppnunu::LongDistance | ( | ) |
Definition at line 93 of file BR_Kppnunu.cpp.
|
private |
Definition at line 108 of file BR_Kppnunu.h.