CHROMA
Classes | Functions | Variables
Chroma::SFGaugeInitEnv Namespace Reference

Hooks to register the class. More...

Classes

struct  Params
 Params for initializing config. More...
 
class  GaugeIniter
 Gauge initialization. More...
 

Functions

GaugeInitcreateCfg (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

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

Detailed Description

Hooks to register the class.

Name and registration.

Function Documentation

◆ createCfg()

GaugeInit* Chroma::SFGaugeInitEnv::createCfg ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 35 of file sf_gauge_init.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::SFGaugeInitEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::SFGaugeInitEnv::name = "CLASSICAL_SF"

◆ registered

bool Chroma::SFGaugeInitEnv::registered = false
static

Local registration flag.

Definition at line 45 of file sf_gauge_init.cc.

Referenced by registerAll().