CHROMA
|
Parameter structure. More...
#include <inline_stoch_meson_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
struct | Prop_t |
Public Member Functions | |
InlineStochMesonParams () | |
InlineStochMesonParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineStochMesonParams::Param_t | param |
PropSourceSmear_t | source_smearing |
PropSinkSmear_t | sink_smearing |
struct Chroma::InlineStochMesonParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_stoch_meson_w.h.
Chroma::InlineStochMesonParams::InlineStochMesonParams | ( | ) |
Definition at line 159 of file inline_stoch_meson_w.cc.
References frequency.
Chroma::InlineStochMesonParams::InlineStochMesonParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 164 of file inline_stoch_meson_w.cc.
References frequency, named_obj, param, Chroma::read(), sink_smearing, source_smearing, and xml_file.
void Chroma::InlineStochMesonParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 202 of file inline_stoch_meson_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), sink_smearing, source_smearing, and Chroma::write().
Referenced by Chroma::InlineStochMeson::func().
unsigned long Chroma::InlineStochMesonParams::frequency |
Definition at line 32 of file inline_stoch_meson_w.h.
Referenced by Chroma::InlineStochMeson::getFrequency(), and InlineStochMesonParams().
struct Chroma::InlineStochMesonParams::NamedObject_t Chroma::InlineStochMesonParams::named_obj |
Referenced by Chroma::InlineStochMeson::func(), InlineStochMesonParams(), and write().
struct Chroma::InlineStochMesonParams::Param_t Chroma::InlineStochMesonParams::param |
Referenced by Chroma::InlineStochMeson::func(), InlineStochMesonParams(), and write().
PropSinkSmear_t Chroma::InlineStochMesonParams::sink_smearing |
Definition at line 40 of file inline_stoch_meson_w.h.
Referenced by Chroma::InlineStochMeson::func(), InlineStochMesonParams(), and write().
PropSourceSmear_t Chroma::InlineStochMesonParams::source_smearing |
Definition at line 39 of file inline_stoch_meson_w.h.
Referenced by Chroma::InlineStochMeson::func(), InlineStochMesonParams(), and write().
std::string Chroma::InlineStochMesonParams::xml_file |
Definition at line 60 of file inline_stoch_meson_w.h.
Referenced by InlineStochMesonParams(), and Chroma::InlineStochMeson::operator()().