CHROMA
|
Hooks to register the class. More...
Classes | |
struct | Params |
Params for initializing config. More... | |
class | GaugeIniter |
Gauge initialization. More... | |
Functions | |
GaugeInit * | createSource (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | registerAll () |
Register all the factories. More... | |
GroupXML_t | createXMLGroup (const Params &p) |
Returns a link smearing group with these params. More... | |
Variables | |
const std::string | name = "SZINQIO" |
Name to be used. More... | |
const std::string | alternate_name = "SCIDAC" |
static bool | registered = false |
Local registration flag. More... | |
Hooks to register the class.
Name and registration.
GaugeInit* Chroma::SZINQIOGaugeInitEnv::createSource | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Definition at line 33 of file szinqio_gauge_init.cc.
Referenced by registerAll().
GroupXML_t Chroma::SZINQIOGaugeInitEnv::createXMLGroup | ( | const Params & | p | ) |
Returns a link smearing group with these params.
Definition at line 123 of file szinqio_gauge_init.cc.
References Chroma::GroupXML_t::id, name, Chroma::p, Chroma::GroupXML_t::path, Chroma::write(), and Chroma::GroupXML_t::xml.
Referenced by Chroma::saveState().
bool Chroma::SZINQIOGaugeInitEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 47 of file szinqio_gauge_init.cc.
References alternate_name, createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeInitEnv::registerAll().
const std::string Chroma::SZINQIOGaugeInitEnv::alternate_name = "SCIDAC" |
Definition at line 41 of file szinqio_gauge_init.cc.
Referenced by registerAll().
const std::string Chroma::SZINQIOGaugeInitEnv::name = "SZINQIO" |
Name to be used.
Definition at line 40 of file szinqio_gauge_init.cc.
Referenced by createXMLGroup(), registerAll(), and Chroma::SZINQIOGaugeInitEnv::Params::writeXML().
|
static |
Local registration flag.
Definition at line 44 of file szinqio_gauge_init.cc.
Referenced by registerAll().