CHROMA
|
Parameter structure. More...
#include <inline_stoch_baryon_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
struct | Prop_t |
Public Member Functions | |
InlineStochBaryonParams () | |
InlineStochBaryonParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineStochBaryonParams::Param_t | param |
struct Chroma::InlineStochBaryonParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_stoch_baryon_w.h.
Chroma::InlineStochBaryonParams::InlineStochBaryonParams | ( | ) |
Definition at line 165 of file inline_stoch_baryon_w.cc.
References frequency.
Chroma::InlineStochBaryonParams::InlineStochBaryonParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 170 of file inline_stoch_baryon_w.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
void Chroma::InlineStochBaryonParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 202 of file inline_stoch_baryon_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineStochBaryon::func().
unsigned long Chroma::InlineStochBaryonParams::frequency |
Definition at line 32 of file inline_stoch_baryon_w.h.
Referenced by Chroma::InlineStochBaryon::getFrequency(), and InlineStochBaryonParams().
struct Chroma::InlineStochBaryonParams::NamedObject_t Chroma::InlineStochBaryonParams::named_obj |
Referenced by Chroma::InlineStochBaryon::func(), InlineStochBaryonParams(), and write().
struct Chroma::InlineStochBaryonParams::Param_t Chroma::InlineStochBaryonParams::param |
Referenced by Chroma::InlineStochBaryon::func(), InlineStochBaryonParams(), and write().
std::string Chroma::InlineStochBaryonParams::xml_file |
Definition at line 61 of file inline_stoch_baryon_w.h.
Referenced by InlineStochBaryonParams(), and Chroma::InlineStochBaryon::operator()().