A class for the Wilson coefficients.
- Author
- HEPfit Collaboration
- Copyright
- GNU General Public License
Definition at line 22 of file WilsonCoefficient.h.
|
| gslpp::vector< gslpp::complex > ** | getCoeff () const |
| |
| gslpp::vector< gslpp::complex > * | getCoeff (orders ord) const |
| |
| gslpp::vector< gslpp::complex > * | getCoeff (orders_qed ord_qed) const |
| |
| void | setCoeff (const gslpp::vector< gslpp::complex > &z, orders order_i) |
| |
| void | setCoeff (const gslpp::vector< gslpp::complex > &z, orders_qed order_qed_i) |
| |
| void | setCoeff (unsigned int i, gslpp::complex z, orders order_i) |
| |
| void | setCoeff (unsigned int i, gslpp::complex z, orders_qed order_qed_i) |
| |
| | WilsonCoefficient (unsigned int dim, schemes scheme, orders order) |
| |
| | WilsonCoefficient (unsigned int dim, schemes scheme, orders order, orders_qed order_qed) |
| |
| double | getMu () const |
| |
| orders | getOrder () const |
| |
| orders_qed | getOrder_qed () const |
| |
| schemes | getScheme () const |
| |
| unsigned int | getSize () const |
| |
| virtual void | resetCoefficient () |
| |
| virtual void | setMu (double mu) |
| |
| void | setScheme (schemes scheme) |
| |
| | WilsonTemplate (const WilsonTemplate< gslpp::vector< gslpp::complex > > &orig) |
| |
| | WilsonTemplate (unsigned int dim, schemes scheme_i, orders order_i, orders_qed order_qed_i=NO_QED) |
| |
| virtual | ~WilsonTemplate () |
| |