|
CHROMA
|
MomWall source parameters. More...
#include <mom_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< int > | mom |
| int | j_decay |
| multi1d< int > | t_srce |
| bool | av_mom |
MomWall source parameters.
Definition at line 25 of file mom_source_const.h.
| Chroma::MomWallQuarkSourceConstEnv::Params::Params | ( | ) |
| Chroma::MomWallQuarkSourceConstEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 101 of file mom_source_const.cc.
References av_mom, j_decay, mom, Chroma::AsqtadFermActEnv::name, Nd, Chroma::read(), and t_srce.
| void Chroma::MomWallQuarkSourceConstEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 133 of file mom_source_const.cc.
References av_mom, j_decay, mom, Chroma::pop(), Chroma::push(), t_srce, and Chroma::write().
Referenced by Chroma::write().
| bool Chroma::MomWallQuarkSourceConstEnv::Params::av_mom |
Definition at line 34 of file mom_source_const.h.
Referenced by Chroma::MomWallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| int Chroma::MomWallQuarkSourceConstEnv::Params::j_decay |
Definition at line 32 of file mom_source_const.h.
Referenced by Chroma::MomWallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| multi1d<int> Chroma::MomWallQuarkSourceConstEnv::Params::mom |
Definition at line 31 of file mom_source_const.h.
Referenced by Chroma::MomWallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| multi1d<int> Chroma::MomWallQuarkSourceConstEnv::Params::t_srce |
Definition at line 33 of file mom_source_const.h.
Referenced by Chroma::MomWallQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().