A class for the \(M \to V \gamma\) decay. More...
#include <MVgamma.h>
A class for the \(M \to V \gamma\) decay.
This class is used to compute all the functions needed in order to compute the observables relative to the \(M \to V \gamma\) decay. After the parameters are updated in updateParameters() and the form factor \( T_1 \) is computed in T_1() following [42], the QCDF corrections to the Wilson coefficient \( C_7 \) is computed in the functions G1(), G8(), H1() and H8() [43]. The helicity amplitudes \(H_V^{(+,-)},\overline{H}_V^{(+,-)}\) are build in H_V_p(), H_V_m(), H_V_p_bar() and H_V_m_bar() following [93], in order to be further used to build the observables.
Public Member Functions | |
| gslpp::complex | G1 (double s) |
| Correction in eq. (42) of [43]. More... | |
| gslpp::complex | G8 () |
| Correction in eq. (42) of [43]. More... | |
| gslpp::complex | H1 (double s) |
| Correction in eq. (42) of [43]. More... | |
| gslpp::complex | H8 () |
| Correction in eq. (42) of [43]. More... | |
| gslpp::complex | H_V_m () |
| The helicity amplitude \( H_V^- \). More... | |
| gslpp::complex | H_V_m_bar () |
| The helicity amplitude \( \bar{H}_V^- \). More... | |
| gslpp::complex | H_V_p () |
| The helicity amplitude \( H_V^+ \). More... | |
| gslpp::complex | H_V_p_bar () |
| The helicity amplitude \( \bar{H}_V^+ \). More... | |
| MVgamma (const StandardModel &SM_i, StandardModel::meson meson_i, StandardModel::meson vector_i) | |
| Constructor. More... | |
| double | T_1 () |
| The transverse form factor \( T_1 \). More... | |
| void | updateParameters () |
| The update parameter method for MVgamma. More... | |
| virtual | ~MVgamma () |
| Destructor. More... | |
Public Member Functions inherited from ThObservable | |
| virtual double | computeThValue ()=0 |
| A member to be overloaded by the respective theory observable. class that calculates the value of the observable. More... | |
| 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... | |
| 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... | |
| ThObservable (const StandardModel &SM_i) | |
| Constructor. More... | |
| ThObservable (const ThObservable &orig) | |
| The copy constructor. More... | |
| virtual | ~ThObservable () |
| The default destructor. More... | |
Public Attributes | |
| double | a_0T1 |
| double | a_1T1 |
| double | a_2T1 |
| double | ale |
| gslpp::vector< gslpp::complex > ** | allcoeff |
| gslpp::vector< gslpp::complex > ** | allcoeffh |
| gslpp::vector< gslpp::complex > ** | allcoeffprime |
| gslpp::complex | C_2 |
| gslpp::complex | C_2h |
| gslpp::complex | C_7 |
| gslpp::complex | C_7p |
| gslpp::complex | C_8 |
| gslpp::complex | C_8h |
| double | GF |
| gslpp::complex | h [2] |
| double | lambda |
| gslpp::complex | lambda_t |
| double | Mb |
| double | Mc |
| double | MM |
| double | MM2 |
| double | MRT1_2 |
| double | Ms |
| double | mu_b |
| double | mu_h |
| double | MV |
| double | MW |
| double | width |
Private Attributes | |
| StandardModel::meson | meson |
| StandardModel::meson | vectorM |
Additional Inherited Members | |
Protected Attributes inherited from ThObservable | |
| double | max |
| the bin maximum. More... | |
| double | min |
| The bin minimum. More... | |
| const StandardModel & | SM |
| A reference to an object of StandardMode class. More... | |
| MVgamma::MVgamma | ( | const StandardModel & | SM_i, |
| StandardModel::meson | meson_i, | ||
| StandardModel::meson | vector_i | ||
| ) |
Constructor.
| [in] | SM_i | a reference to an object of type StandardModel |
| [in] | meson_i | initial meson of the decay |
| [in] | vector_i | final vector meson of the decay |
Definition at line 12 of file MVgamma.cpp.
|
virtual |
| gslpp::complex MVgamma::G1 | ( | double | s | ) |
Correction in eq. (42) of [43].
| s | \( m_c^2/m_b^2 \) |
Definition at line 85 of file MVgamma.cpp.
| gslpp::complex MVgamma::G8 | ( | ) |
Correction in eq. (42) of [43].
Definition at line 102 of file MVgamma.cpp.
| gslpp::complex MVgamma::H1 | ( | double | s | ) |
Correction in eq. (42) of [43].
| s | \( m_c^2/m_b^2 \) |
Definition at line 107 of file MVgamma.cpp.
| gslpp::complex MVgamma::H8 | ( | ) |
Correction in eq. (42) of [43].
Definition at line 120 of file MVgamma.cpp.
| gslpp::complex MVgamma::H_V_m | ( | ) |
The helicity amplitude \( H_V^- \).
Definition at line 130 of file MVgamma.cpp.
| gslpp::complex MVgamma::H_V_m_bar | ( | ) |
The helicity amplitude \( \bar{H}_V^- \).
Definition at line 143 of file MVgamma.cpp.
| gslpp::complex MVgamma::H_V_p | ( | ) |
| gslpp::complex MVgamma::H_V_p_bar | ( | ) |
| double MVgamma::T_1 | ( | ) |
| void MVgamma::updateParameters | ( | ) |
The update parameter method for MVgamma.
Definition at line 23 of file MVgamma.cpp.
| gslpp::vector<gslpp::complex>** MVgamma::allcoeff |
| gslpp::vector<gslpp::complex>** MVgamma::allcoeffh |
| gslpp::vector<gslpp::complex>** MVgamma::allcoeffprime |
| gslpp::complex MVgamma::C_2 |
| gslpp::complex MVgamma::C_2h |
| gslpp::complex MVgamma::C_7 |
| gslpp::complex MVgamma::C_7p |
| gslpp::complex MVgamma::C_8 |
| gslpp::complex MVgamma::C_8h |
| gslpp::complex MVgamma::h[2] |
| gslpp::complex MVgamma::lambda_t |
|
private |
|
private |