\( |\Delta C = 1 | \) Hamiltonian Class
The Hamiltonian for \( |\Delta C = 1 | \) processes as \( D^{0} \, \rightarrow \, \pi^{+} \, \pi^{-} \) and \( D^{0} \, \rightarrow \, K^{+} \, K^{-} \)
Definition at line 25 of file HeffDC1.h.
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
- Parameters
-
| mu | a double for the low scale of the evolution |
| scheme | an enum "schemes" for the regularization scheme of the evolutor |
- Returns
- a vector<complex> pointer to pointer method for the evolved Wilson coefficients
Definition at line 66 of file HeffDC1.cpp.
74 for (
unsigned int i = 0; i < mc.size(); i++){
75 std::cout <<
" SIZE i " << i << std::endl << std::endl;
76 for (
int j =
LO; j <= ordDF1; j++){
77 for (
int k =
LO; k <= j; k++){
79 ug->DC1Evol(mu, mc[i].getMu(),
orders(k), mc[i].getScheme()) *
84 for (
int j =
LO; j <= ordDF1; j++){
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
- Parameters
-
| mu | a double for the low scale of the evolution |
| scheme | an enum "schemes" for the regularization scheme of the evolutor |
- Returns
- a vector<complex> pointer to pointer method for the evolved Wilson coefficients
Definition at line 43 of file HeffDC1.cpp.
50 for (
unsigned int i = 0; i < mc.size(); i++){
52 for (
int j =
LO; j <= ordDF1; j++){
53 for (
int k =
LO; k <= j; k++){
55 ug->DC1Evol(mu, mc[i].getMu(),
orders(k), mc[i].getScheme()) *