CHROMA
|
Parameter structure. More...
#include <inline_spectrum_s.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
struct | Quark_Prop_t |
Public Member Functions | |
InlineStaggeredSpectrumParams () | |
InlineStaggeredSpectrumParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineStaggeredSpectrumParams::Param_t | param |
struct Chroma::InlineStaggeredSpectrumParams::Quark_Prop_t | prop_param |
struct Chroma::InlineStaggeredSpectrumParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 29 of file inline_spectrum_s.h.
Chroma::InlineStaggeredSpectrumParams::InlineStaggeredSpectrumParams | ( | ) |
Definition at line 493 of file inline_spectrum_s.cc.
References frequency.
Chroma::InlineStaggeredSpectrumParams::InlineStaggeredSpectrumParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 500 of file inline_spectrum_s.cc.
References frequency, named_obj, param, prop_param, Chroma::read(), and xml_file.
void Chroma::InlineStaggeredSpectrumParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 533 of file inline_spectrum_s.cc.
References named_obj, param, Chroma::pop(), prop_param, Chroma::push(), Chroma::write(), and xml_file.
Referenced by Chroma::InlineStaggeredSpectrum::func().
unsigned long Chroma::InlineStaggeredSpectrumParams::frequency |
Definition at line 35 of file inline_spectrum_s.h.
Referenced by Chroma::InlineStaggeredSpectrum::getFrequency(), and InlineStaggeredSpectrumParams().
struct Chroma::InlineStaggeredSpectrumParams::NamedObject_t Chroma::InlineStaggeredSpectrumParams::named_obj |
Referenced by Chroma::InlineStaggeredSpectrum::func(), InlineStaggeredSpectrumParams(), and write().
struct Chroma::InlineStaggeredSpectrumParams::Param_t Chroma::InlineStaggeredSpectrumParams::param |
Referenced by Chroma::InlineStaggeredSpectrum::func(), InlineStaggeredSpectrumParams(), main(), and write().
struct Chroma::InlineStaggeredSpectrumParams::Quark_Prop_t Chroma::InlineStaggeredSpectrumParams::prop_param |
Referenced by Chroma::InlineStaggeredSpectrum::func(), InlineStaggeredSpectrumParams(), and write().
std::string Chroma::InlineStaggeredSpectrumParams::xml_file |
Definition at line 110 of file inline_spectrum_s.h.
Referenced by InlineStaggeredSpectrumParams(), Chroma::InlineStaggeredSpectrum::operator()(), and write().