CHROMA
|
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline task for creating colorvectors. More... | |
Functions | |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Propagator output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t &out) |
Propagator output. More... | |
void | read (XMLReader &xml, const std::string &path, Params &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params &input) |
Propagator output. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "CREATE_COLORVECS" |
void Chroma::InlineCreateColorVecsEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params & | input | ||
) |
void Chroma::InlineCreateColorVecsEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Propagator input.
Definition at line 26 of file inline_create_colorvecs.cc.
References Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::colorvec_id, Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::colorvec_obj, Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::gauge_id, and Chroma::readXMLGroup().
Referenced by Chroma::InlineCreateColorVecsEnv::Params::Params(), and read().
void Chroma::InlineCreateColorVecsEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | input | ||
) |
Propagator input.
Definition at line 50 of file inline_create_colorvecs.cc.
References Chroma::InlineCreateColorVecsEnv::Params::Param_t::decay_dir, Chroma::InlineCreateColorVecsEnv::Params::Param_t::link_smear, Chroma::InlineCreateColorVecsEnv::Params::Param_t::num_iter, Chroma::InlineCreateColorVecsEnv::Params::Param_t::num_orthog, Chroma::InlineCreateColorVecsEnv::Params::Param_t::num_vecs, read(), Chroma::readXMLGroup(), and Chroma::InlineCreateColorVecsEnv::Params::Param_t::width.
bool Chroma::InlineCreateColorVecsEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 115 of file inline_create_colorvecs.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, Chroma::MapObjectWilson4DEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlineCreateColorVecsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params & | input | ||
) |
Propagator output.
Definition at line 86 of file inline_create_colorvecs.cc.
References Chroma::InlineCreateColorVecsEnv::Params::named_obj, Chroma::InlineCreateColorVecsEnv::Params::param, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineCreateColorVecsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Propagator output.
Definition at line 38 of file inline_create_colorvecs.cc.
References Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::colorvec_id, Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::colorvec_obj, Chroma::InlineCreateColorVecsEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::push(), and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::func(), Chroma::InlineCreateColorVecsEnv::InlineMeas::operator()(), and write().
void Chroma::InlineCreateColorVecsEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | out | ||
) |
Propagator output.
Definition at line 63 of file inline_create_colorvecs.cc.
References Chroma::out, Chroma::pop(), Chroma::push(), and write().
const std::string Chroma::InlineCreateColorVecsEnv::name = "CREATE_COLORVECS" |
Definition at line 112 of file inline_create_colorvecs.cc.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::func(), and registerAll().