A class for calculating all the Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei. More...
#include <Heffmueconv.h>
A class for calculating all the Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei.
The Heffmueconv class aggregates the Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei generated by the model and sum them order by order.
Definition at line 23 of file Heffmueconv.h.
Public Member Functions | |
| gslpp::vector< gslpp::complex > ** | ComputeCoeffmueconv () |
| Computes the Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei. More... | |
| const StandardModel & | GetModel () const |
| Calls the model analyzed to calculate Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei. More... | |
| Heffmueconv (const StandardModel &SM_i) | |
| The constructor of the class Heffmueconv. More... | |
| virtual | ~Heffmueconv () |
| destructor of the class Heffmueconv. More... | |
Private Attributes | |
| WilsonCoefficient | coeffmueconv |
| Variable which stores the Wilson coefficient for \( \mu \to e \) conversion in Nuclei. More... | |
| const StandardModel & | model |
| Variable which stores the model information. More... | |
| Heffmueconv::Heffmueconv | ( | const StandardModel & | SM_i | ) |
The constructor of the class Heffmueconv.
| [in] | Wilson | coefficient responsible for the process \( \mu \to e \) conversion in Nuclei in the SM |
| [in] | Wilson | coefficient responsible for the process \( \mu \to e \) conversion in Nuclei in the model analyzed |
Definition at line 10 of file Heffmueconv.cpp.
|
virtual |
| gslpp::vector< gslpp::complex > ** Heffmueconv::ComputeCoeffmueconv | ( | ) |
Computes the Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei.
Definition at line 18 of file Heffmueconv.cpp.
|
inline |
Calls the model analyzed to calculate Wilson coefficients for the process \( \mu \to e \) conversion in Nuclei.
Definition at line 46 of file Heffmueconv.h.
|
private |
Variable which stores the Wilson coefficient for \( \mu \to e \) conversion in Nuclei.
Definition at line 59 of file Heffmueconv.h.
|
private |
Variable which stores the model information.
Definition at line 54 of file Heffmueconv.h.