Classes | |
| struct | Params |
| Params for APE link smearing. More... | |
| class | LinkSmear |
| APE link smearing. More... | |
Functions | |
| LinkSmearing * | createSource (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| std::string | getName () |
| Return the name. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| bool | registered = false |
| Local registration flag. | |
| const std::string | name = "APE_SMEAR" |
| Name to be used. | |
| LinkSmearing* Chroma::APELinkSmearingEnv::@196::createSource | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| std::string Chroma::APELinkSmearingEnv::getName | ( | ) |
Return the name.
Definition at line 49 of file ape_link_smearing.cc.
References name.
Referenced by Chroma::readV4(), and Chroma::readV5().
| bool Chroma::APELinkSmearingEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 52 of file ape_link_smearing.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::APELinkSmearingEnv::registered = false [static] |
Local registration flag.
Definition at line 42 of file ape_link_smearing.cc.
Referenced by registerAll().
const std::string Chroma::APELinkSmearingEnv::name = "APE_SMEAR" [static] |
Name to be used.
Definition at line 45 of file ape_link_smearing.cc.
Referenced by getName(), and registerAll().
1.4.7