CHROMA
|
Parameter structure. More...
#include <inline_propagator_ferm_w.h>
Classes | |
struct | NamedObject_t |
Public Member Functions | |
InlinePropagatorFermParams () | |
InlinePropagatorFermParams (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
unsigned long | frequency |
ChromaProp_t | param |
struct Chroma::InlinePropagatorFermParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 25 of file inline_propagator_ferm_w.h.
Chroma::InlinePropagatorFermParams::InlinePropagatorFermParams | ( | ) |
Definition at line 77 of file inline_propagator_ferm_w.cc.
References frequency.
Chroma::InlinePropagatorFermParams::InlinePropagatorFermParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 79 of file inline_propagator_ferm_w.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
unsigned long Chroma::InlinePropagatorFermParams::frequency |
Definition at line 30 of file inline_propagator_ferm_w.h.
Referenced by Chroma::InlinePropagatorFerm::getFrequency(), and InlinePropagatorFermParams().
struct Chroma::InlinePropagatorFermParams::NamedObject_t Chroma::InlinePropagatorFermParams::named_obj |
Referenced by Chroma::InlinePropagatorFerm::func(), InlinePropagatorFermParams(), and Chroma::write().
ChromaProp_t Chroma::InlinePropagatorFermParams::param |
Definition at line 32 of file inline_propagator_ferm_w.h.
Referenced by Chroma::InlinePropagatorFerm::func(), InlinePropagatorFermParams(), and Chroma::write().
std::string Chroma::InlinePropagatorFermParams::xml_file |
Definition at line 41 of file inline_propagator_ferm_w.h.
Referenced by InlinePropagatorFermParams(), and Chroma::InlinePropagatorFerm::operator()().