|
CHROMA
|
Parameter structure. More...
#include <inline_glueball_ops.h>
Classes | |
| struct | NamedObject_t |
| struct | Param_t |
Public Member Functions | |
| Params () | |
| Params (XMLReader &xml_in, const std::string &path) | |
| void | writeXML (XMLWriter &xml_out, const std::string &path) const |
Public Attributes | |
| unsigned long | frequency |
| Param_t | param |
| NamedObject_t | named_obj |
| std::string | xml_file |
Parameter structure.
Definition at line 22 of file inline_glueball_ops.h.
| Chroma::InlineGlueballOpsEnv::Params::Params | ( | ) |
Definition at line 160 of file inline_glueball_ops.cc.
References frequency, Chroma::InlineGlueballOpsEnv::Params::Param_t::mom2_max, and param.
| Chroma::InlineGlueballOpsEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 166 of file inline_glueball_ops.cc.
References frequency, named_obj, param, Chroma::InlineGlueballOpsEnv::read(), and xml_file.
| void Chroma::InlineGlueballOpsEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) | const |
Definition at line 198 of file inline_glueball_ops.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::InlineGlueballOpsEnv::write().
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::func(), and Chroma::InlineGlueballOpsEnv::write().
| unsigned long Chroma::InlineGlueballOpsEnv::Params::frequency |
Definition at line 28 of file inline_glueball_ops.h.
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::getFrequency(), and Params().
| NamedObject_t Chroma::InlineGlueballOpsEnv::Params::named_obj |
Named objects
Definition at line 46 of file inline_glueball_ops.h.
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::func(), Params(), and writeXML().
| Param_t Chroma::InlineGlueballOpsEnv::Params::param |
Parameters
Definition at line 45 of file inline_glueball_ops.h.
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::func(), Params(), and writeXML().
| std::string Chroma::InlineGlueballOpsEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 47 of file inline_glueball_ops.h.
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::operator()(), and Params().