CHROMA
|
Classes | |
struct | Params |
class | InlineMeas |
Functions | |
bool | registerAll () |
Register all the factories. More... | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t ¶m) |
QTop input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t ¶m) |
QTop output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
QTop input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
QTop output. More... | |
void Chroma::InlineQTopEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
QTop input.
Definition at line 91 of file inline_qnaive.cc.
References Chroma::InlineQTopEnv::Params::NamedObject_t::gauge_id, and read().
void Chroma::InlineQTopEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
QTop input.
Definition at line 51 of file inline_qnaive.cc.
References Chroma::InlineQTopEnv::Params::Param_t::cgs, Chroma::InlineQTopEnv::Params::Param_t::k5, Chroma::CreateGaugeStateEnv::nullXMLGroup(), and Chroma::readXMLGroup().
Referenced by Chroma::InlineQTopEnv::Params::Params(), and read().
bool Chroma::InlineQTopEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 37 of file inline_qnaive.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::CreateGaugeStateEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineGlueAggregateEnv::registerAll().
void Chroma::InlineQTopEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
QTop output.
Definition at line 99 of file inline_qnaive.cc.
References Chroma::InlineQTopEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineQTopEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
QTop output.
Definition at line 77 of file inline_qnaive.cc.
References Chroma::InlineQTopEnv::Params::Param_t::cgs, Chroma::InlineQTopEnv::Params::Param_t::k5, Chroma::pop(), Chroma::push(), and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineQTopEnv::InlineMeas::operator()(), and write().