CHROMA
Functions | Variables
Chroma::PgGaugeActEnv Namespace Reference

Functions

GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createGaugeAct (XMLReader &xml, const std::string &path)
 Callback. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

const std::string name = "PG_GAUGEACT"
 
static bool registered = false
 Local registration flag. More...
 

Function Documentation

◆ createGaugeAct()

GaugeAction< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::PgGaugeActEnv::createGaugeAct ( XMLReader &  xml,
const std::string &  path 
)

Callback.

Definition at line 16 of file pg_gaugeact.cc.

References Chroma::CreateGaugeStateEnv::reader().

Referenced by registerAll().

◆ registerAll()

bool Chroma::PgGaugeActEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::PgGaugeActEnv::name = "PG_GAUGEACT"

Definition at line 23 of file pg_gaugeact.cc.

Referenced by registerAll().

◆ registered

bool Chroma::PgGaugeActEnv::registered = false
static

Local registration flag.

Definition at line 26 of file pg_gaugeact.cc.

Referenced by registerAll().