CHROMA
Public Member Functions | Public Attributes | List of all members
Chroma::LCMToplevelIntegratorParams Struct Reference

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< IDPaircopy_list
 
std::string integrator_xml
 
bool anisoP
 
int t_dir
 
Real xi_mom
 

Detailed Description

A Structure to hold the top level parameters.

Definition at line 27 of file lcm_toplevel_integrator.h.

Constructor & Destructor Documentation

◆ LCMToplevelIntegratorParams()

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.

Member Data Documentation

◆ anisoP

bool Chroma::LCMToplevelIntegratorParams::anisoP

Definition at line 34 of file lcm_toplevel_integrator.h.

Referenced by LCMToplevelIntegratorParams().

◆ copy_list

multi1d<IDPair> Chroma::LCMToplevelIntegratorParams::copy_list

◆ integrator_xml

std::string Chroma::LCMToplevelIntegratorParams::integrator_xml

Definition at line 33 of file lcm_toplevel_integrator.h.

Referenced by LCMToplevelIntegratorParams().

◆ t_dir

int Chroma::LCMToplevelIntegratorParams::t_dir

Definition at line 35 of file lcm_toplevel_integrator.h.

Referenced by LCMToplevelIntegratorParams().

◆ tau0

Real Chroma::LCMToplevelIntegratorParams::tau0

Definition at line 31 of file lcm_toplevel_integrator.h.

Referenced by LCMToplevelIntegratorParams().

◆ xi_mom

Real Chroma::LCMToplevelIntegratorParams::xi_mom

Definition at line 36 of file lcm_toplevel_integrator.h.

Referenced by LCMToplevelIntegratorParams().


The documentation for this struct was generated from the following files: