|
CHROMA
|
PartialWall source parameters. More...
#include <partwall_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 | |
| multi1d< FixedDir_t > | fixed_dirs |
PartialWall source parameters.
Definition at line 34 of file partwall_source_const.h.
| Chroma::PartialWallQuarkSourceConstEnv::Params::Params | ( | ) |
Initialize.
Definition at line 83 of file partwall_source_const.cc.
| Chroma::PartialWallQuarkSourceConstEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 91 of file partwall_source_const.cc.
References fixed_dirs, and Chroma::read().
| void Chroma::PartialWallQuarkSourceConstEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 116 of file partwall_source_const.cc.
References fixed_dirs, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::write().
| multi1d<FixedDir_t> Chroma::PartialWallQuarkSourceConstEnv::Params::fixed_dirs |
Definition at line 43 of file partwall_source_const.h.
Referenced by Chroma::PartialWallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().