#include "chroma.h"
Go to the source code of this file.
Classes | |
| struct | Params_t |
| struct | Inline_input_t |
Functions | |
| void | _mcleanup () |
| void | read (XMLReader &xml, const std::string &path, Params_t &p) |
| void | read (XMLReader &xml, const std::string &path, Inline_input_t &p) |
| bool | linkageHack (void) |
| int | main (int argc, char *argv[]) |
Definition in file chroma.cc.
| void _mcleanup | ( | ) |
| bool linkageHack | ( | void | ) |
Definition at line 66 of file chroma.cc.
References Chroma::AsqtadFermActEnv::registerAll().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 84 of file chroma.cc.
References Inline_input_t::cfg, END_CODE, Chroma::finalize(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::GroupXML_t::id, Chroma::initialize(), Params_t::inline_measurement_xml, linkageHack(), m, Chroma::MesPlq(), Params_t::nrow, Inline_input_t::param, Chroma::GroupXML_t::path, Chroma::proginfo(), Chroma::read(), Chroma::InlineDefaultGaugeField::reset(), Inline_input_t::rng_seed, Chroma::InlineDefaultGaugeField::set(), setrn(), START_CODE, u, Chroma::write(), and Chroma::GroupXML_t::xml.
| void read | ( | XMLReader & | xml, | |
| const std::string & | path, | |||
| Inline_input_t & | p | |||
| ) |
Definition at line 44 of file chroma.cc.
References Inline_input_t::cfg, Inline_input_t::param, Chroma::read(), Chroma::readXMLGroup(), and Inline_input_t::rng_seed.
| void read | ( | XMLReader & | xml, | |
| const std::string & | path, | |||
| Params_t & | p | |||
| ) |
Definition at line 30 of file chroma.cc.
References Params_t::inline_measurement_xml, Params_t::nrow, and Chroma::read().
1.4.7