CHROMA
|
A Structure to hold the top level parameters. More...
#include <lcm_toplevel_integrator.h>
Public Member Functions | |
LCMToplevelIntegratorParams (XMLReader &xml, const std::string &path) | |
Construct from XML. More... | |
Public Attributes | |
Real | tau0 |
multi1d< IDPair > | copy_list |
std::string | integrator_xml |
bool | anisoP |
int | t_dir |
Real | xi_mom |
A Structure to hold the top level parameters.
Definition at line 27 of file lcm_toplevel_integrator.h.
Chroma::LCMToplevelIntegratorParams::LCMToplevelIntegratorParams | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Construct from XML.
Definition at line 32 of file lcm_toplevel_integrator.cc.
References anisoP, copy_list, integrator_xml, Nd, Chroma::read(), t_dir, tau0, and xi_mom.
bool Chroma::LCMToplevelIntegratorParams::anisoP |
Definition at line 34 of file lcm_toplevel_integrator.h.
Referenced by LCMToplevelIntegratorParams().
multi1d<IDPair> Chroma::LCMToplevelIntegratorParams::copy_list |
Definition at line 32 of file lcm_toplevel_integrator.h.
Referenced by Chroma::LCMToplevelIntegrator::copyFields(), and LCMToplevelIntegratorParams().
std::string Chroma::LCMToplevelIntegratorParams::integrator_xml |
Definition at line 33 of file lcm_toplevel_integrator.h.
Referenced by LCMToplevelIntegratorParams().
int Chroma::LCMToplevelIntegratorParams::t_dir |
Definition at line 35 of file lcm_toplevel_integrator.h.
Referenced by LCMToplevelIntegratorParams().
Real Chroma::LCMToplevelIntegratorParams::tau0 |
Definition at line 31 of file lcm_toplevel_integrator.h.
Referenced by LCMToplevelIntegratorParams().
Real Chroma::LCMToplevelIntegratorParams::xi_mom |
Definition at line 36 of file lcm_toplevel_integrator.h.
Referenced by LCMToplevelIntegratorParams().