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... | |
Variables | |
const std::string | name = "CERN" |
Name to be used. More... | |
static bool | registered = false |
Local registration flag. More... | |
Hooks to register the class.
Name and registration.
GaugeInit* Chroma::CERNGaugeInitEnv::createSource | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Definition at line 34 of file cern_gauge_init.cc.
Referenced by Chroma::APELinkSmearingEnv::registerAll(), Chroma::HypLinkSmearingEnv::registerAll(), Chroma::NoLinkSmearingEnv::registerAll(), Chroma::PhaseStoutLinkSmearingEnv::registerAll(), Chroma::StoutLinkSmearingEnv::registerAll(), and registerAll().
bool Chroma::CERNGaugeInitEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 47 of file cern_gauge_init.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeInitEnv::registerAll().
const std::string Chroma::CERNGaugeInitEnv::name = "CERN" |
Name to be used.
Definition at line 41 of file cern_gauge_init.cc.
Referenced by registerAll(), and Chroma::CERNGaugeInitEnv::Params::writeXML().
|
static |
Local registration flag.
Definition at line 44 of file cern_gauge_init.cc.
Referenced by registerAll().