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