|
CHROMA
|
Parameter structure. More...
#include <inline_rng.h>
Public Member Functions | |
| Params () | |
| Params (XMLReader &xml_in, const std::string &path) | |
| void | writeXML (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
| unsigned long | frequency |
| QDP::Seed | ran_seed |
Parameter structure.
Definition at line 21 of file inline_rng.h.
| Chroma::InlineSetRNGEnv::Params::Params | ( | ) |
Definition at line 39 of file inline_rng.cc.
References frequency.
| Chroma::InlineSetRNGEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 41 of file inline_rng.cc.
References frequency, ran_seed, and Chroma::read().
| void Chroma::InlineSetRNGEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 64 of file inline_rng.cc.
References Chroma::pop(), Chroma::push(), ran_seed, and Chroma::write().
| unsigned long Chroma::InlineSetRNGEnv::Params::frequency |
Definition at line 27 of file inline_rng.h.
Referenced by Chroma::InlineSetRNGEnv::InlineMeas::getFrequency(), and Params().
| QDP::Seed Chroma::InlineSetRNGEnv::Params::ran_seed |
Definition at line 29 of file inline_rng.h.
Referenced by Chroma::InlineSetRNGEnv::InlineMeas::operator()(), Params(), and writeXML().