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

Classes

struct  Params
 Parameter structure. More...
 
class  InlineMeas
 Inline task for the propagator from distillution. More...
 

Functions

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

Variables

const std::string name = "PROP_DISTILLUTION"
 

Function Documentation

◆ read() [1/4]

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

Propagator input.

Definition at line 108 of file inline_prop_distillution_w.cc.

References Chroma::tmp.

◆ read() [2/4]

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

◆ read() [3/4]

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

◆ read() [4/4]

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

◆ registerAll()

bool Chroma::InlinePropDistillutionEnv::registerAll ( )

◆ write() [1/4]

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

◆ write() [2/4]

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

◆ write() [3/4]

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

◆ write() [4/4]

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

Variable Documentation

◆ name

const std::string Chroma::InlinePropDistillutionEnv::name = "PROP_DISTILLUTION"