CHROMA
|
Parameter structure. More...
#include <inline_coulgauge.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineCoulGaugeEnv::Params::Param_t | param |
struct Chroma::InlineCoulGaugeEnv::Params::NamedObject_t | named_obj |
Parameter structure.
Definition at line 22 of file inline_coulgauge.h.
Chroma::InlineCoulGaugeEnv::Params::Params | ( | ) |
Definition at line 112 of file inline_coulgauge.cc.
References frequency.
Chroma::InlineCoulGaugeEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 117 of file inline_coulgauge.cc.
References frequency, Chroma::InlineCoulGaugeEnv::name, named_obj, param, and Chroma::read().
void Chroma::InlineCoulGaugeEnv::Params::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 144 of file inline_coulgauge.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineCoulGaugeEnv::InlineMeas::operator()().
unsigned long Chroma::InlineCoulGaugeEnv::Params::frequency |
Definition at line 28 of file inline_coulgauge.h.
Referenced by Chroma::InlineCoulGaugeEnv::InlineMeas::getFrequency(), and Params().
struct Chroma::InlineCoulGaugeEnv::Params::NamedObject_t Chroma::InlineCoulGaugeEnv::Params::named_obj |
Referenced by Chroma::InlineCoulGaugeEnv::InlineMeas::operator()(), Params(), and write().
struct Chroma::InlineCoulGaugeEnv::Params::Param_t Chroma::InlineCoulGaugeEnv::Params::param |
Referenced by Chroma::InlineCoulGaugeEnv::InlineMeas::operator()(), Params(), and write().