#include <inline_mres_w.h>
Inheritance diagram for Chroma::InlineMres:

Public Member Functions | |
| ~InlineMres () | |
| InlineMres (const InlineMresParams &p) | |
| InlineMres (const InlineMres &p) | |
| unsigned long | getFrequency (void) const |
| Tell me how often I should measure this beastie. | |
| void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Protected Member Functions | |
| void | func (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Private Attributes | |
| InlineMresParams | params |
Definition at line 53 of file inline_mres_w.h.
| Chroma::InlineMres::~InlineMres | ( | ) | [inline] |
Definition at line 56 of file inline_mres_w.h.
| Chroma::InlineMres::InlineMres | ( | const InlineMresParams & | p | ) | [inline] |
Definition at line 57 of file inline_mres_w.h.
| Chroma::InlineMres::InlineMres | ( | const InlineMres & | p | ) | [inline] |
Definition at line 58 of file inline_mres_w.h.
| void Chroma::InlineMres::func | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [protected] |
Do the measurement.
Definition at line 188 of file inline_mres_w.cc.
References END_CODE, Chroma::InlineMresParams::Param_t::fermact, Chroma::FermToProp(), Chroma::InlineMresParams::NamedObject_t::gauge_id, Chroma::SftMom::getSet(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::PropSourceConst_t::j_decay, j_decay, Chroma::MesPlq(), Chroma::InlineMresEnv::name, Chroma::InlineMresParams::named_obj, Chroma::InlineMresParams::param, params, Chroma::PLUS, Chroma::proginfo(), prop_header, Chroma::InlineMresParams::NamedObject_t::prop_id, Chroma::PropToFerm(), Chroma::read(), Chroma::S_f, START_CODE, Chroma::state, Chroma::InlineMresParams::stateInfo, T, Chroma::PropSourceConst_t::t_source, u, Chroma::InlineMresParams::write(), Chroma::write(), and Chroma::GroupXML_t::xml.
Referenced by operator()().
| unsigned long Chroma::InlineMres::getFrequency | ( | void | ) | const [inline, virtual] |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 60 of file inline_mres_w.h.
References Chroma::InlineMresParams::frequency, and params.
| void Chroma::InlineMres::operator() | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [virtual] |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 163 of file inline_mres_w.cc.
References func(), Chroma::makeXMLFileName(), params, Chroma::write(), and Chroma::InlineMresParams::xml_file.
InlineMresParams Chroma::InlineMres::params [private] |
Definition at line 72 of file inline_mres_w.h.
Referenced by func(), getFrequency(), and operator()().
1.4.7