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

Classes

struct  Params
 
class  InlineMeas
 

Functions

bool registerAll ()
 Register all the factories. More...
 
void read (XMLReader &xml, const std::string &path, Params::Param_t &param)
 PolyakovLoop input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t &param)
 PolyakovLoop output. More...
 
void read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
 PolyakovLoop input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input)
 PolyakovLoop output. More...
 

Variables

const std::string name = "POLYAKOV_LOOP"
 

Function Documentation

◆ read() [1/2]

void Chroma::InlinePolyakovLoopEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::NamedObject_t input 
)

PolyakovLoop input.

Definition at line 89 of file inline_polylp.cc.

References Chroma::InlinePolyakovLoopEnv::Params::NamedObject_t::gauge_id, and read().

◆ read() [2/2]

void Chroma::InlinePolyakovLoopEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t param 
)

◆ registerAll()

bool Chroma::InlinePolyakovLoopEnv::registerAll ( )

◆ write() [1/2]

void Chroma::InlinePolyakovLoopEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::NamedObject_t input 
)

◆ write() [2/2]

void Chroma::InlinePolyakovLoopEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t param 
)

Variable Documentation

◆ name

const std::string Chroma::InlinePolyakovLoopEnv::name = "POLYAKOV_LOOP"

Definition at line 31 of file inline_polylp.cc.

Referenced by registerAll().