CHROMA
Classes | Enumerations | Functions | Variables
Chroma::InlineProp3ptEnv Namespace Reference

Classes

struct  Params
 Parameter structure. More...
 
class  InlineMeas
 Inline measurement of stochastic baryon operators. More...
 

Enumerations

enum  Flavor {
  up , down , strange , charm ,
  bottom
}
 

Functions

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

Variables

const std::string name = "PROPAGATOR_3PT"
 

Enumeration Type Documentation

◆ Flavor

Enumerator
up 
down 
strange 
charm 
bottom 

Definition at line 25 of file inline_prop_3pt_w.h.

Function Documentation

◆ read() [1/3]

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

◆ read() [2/3]

void Chroma::InlineProp3ptEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Operator_t op 
)

◆ read() [3/3]

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

◆ registerAll()

bool Chroma::InlineProp3ptEnv::registerAll ( )

◆ write() [1/3]

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

◆ write() [2/3]

void Chroma::InlineProp3ptEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Operator_t op 
)

◆ write() [3/3]

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

Variable Documentation

◆ name

const std::string Chroma::InlineProp3ptEnv::name = "PROPAGATOR_3PT"

Definition at line 44 of file inline_prop_3pt_w.cc.

Referenced by Chroma::InlineProp3ptEnv::InlineMeas::func(), and registerAll().