CHROMA
Namespaces | Functions | Variables
cppacs_gauge_init.cc File Reference

Read a CPPACS config. More...

#include "util/gauge/gauge_init_factory.h"
#include "util/gauge/gauge_init_aggregate.h"
#include "util/gauge/cppacs_gauge_init.h"
#include "io/readcppacs.h"

Go to the source code of this file.

Namespaces

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

Functions

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

Variables

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

Detailed Description

Read a CPPACS config.

Definition in file cppacs_gauge_init.cc.