|
CHROMA
|
Wave source parameters. More...
#include <sf_wave_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 | |
| GroupXML_t | fermbc |
| PlusMinus | direction |
| int | j_decay |
| int | t_source |
| multi1d< int > | mom |
Wave source parameters.
Definition at line 27 of file sf_wave_source_const.h.
| Chroma::SFWaveQuarkSourceConstEnv::Params::Params | ( | ) |
Initialize.
Definition at line 59 of file sf_wave_source_const.cc.
| Chroma::SFWaveQuarkSourceConstEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 67 of file sf_wave_source_const.cc.
References direction, fermbc, j_decay, mom, Chroma::AsqtadFermActEnv::name, Nd, Chroma::read(), Chroma::readXMLGroup(), and t_source.
| void Chroma::SFWaveQuarkSourceConstEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 101 of file sf_wave_source_const.cc.
References direction, fermbc, j_decay, mom, Chroma::AsqtadFermActEnv::name, Chroma::pop(), Chroma::push(), t_source, Chroma::write(), and Chroma::GroupXML_t::xml.
| PlusMinus Chroma::SFWaveQuarkSourceConstEnv::Params::direction |
direction for decay
Definition at line 34 of file sf_wave_source_const.h.
Referenced by Chroma::SFWaveQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| GroupXML_t Chroma::SFWaveQuarkSourceConstEnv::Params::fermbc |
xml std::string holding smearing params
Definition at line 33 of file sf_wave_source_const.h.
Referenced by Chroma::SFWaveQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| int Chroma::SFWaveQuarkSourceConstEnv::Params::j_decay |
decay direction
Definition at line 36 of file sf_wave_source_const.h.
Referenced by Chroma::SFWaveQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| multi1d<int> Chroma::SFWaveQuarkSourceConstEnv::Params::mom |
plane wave momentum
Definition at line 38 of file sf_wave_source_const.h.
Referenced by Chroma::SFWaveQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().
| int Chroma::SFWaveQuarkSourceConstEnv::Params::t_source |
source time slice location
Definition at line 37 of file sf_wave_source_const.h.
Referenced by Chroma::SFWaveQuarkSourceConstEnv::SourceConst< T >::operator()(), Params(), and writeXML().