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) |
Parameter input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t ¶m) |
Parameter output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Parameter input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Parameter output. More... | |
void Chroma::InlineQActDenEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Parameter input.
Definition at line 87 of file inline_qactden.cc.
References Chroma::InlineQActDenEnv::Params::NamedObject_t::gauge_id, and read().
void Chroma::InlineQActDenEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
Parameter input.
Definition at line 50 of file inline_qactden.cc.
References Chroma::InlineQActDenEnv::Params::Param_t::cgs, Chroma::CreateGaugeStateEnv::nullXMLGroup(), and Chroma::readXMLGroup().
Referenced by Chroma::InlineQActDenEnv::Params::Params(), and read().
bool Chroma::InlineQActDenEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 35 of file inline_qactden.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::InlineQActDenEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Parameter output.
Definition at line 95 of file inline_qactden.cc.
References Chroma::InlineQActDenEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineQActDenEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
Parameter output.
Definition at line 74 of file inline_qactden.cc.
References Chroma::InlineQActDenEnv::Params::Param_t::cgs, Chroma::pop(), Chroma::push(), and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineQActDenEnv::InlineMeas::operator()(), and write().