#include <WilsonCoefficientObservables.h>
◆ WC_epspOeps()
WC_epspOeps::WC_epspOeps |
( |
const StandardModel & |
SM_i, |
|
|
unsigned int |
part_i, |
|
|
double |
mu_z |
|
) |
| |
Constructor.
- Parameters
-
[in] | SM_i | a reference to an object of type StandardModel |
[in] | part_i | an unsigned integer used as toggle for real, imaginary, absolute or argument value. |
[in] | mu_z | scale for the Wilson coeff |
Definition at line 75 of file WilsonCoefficientObservables.cpp.
ThObservable(const StandardModel &SM_i)
Constructor.
const StandardModel & mySM
◆ computeThValue()
double WC_epspOeps::computeThValue |
( |
| ) |
|
|
virtual |
The Wilson coefficients of eps' / eps.
- Returns
- \(WC_epspOeps\)
Implements ThObservable.
Definition at line 82 of file WilsonCoefficientObservables.cpp.
88 allcoeff_z.assign(0,allcoeff_y(0));
89 allcoeff_z.assign(1,allcoeff_y(1));
90 for(
int i = 2; i<10; i++){
91 allcoeff_y.assign(i,allcoeff_y(i)-allcoeff_z(i));
94 if (
part == 0)
return allcoeff_z(0).real();
95 if (
part == 1)
return allcoeff_z(1).real();
96 if (
part == 2)
return allcoeff_y(2).real();
97 if (
part == 3)
return allcoeff_y(3).real();
98 if (
part == 4)
return allcoeff_y(4).real();
99 if (
part == 5)
return allcoeff_y(5).real();
100 if (
part == 6)
return allcoeff_y(6).real();
101 if (
part == 7)
return allcoeff_y(7).real();
102 if (
part == 8)
return allcoeff_y(8).real();
103 if (
part == 9)
return allcoeff_y(9).real();
104 else throw std::runtime_error(
"WC_epspOeps: part specification can only go from 0 to 9");
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1PPv(double mu, schemes scheme=NDR) const
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1PPz(double muc, schemes scheme=NDR) const
const Flavour & getFlavour() const
gslpp::vector< gslpp::complex > ** allcoeffv
gslpp::vector< gslpp::complex > ** allcoeffz
◆ allcoeffv
gslpp::vector<gslpp::complex>** WC_epspOeps::allcoeffv |
|
private |
◆ allcoeffz
gslpp::vector<gslpp::complex>** WC_epspOeps::allcoeffz |
|
private |
◆ mu
◆ mySM
◆ part
unsigned int WC_epspOeps::part |
|
private |
The documentation for this class was generated from the following files: