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.
Public Member Functions | |
| Expanded< gslpp::vector< gslpp::complex > > | getCoeff () const |
| gslpp::vector< gslpp::complex > | getCoeff (qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) const |
| Expanded< gslpp::complex > | getCoeffElement (int i) const |
| void | resetCoeff () |
| void | setCoeff (const Expanded< gslpp::vector< gslpp::complex > > wc) |
| void | setCoeff (const gslpp::vector< gslpp::complex > &v, qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) |
| void | setCoeff (int i, gslpp::complex z, qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) |
| WilsonCoefficientNew (unsigned int dim, schemes scheme, qcd_orders order_qcd, qed_orders order_qed=QED0) | |
Public Member Functions inherited from WilsonTemplateNew< gslpp::vector< gslpp::complex > > | |
| double | getMu () const |
| qcd_orders | getOrder_QCD () const |
| qed_orders | getOrder_QED () const |
| schemes | getScheme () const |
| unsigned int | getSize () const |
| const gslpp::vector< gslpp::complex > & | getWilson (qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) const |
| void | resetWilson () |
| void | setMu (double mu) |
| void | setScheme (schemes scheme) |
| WilsonTemplateNew (unsigned int size_i, schemes scheme_i, qcd_orders order_qcd_i, qed_orders order_qed_i=QED0) | |
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.