#include <WilsonTemplateNew.h>
template<class T>
class WilsonTemplateNew< T >
Definition at line 27 of file WilsonTemplateNew.h.
◆ WilsonTemplateNew()
Definition at line 30 of file WilsonTemplateNew.h.
40 std::vector<std::vector<T> > obj;
48 throw std::runtime_error(
"WilsonTemplate::WilsonTemplate(): order_qcd and/or order_qed out of range");
◆ getMu()
◆ getOrder_QCD()
◆ getOrder_QED()
◆ getScheme()
◆ getSize()
◆ getWilson() [1/2]
◆ getWilson() [2/2]
Definition at line 90 of file WilsonTemplateNew.h.
92 std::stringstream out;
93 out << order_qcd_i <<
" and " << order_qed_i;
94 throw std::runtime_error(
"WilsonTemplate::getCoeff(): requested order " + out.str() +
95 " not present in the object");
97 return wilson.getOrd(order_qcd_i, order_qed_i);
◆ resetWilson()
◆ setMu()
◆ setScheme()
◆ setWilson()
Definition at line 105 of file WilsonTemplateNew.h.
107 std::stringstream out;
108 out << order_qcd_i <<
" and " << order_qed_i;
109 throw std::runtime_error(
"WilsonTemplate::setElem(): order " + out.str() +
110 " not implemented ");
112 if (v.size() !=
size)
113 throw std::runtime_error(
"WilsonTemplate::setElem(): wrong size");
115 wilson.setOrd(order_qcd_i, order_qed_i, v);
◆ mu
◆ order_qcd
◆ order_qed
◆ scheme
◆ size
◆ wilson
The documentation for this class was generated from the following file: