|
CHROMA
|
Wall source parameters. More...
#include <wall_source_const.h>
Public Member Functions | |
| Params () | |
| Initialize. More... | |
| Params (XMLReader &in, const std::string &path) | |
| Read parameters. More... | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
Public Attributes | |
| int | j_decay |
| int | t_source |
Wall source parameters.
Definition at line 25 of file wall_source_const.h.
| Chroma::WallQuarkSourceConstEnv::Params::Params | ( | ) |
| Chroma::WallQuarkSourceConstEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 72 of file wall_source_const.cc.
References j_decay, Chroma::read(), and t_source.
| void Chroma::WallQuarkSourceConstEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 96 of file wall_source_const.cc.
References j_decay, Chroma::AsqtadFermActEnv::name, Chroma::pop(), Chroma::push(), t_source, and Chroma::write().
Referenced by Chroma::write().
| int Chroma::WallQuarkSourceConstEnv::Params::j_decay |
decay direction
Definition at line 31 of file wall_source_const.h.
Referenced by Chroma::WallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| int Chroma::WallQuarkSourceConstEnv::Params::t_source |
source time slice location
Definition at line 32 of file wall_source_const.h.
Referenced by Chroma::WallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().