\( |\Delta C = 1 | \) Hamiltonian Class More...
#include <HeffDC1.h>
\( |\Delta C = 1 | \) Hamiltonian Class
The Hamiltonian for \( |\Delta C = 1 | \) processes as \( D^{0} \, \rightarrow \, \pi^{+} \, \pi^{-} \) and \( D^{0} \, \rightarrow \, K^{+} \, K^{-} \)
Public Member Functions | |
gslpp::vector< gslpp::complex > ** | ComputeCoeffDC1_K (double mu, schemes scheme=NDR) |
a method returning the evolved Wilson related to \( D^{0} \, \rightarrow \, K^{+} \, K^{-} \) More... | |
gslpp::vector< gslpp::complex > ** | ComputeCoeffDC1_pi (double mu, schemes scheme=NDR) |
a method returning the evolved Wilson related to \( D^{0} \, \rightarrow \, \pi^{+} \, \pi^{-} \) More... | |
WilsonCoefficient | getCoeffDC1 () const |
const StandardModel & | GetModel () const |
EvolDC1 & | getUDC1 () const |
EvolDC1Buras & | getUDC1Buras () const |
HeffDC1 (const StandardModel &SM) | |
HeffDC1 constructor. More... | |
virtual | ~HeffDC1 () |
HeffDC1 destructor. More... | |
Private Attributes | |
gslpp::matrix< gslpp::complex > | ckm |
gslpp::matrix< gslpp::complex > | COEFF_K |
gslpp::matrix< gslpp::complex > | COEFF_pi |
WilsonCoefficient | coeffdc1 |
WilsonCoefficient | coeffdc1g |
const StandardModel & | model |
std::unique_ptr< EvolDC1Buras > | u |
std::unique_ptr< EvolDC1 > | ug |
HeffDC1::HeffDC1 | ( | const StandardModel & | SM | ) |
HeffDC1 constructor.
SM | an object of StandardModel class |
SM_Matching | an object of StandardModelMatching class |
Definition at line 13 of file HeffDC1.cpp.
|
virtual |
a method returning the evolved Wilson related to \( D^{0} \, \rightarrow \, K^{+} \, K^{-} \)
it returns the Wilson coefficients of the process \( D^{0} \, \rightarrow \, K^{+} \, K^{-} \) evolved down to the low scale \( \mu \) with the associated coupling constants and CKM factors
mu | a double for the low scale of the evolution |
scheme | an enum "schemes" for the regularization scheme of the evolutor |
Definition at line 67 of file HeffDC1.cpp.
a method returning the evolved Wilson related to \( D^{0} \, \rightarrow \, \pi^{+} \, \pi^{-} \)
it returns the Wilson coefficients of the process \( D^{0} \, \rightarrow \, \pi^{+} \, \pi^{-} \) evolved to the low scale \( \mu \) with the associated coupling constants and CKM factors
mu | a double for the low scale of the evolution |
scheme | an enum "schemes" for the regularization scheme of the evolutor |
Definition at line 44 of file HeffDC1.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |