A class for calculating all the Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \). More...
#include <HeffDLij.h>
A class for calculating all the Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \).
The HeffDLij class aggregates the Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \) generated by the model and sum them order by order.
Definition at line 23 of file HeffDLij.h.
Public Member Functions | |
gslpp::vector< gslpp::complex > ** | ComputeCoeffDLij (int li_lj) |
Computes the Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \). More... | |
const StandardModel & | GetModel () const |
Calls the model analyzed to calculate Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \). More... | |
HeffDLij (const StandardModel &SM_i) | |
The constructor of the class HeffDLij. More... | |
virtual | ~HeffDLij () |
destructor of the class HeffDLij. More... | |
Private Attributes | |
WilsonCoefficient | coeffDLij_1 |
Variable which stores the Wilson coefficient for \( \mu \to e \gamma \). More... | |
WilsonCoefficient | coeffDLij_2 |
Variable which stores the Wilson coefficient for \( \tau \to \mu \gamma \). More... | |
WilsonCoefficient | coeffDLij_3 |
Variable which stores the Wilson coefficient for \( \tau \to e \gamma \). More... | |
const StandardModel & | model |
Variable which stores the model information. More... | |
HeffDLij::HeffDLij | ( | const StandardModel & | SM_i | ) |
The constructor of the class HeffDLij.
[in] | Wilson | coefficient responsible for the process \( \ell_j \to \ell_i \gamma \) in the SM |
[in] | Wilson | coefficient responsible for the process \( \ell_j \to \ell_i \gamma \) in the model analyzed |
Definition at line 10 of file HeffDLij.cpp.
|
virtual |
gslpp::vector< gslpp::complex > ** HeffDLij::ComputeCoeffDLij | ( | int | li_lj | ) |
Computes the Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \).
li_lj | determines the process, e.g., 1 = \( \mu \to e \gamma \), 2 = \( \tau \to \mu \gamma \), 3 = \( \tau \to e \gamma \) |
Definition at line 18 of file HeffDLij.cpp.
|
inline |
Calls the model analyzed to calculate Wilson coefficients for the process \( \ell_j \to \ell_i \gamma \).
Definition at line 47 of file HeffDLij.h.
|
private |
Variable which stores the Wilson coefficient for \( \mu \to e \gamma \).
Definition at line 60 of file HeffDLij.h.
|
private |
Variable which stores the Wilson coefficient for \( \tau \to \mu \gamma \).
Definition at line 64 of file HeffDLij.h.
|
private |
Variable which stores the Wilson coefficient for \( \tau \to e \gamma \).
Definition at line 68 of file HeffDLij.h.
|
private |
Variable which stores the model information.
Definition at line 55 of file HeffDLij.h.