|
CHROMA
|
Parameter structure. More...
#include <inline_random_transf_gauge.h>
Classes | |
| struct | NamedObject_t |
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 |
| struct Chroma::InlineRandomTransfGaugeEnv::Params::NamedObject_t | named_obj |
Parameter structure.
Definition at line 22 of file inline_random_transf_gauge.h.
| Chroma::InlineRandomTransfGaugeEnv::Params::Params | ( | ) |
Definition at line 69 of file inline_random_transf_gauge.cc.
References frequency.
| Chroma::InlineRandomTransfGaugeEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 74 of file inline_random_transf_gauge.cc.
References frequency, Chroma::InlineRandomTransfGaugeEnv::name, named_obj, and Chroma::read().
| void Chroma::InlineRandomTransfGaugeEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 98 of file inline_random_transf_gauge.cc.
References named_obj, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineRandomTransfGaugeEnv::InlineMeas::operator()().
| unsigned long Chroma::InlineRandomTransfGaugeEnv::Params::frequency |
Definition at line 28 of file inline_random_transf_gauge.h.
Referenced by Chroma::InlineRandomTransfGaugeEnv::InlineMeas::getFrequency(), and Params().
| struct Chroma::InlineRandomTransfGaugeEnv::Params::NamedObject_t Chroma::InlineRandomTransfGaugeEnv::Params::named_obj |
Referenced by Chroma::InlineRandomTransfGaugeEnv::InlineMeas::operator()(), Params(), and writeXML().