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 |
|---|---|---|
| Br_Kp_P0enu | \(\mathrm{BR}(K^+\to\pi^0e^+\nu)\) | The experimental value for the branching ratio of \(K^+\to\pi^0e^+\nu\). |
| DeltaP_cu | \(\) | The long-distance correction to the charm contribution of \(K^+\to\pi^+\nu\bar{\nu}\). |
| IB_Kp | \(\) | The isospin breaking corrections between \(K^+\to\pi^+ \nu\bar{\nu}\) and \(K^+\to\pi^0 e^+\nu\). |
Definition at line 57 of file BR_Kppnunu.h.
Public Member Functions | |
| BR_Kppnunu (StandardModel &SM_i) | |
| double | computeThValue () |
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... | |
Protected Member Functions | |
| gslpp::complex | BRKppnunu (orders order, orders_qed order_qed) |
| gslpp::complex | P_C (orders order) |
Private Attributes | |
| Charm_Kpnunu | CKpnunu |
| 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 | ( | StandardModel & | SM_i | ) |
constructor
| Flavour |
Definition at line 13 of file BR_Kppnunu.cpp.
|
protected |
| order | |
| order_qed |
Definition at line 28 of file BR_Kppnunu.cpp.
|
virtual |
Implements ThObservable.
Definition at line 19 of file BR_Kppnunu.cpp.
|
protected |
| order |
|
private |
Definition at line 95 of file BR_Kppnunu.h.
|
private |
Definition at line 94 of file BR_Kppnunu.h.