|
CHROMA
|
Classes | |
| struct | Params |
| Parameter structure. More... | |
| class | InlineMeas |
| Inline measurement of QQQ's. More... | |
Functions | |
| bool | registerAll () |
| Register all the factories. More... | |
| void | read (XMLReader &xml, const std::string &path, InlineQQQEnv::Params::Param_t &input) |
| Param input. More... | |
| void | write (XMLWriter &xml, const std::string &path, const InlineQQQEnv::Params::Param_t &input) |
| Param output. More... | |
| void | read (XMLReader &xml, const std::string &path, InlineQQQEnv::Params::NamedObject_t &input) |
| Propagator input. More... | |
| void | write (XMLWriter &xml, const std::string &path, const InlineQQQEnv::Params::NamedObject_t &input) |
| Propagator output. More... | |
Variables | |
| const std::string | name = "QQQ" |
| void Chroma::InlineQQQEnv::read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| InlineQQQEnv::Params::NamedObject_t & | input | ||
| ) |
Propagator input.
Definition at line 97 of file inline_qqq_w.cc.
References Chroma::InlineQQQEnv::Params::NamedObject_t::gauge_id, Chroma::InlineQQQEnv::Params::NamedObject_t::prop_ids, Chroma::InlineQQQEnv::Params::NamedObject_t::qqq_file, and read().
| void Chroma::InlineQQQEnv::read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| InlineQQQEnv::Params::Param_t & | input | ||
| ) |
Param input.
Definition at line 49 of file inline_qqq_w.cc.
References Chroma::InlineQQQEnv::Params::Param_t::Dirac_basis, Chroma::InlineQQQEnv::Params::Param_t::sparseP, and Chroma::InlineQQQEnv::Params::Param_t::spin_indices.
Referenced by Chroma::InlineQQQEnv::InlineMeas::operator()(), Chroma::InlineQQQEnv::Params::Params(), and read().
| bool Chroma::InlineQQQEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 36 of file inline_qqq_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
| void Chroma::InlineQQQEnv::write | ( | XMLWriter & | xml, |
| const std::string & | path, | ||
| const InlineQQQEnv::Params::NamedObject_t & | input | ||
| ) |
Propagator output.
Definition at line 107 of file inline_qqq_w.cc.
References Chroma::InlineQQQEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::InlineQQQEnv::Params::NamedObject_t::prop_ids, Chroma::push(), Chroma::InlineQQQEnv::Params::NamedObject_t::qqq_file, and write().
| void Chroma::InlineQQQEnv::write | ( | XMLWriter & | xml, |
| const std::string & | path, | ||
| const InlineQQQEnv::Params::Param_t & | input | ||
| ) |
Param output.
Definition at line 80 of file inline_qqq_w.cc.
References Chroma::InlineQQQEnv::Params::Param_t::Dirac_basis, Chroma::pop(), Chroma::push(), Chroma::InlineQQQEnv::Params::Param_t::sparseP, and Chroma::InlineQQQEnv::Params::Param_t::spin_indices.
Referenced by Chroma::InlineQQQEnv::InlineMeas::operator()(), write(), and Chroma::InlineQQQEnv::Params::writeXML().
| const std::string Chroma::InlineQQQEnv::name = "QQQ" |
Definition at line 33 of file inline_qqq_w.cc.
Referenced by Chroma::InlineQQQEnv::InlineMeas::operator()(), and registerAll().