#include "meas/inline/hadron/inline_static_light_spec_w.h"
#include "meas/inline/abs_inline_measurement_factory.h"
#include "meas/glue/mesplq.h"
#include "util/ft/sftmom.h"
#include "util/info/proginfo.h"
#include "io/param_io.h"
#include "io/qprop_io.h"
#include "meas/hadron/mesQl_w.h"
#include "meas/hadron/barQll_w.h"
#include "meas/hadron/mesQlPOT_w.h"
#include "meas/hadron/heavy_hadron_potentials_w.h"
#include "meas/hadron/curcor2_w.h"
#include "meas/inline/make_xml_file.h"
#include "meas/inline/io/named_objmap.h"
#include "meas/smear/no_quark_displacement.h"
Go to the source code of this file.
Namespaces | |
| namespace | Chroma |
| namespace | Chroma::InlineStaticLightSpecEnv |
Functions | |
| AbsInlineMeasurement * | Chroma::InlineStaticLightSpecEnv::createMeasurement (XMLReader &xml_in, const std::string &path) |
| bool | Chroma::InlineStaticLightSpecEnv::registerAll () |
| Register all the factories. | |
| void | Chroma::read (XMLReader &xml, const string &path, InlineStaticLightSpecParams::Param_t ¶m) |
| Reader for parameters. | |
| void | Chroma::write (XMLWriter &xml, const string &path, const InlineStaticLightSpecParams::Param_t ¶m) |
| Writer for parameters. | |
| void | Chroma::read (XMLReader &xml, const string &path, InlineStaticLightSpecParams::NamedObject_t::Props_t &input) |
| Propagator input. | |
| void | Chroma::write (XMLWriter &xml, const string &path, const InlineStaticLightSpecParams::NamedObject_t::Props_t &input) |
| Propagator output. | |
| void | Chroma::read (XMLReader &xml, const string &path, InlineStaticLightSpecParams::NamedObject_t &input) |
| Propagator input. | |
| void | Chroma::write (XMLWriter &xml, const string &path, const InlineStaticLightSpecParams::NamedObject_t &input) |
| Propagator output. | |
| void | Chroma::readSinkProp (SinkPropContainer_t &s, const std::string &id) |
| Read a sink prop. | |
| void | Chroma::readAllSinks (AllSinkProps_t &s, InlineStaticLightSpecParams::NamedObject_t::Props_t sink_pair) |
| Read all sinks. | |
Variables | |
| bool | Chroma::InlineStaticLightSpecEnv::registered = false |
| Local registration flag. | |
| const std::string | Chroma::InlineStaticLightSpecEnv::name = "STATIC_LIGHT_SPECTRUM" |
| Name to be used. | |
| ForwardProp_t | prop_header |
| string | quark_propagator_id |
| Real | Mass |
| multi1d< int > | bc |
| string | source_type |
| string | source_disp_type |
| string | sink_type |
| string | sink_disp_type |
| SinkPropContainer_t | sink_prop_1 |
| SinkPropContainer_t | sink_prop_2 |
Spectrum calculations
Definition in file inline_static_light_spec_w.cc.
| multi1d<int> bc |
Definition at line 203 of file inline_static_light_spec_w.cc.
| Real Mass |
Definition at line 201 of file inline_static_light_spec_w.cc.
| ForwardProp_t prop_header |
Definition at line 199 of file inline_static_light_spec_w.cc.
| string quark_propagator_id |
Definition at line 200 of file inline_static_light_spec_w.cc.
| string sink_disp_type |
Definition at line 208 of file inline_static_light_spec_w.cc.
| SinkPropContainer_t sink_prop_1 |
Definition at line 215 of file inline_static_light_spec_w.cc.
| SinkPropContainer_t sink_prop_2 |
Definition at line 216 of file inline_static_light_spec_w.cc.
| string sink_type |
Definition at line 207 of file inline_static_light_spec_w.cc.
| string source_disp_type |
Definition at line 206 of file inline_static_light_spec_w.cc.
| string source_type |
Definition at line 205 of file inline_static_light_spec_w.cc.
1.4.7