Classes | |
| struct | Params |
| Point source parameters. More... | |
| class | SourceConst |
| Shell source construction. More... | |
Functions | |
| QuarkSourceConstruction< LatticePropagator > * | createProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| QuarkSourceConstruction< LatticeStaggeredPropagator > * | createStagProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| const std::string | name ("SHELL_SOURCE") |
| Name to be used. | |
| std::string | getName () |
| Return the name. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| bool | registered = false |
| Local registration flag. | |
| QuarkSourceConstruction<LatticePropagator>* Chroma::ShellQuarkSourceConstEnv::@226::createProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| QuarkSourceConstruction<LatticeStaggeredPropagator>* Chroma::ShellQuarkSourceConstEnv::@226::createStagProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| const std::string Chroma::ShellQuarkSourceConstEnv::@226::name | ( | "SHELL_SOURCE" | ) | [static] |
Name to be used.
Referenced by getName(), Chroma::ShellQuarkSourceConstEnv::SourceConst< T >::operator()(), registerAll(), and Chroma::ShellQuarkSourceConstEnv::Params::writeXML().
| std::string Chroma::ShellQuarkSourceConstEnv::getName | ( | ) |
| bool Chroma::ShellQuarkSourceConstEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 73 of file sh_source_const.cc.
References createProp(), createStagProp(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), Chroma::AsqtadFermActEnv::registerAll(), and registered.
bool Chroma::ShellQuarkSourceConstEnv::registered = false [static] |
Local registration flag.
Definition at line 63 of file sh_source_const.cc.
Referenced by registerAll().
1.4.7