CHROMA
Namespaces | Functions | Variables
szin_gauge_init.cc File Reference

Read a SZIN config. More...

#include "util/gauge/gauge_init_factory.h"
#include "util/gauge/gauge_init_aggregate.h"
#include "util/gauge/szin_gauge_init.h"
#include "io/readszin.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::SZINGaugeInitEnv
 Hooks to register the class.
 

Functions

void Chroma::read (XMLReader &xml, const std::string &path, SZINGaugeInitEnv::Params &param)
 Reader. More...
 
void Chroma::write (XMLWriter &xml, const std::string &path, const SZINGaugeInitEnv::Params &param)
 Parameters for running code. More...
 
GaugeInit * Chroma::SZINGaugeInitEnv::createSource (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool Chroma::SZINGaugeInitEnv::registerAll ()
 Register all the factories. More...
 

Variables

const std::string Chroma::SZINGaugeInitEnv::name = "SZIN"
 Name to be used. More...
 
static bool Chroma::SZINGaugeInitEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Read a SZIN config.

Definition in file szin_gauge_init.cc.