master
|
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
|
|
Go to the documentation of this file.
8 #ifndef WILSONCOEFFICIENT_H
9 #define WILSONCOEFFICIENT_H
WilsonCoefficient(unsigned int dim, schemes scheme, orders order)
gslpp::vector< gslpp::complex > * Elem(orders order) const
A class for the Wilson coefficients.
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders_qed order_qed_i)
A class for defining operations on and functions of complex numbers.
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
schemes
An enum type for regularization schemes.
A template class for the Wilson coefficients.
orders_qed
An enum type for orders in electroweak.
void setElem(const gslpp::vector< gslpp::complex > &v, orders order_i)
gslpp::vector< gslpp::complex > * getCoeff(orders ord) const
orders
An enum type for orders in QCD.
gslpp::vector< gslpp::complex > * getCoeff(orders_qed ord_qed) const
gslpp::vector< gslpp::complex > ** getCoeff() const
gslpp::vector< gslpp::complex > * elem[MAXORDER_QED+1]