#include <inline_multipole_w.h>
Inheritance diagram for Chroma::InlineMultipole:

Public Member Functions | |
| ~InlineMultipole () | |
| InlineMultipole (const InlineMultipoleParams &p) | |
| InlineMultipole (const InlineMultipole &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 | |
| InlineMultipoleParams | params |
Definition at line 57 of file inline_multipole_w.h.
| Chroma::InlineMultipole::~InlineMultipole | ( | ) | [inline] |
Definition at line 60 of file inline_multipole_w.h.
| Chroma::InlineMultipole::InlineMultipole | ( | const InlineMultipoleParams & | p | ) | [inline] |
Definition at line 61 of file inline_multipole_w.h.
| Chroma::InlineMultipole::InlineMultipole | ( | const InlineMultipole & | p | ) | [inline] |
Definition at line 62 of file inline_multipole_w.h.
| void Chroma::InlineMultipole::func | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [protected] |
Do the measurement.
Definition at line 201 of file inline_multipole_w.cc.
References END_CODE, Chroma::SftMom::getSet(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::PropSourceConst_t::j_decay, j_decay, Chroma::InlineMultipoleParams::Param_t::max_L, Chroma::MesPlq(), Chroma::multipole(), Chroma::InlineMultipoleEnv::name, Chroma::InlineMultipoleParams::param, params, Chroma::InlineMultipoleParams::pole, Chroma::proginfo(), prop_header, Chroma::InlineMultipoleParams::Multipole_out_t::prop_id, Chroma::read(), Chroma::InlineMultipoleParams::Multipole_out_t::seqprops, Chroma::SeqSource_t::sink_mom, START_CODE, Chroma::SeqSource_t::t_sink, Chroma::PropSourceConst_t::t_source, u, Chroma::InlineMultipoleParams::write(), and Chroma::write().
Referenced by operator()().
| unsigned long Chroma::InlineMultipole::getFrequency | ( | void | ) | const [inline, virtual] |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 64 of file inline_multipole_w.h.
References Chroma::InlineMultipoleParams::frequency, and params.
| void Chroma::InlineMultipole::operator() | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [virtual] |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 176 of file inline_multipole_w.cc.
References func(), Chroma::makeXMLFileName(), params, Chroma::write(), and Chroma::InlineMultipoleParams::xml_file.
Definition at line 76 of file inline_multipole_w.h.
Referenced by func(), getFrequency(), and operator()().
1.4.7