|
CHROMA
|
Parameter structure. More...
#include <inline_wilslp.h>
Classes | |
| struct | NamedObject_t |
| struct | Param_t |
Public Member Functions | |
| InlineWilsonLoopParams () | |
| InlineWilsonLoopParams (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
| unsigned long | frequency |
| struct Chroma::InlineWilsonLoopParams::Param_t | param |
| struct Chroma::InlineWilsonLoopParams::NamedObject_t | named_obj |
| std::string | xml_file |
Parameter structure.
Definition at line 27 of file inline_wilslp.h.
| Chroma::InlineWilsonLoopParams::InlineWilsonLoopParams | ( | ) |
Definition at line 113 of file inline_wilslp.cc.
References frequency.
| Chroma::InlineWilsonLoopParams::InlineWilsonLoopParams | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 118 of file inline_wilslp.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
| unsigned long Chroma::InlineWilsonLoopParams::frequency |
Definition at line 32 of file inline_wilslp.h.
Referenced by Chroma::InlineWilsonLoop::getFrequency(), and InlineWilsonLoopParams().
| struct Chroma::InlineWilsonLoopParams::NamedObject_t Chroma::InlineWilsonLoopParams::named_obj |
Referenced by Chroma::InlineWilsonLoop::func(), and InlineWilsonLoopParams().
| struct Chroma::InlineWilsonLoopParams::Param_t Chroma::InlineWilsonLoopParams::param |
Referenced by Chroma::InlineWilsonLoop::func(), and InlineWilsonLoopParams().
| std::string Chroma::InlineWilsonLoopParams::xml_file |
Definition at line 47 of file inline_wilslp.h.
Referenced by InlineWilsonLoopParams(), and Chroma::InlineWilsonLoop::operator()().