12 coeffDLij_1(2,
NDR ,
LO),coeffDLij_2(2,
NDR ,
LO),coeffDLij_3(2,
NDR ,
LO){
26 for (
unsigned int i = 0; i < mcb1.size(); i++){
27 for (
int j =
LO; j <= ordDLij_1; j++){
39 for (
unsigned int i = 0; i < mcb2.size(); i++){
40 for (
int j =
LO; j <= ordDLij_2; j++){
52 for (
unsigned int i = 0; i < mcb3.size(); i++){
53 for (
int j =
LO; j <= ordDLij_3; j++){
62 throw std::runtime_error(
"wrong input for the lepton flag in li->lj gamma decays");
virtual ~HeffDLij()
destructor of the class HeffDLij.
const StandardModel & model
Variable which stores the model information.
WilsonCoefficient coeffDLij_3
Variable which stores the Wilson coefficient for .
WilsonCoefficient coeffDLij_1
Variable which stores the Wilson coefficient for .
WilsonCoefficient coeffDLij_2
Variable which stores the Wilson coefficient for .
gslpp::vector< gslpp::complex > ** ComputeCoeffDLij(int li_lj)
Computes the Wilson coefficients for the process .
HeffDLij(const StandardModel &SM_i)
The constructor of the class HeffDLij.
A model class for the Standard Model.
virtual StandardModelMatching & getMatching() const
A get method to access the member reference of type StandardModelMatching.
gslpp::vector< gslpp::complex > ** getCoeff() const
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
virtual void resetCoefficient()
orders
An enum type for orders in QCD.