CHROMA
|
Anonymous namespace. More...
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline measurement of glueball operators. More... | |
Functions | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t ¶m) |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t ¶m) |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Read named objects. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Write named objects. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params ¶m) |
bool | registerAll () |
Register all the factories. More... | |
multi1d< int > | normDisp (const multi1d< int > &orig) |
Normalize just one displacement array. More... | |
Anonymous namespace.
Diagnostic stuff
multi1d<int> Chroma::InlineGlueballOpsEnv::normDisp | ( | const multi1d< int > & | orig | ) |
Normalize just one displacement array.
Definition at line 214 of file inline_glueball_ops.cc.
References Chroma::END_CODE(), and Chroma::START_CODE().
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::func().
void Chroma::InlineGlueballOpsEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Read named objects.
Definition at line 81 of file inline_glueball_ops.cc.
References Chroma::InlineGlueballOpsEnv::Params::NamedObject_t::gauge_id, Chroma::InlineGlueballOpsEnv::Params::NamedObject_t::glue_op_file, and read().
void Chroma::InlineGlueballOpsEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
Definition at line 34 of file inline_glueball_ops.cc.
References Chroma::InlineGlueballOpsEnv::Params::Param_t::decay_dir, Chroma::InlineGlueballOpsEnv::Params::Param_t::displacement_length, Chroma::InlineGlueballOpsEnv::Params::Param_t::displacement_list, Chroma::InlineGlueballOpsEnv::Params::Param_t::link_smearing, Chroma::InlineGlueballOpsEnv::Params::Param_t::mom2_max, and Chroma::readXMLGroup().
Referenced by Chroma::InlineGlueballOpsEnv::Params::Params(), and read().
bool Chroma::InlineGlueballOpsEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 126 of file inline_glueball_ops.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::LinkSmearingEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineGlueAggregateEnv::registerAll().
void Chroma::InlineGlueballOpsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params & | param | ||
) |
Definition at line 101 of file inline_glueball_ops.cc.
References Chroma::InlineGlueballOpsEnv::Params::writeXML().
void Chroma::InlineGlueballOpsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Write named objects.
Definition at line 90 of file inline_glueball_ops.cc.
References Chroma::InlineGlueballOpsEnv::Params::NamedObject_t::gauge_id, Chroma::InlineGlueballOpsEnv::Params::NamedObject_t::glue_op_file, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineGlueballOpsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
Definition at line 64 of file inline_glueball_ops.cc.
References Chroma::InlineGlueballOpsEnv::Params::Param_t::decay_dir, Chroma::InlineGlueballOpsEnv::Params::Param_t::displacement_length, Chroma::InlineGlueballOpsEnv::Params::Param_t::displacement_list, Chroma::InlineGlueballOpsEnv::Params::Param_t::link_smearing, Chroma::InlineGlueballOpsEnv::Params::Param_t::mom2_max, Chroma::pop(), Chroma::push(), and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineGlueballOpsEnv::InlineMeas::func(), Chroma::InlineGlueballOpsEnv::InlineMeas::operator()(), write(), and Chroma::InlineGlueballOpsEnv::Params::writeXML().