A class for the Wilson coefficients. More...
#include <WilsonCoefficientNew.h>
Inheritance diagram for WilsonCoefficientNew:A class for the Wilson coefficients.
Definition at line 22 of file WilsonCoefficientNew.h.
Additional Inherited Members | |
Protected Member Functions inherited from WilsonTemplateNew< gslpp::vector< gslpp::complex > > | |
| Expanded< gslpp::vector< gslpp::complex > > | getWilson () const |
| void | setWilson (const gslpp::vector< gslpp::complex > &v, qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) |
Protected Attributes inherited from WilsonTemplateNew< gslpp::vector< gslpp::complex > > | |
| double | mu |
| qcd_orders | order_qcd |
| qed_orders | order_qed |
| schemes | scheme |
| unsigned int | size |
| Expanded< gslpp::vector< gslpp::complex > > | wilson |
| WilsonCoefficientNew::WilsonCoefficientNew | ( | unsigned int | dim, |
| schemes | scheme, | ||
| qcd_orders | order_qcd, | ||
| qed_orders | order_qed = QED0 |
||
| ) |
Definition at line 12 of file WilsonCoefficientNew.cpp.
| Expanded< gslpp::vector< gslpp::complex > > WilsonCoefficientNew::getCoeff | ( | ) | const |
Definition at line 62 of file WilsonCoefficientNew.cpp.
| gslpp::vector< gslpp::complex > WilsonCoefficientNew::getCoeff | ( | qcd_orders | order_qcd_i, |
| qed_orders | order_qed_i = QED0 |
||
| ) | const |
Definition at line 58 of file WilsonCoefficientNew.cpp.
| Expanded< gslpp::complex > WilsonCoefficientNew::getCoeffElement | ( | int | i | ) | const |
Definition at line 16 of file WilsonCoefficientNew.cpp.
| void WilsonCoefficientNew::resetCoeff | ( | ) |
Definition at line 54 of file WilsonCoefficientNew.cpp.
| void WilsonCoefficientNew::setCoeff | ( | const Expanded< gslpp::vector< gslpp::complex > > | wc | ) |
Definition at line 66 of file WilsonCoefficientNew.cpp.
| void WilsonCoefficientNew::setCoeff | ( | const gslpp::vector< gslpp::complex > & | v, |
| qcd_orders | order_qcd_i, | ||
| qed_orders | order_qed_i = QED0 |
||
| ) |
Definition at line 50 of file WilsonCoefficientNew.cpp.
| void WilsonCoefficientNew::setCoeff | ( | int | i, |
| gslpp::complex | z, | ||
| qcd_orders | order_qcd_i, | ||
| qed_orders | order_qed_i = QED0 |
||
| ) |
Definition at line 32 of file WilsonCoefficientNew.cpp.