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

Classes

struct  Params
 Parameter structure. More...
 
class  InlineMeas
 Inline measurement of QQQ's. More...
 

Functions

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

Variables

const std::string name = "QQQ"
 

Function Documentation

◆ read() [1/2]

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

◆ read() [2/2]

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

◆ registerAll()

bool Chroma::InlineQQQEnv::registerAll ( )

◆ write() [1/2]

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

◆ write() [2/2]

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

Variable Documentation

◆ name

const std::string Chroma::InlineQQQEnv::name = "QQQ"

Definition at line 33 of file inline_qqq_w.cc.

Referenced by Chroma::InlineQQQEnv::InlineMeas::operator()(), and registerAll().