|
CHROMA
|
Params for initializing config. More...
#include <cern_gauge_init.h>
Public Member Functions | |
| Params () | |
| Params (XMLReader &in, const std::string &path) | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
| Parameters for running code. More... | |
Public Attributes | |
| std::string | cfg_file |
Params for initializing config.
Definition at line 23 of file cern_gauge_init.h.
|
inline |
Definition at line 25 of file cern_gauge_init.h.
| Chroma::CERNGaugeInitEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Definition at line 60 of file cern_gauge_init.cc.
References cfg_file, and Chroma::read().
| void Chroma::CERNGaugeInitEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Parameters for running code.
Definition at line 69 of file cern_gauge_init.cc.
References cfg_file, Chroma::CERNGaugeInitEnv::name, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::write().
| std::string Chroma::CERNGaugeInitEnv::Params::cfg_file |
File name
Definition at line 29 of file cern_gauge_init.h.
Referenced by Chroma::CERNGaugeInitEnv::GaugeIniter::operator()(), Params(), and writeXML().