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

Hooks to register the class. More...

Classes

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

Functions

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

Variables

const std::string name = "CPPACS"
 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

◆ createSource()

GaugeInit* Chroma::CPPACSGaugeInitEnv::createSource ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 32 of file cppacs_gauge_init.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::CPPACSGaugeInitEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::CPPACSGaugeInitEnv::name = "CPPACS"

Name to be used.

Definition at line 39 of file cppacs_gauge_init.cc.

Referenced by registerAll(), and Chroma::CPPACSGaugeInitEnv::Params::writeXML().

◆ registered

bool Chroma::CPPACSGaugeInitEnv::registered = false
static

Local registration flag.

Definition at line 42 of file cppacs_gauge_init.cc.

Referenced by registerAll().