CHROMA
Classes | Functions
Chroma::InlineQTopEnv 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)
 QTop input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t &param)
 QTop output. More...
 
void read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
 QTop input. More...
 
void write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input)
 QTop output. More...
 

Function Documentation

◆ read() [1/2]

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

QTop input.

Definition at line 91 of file inline_qnaive.cc.

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

◆ read() [2/2]

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

◆ registerAll()

bool Chroma::InlineQTopEnv::registerAll ( )

◆ write() [1/2]

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

◆ write() [2/2]

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