CHROMA
|
Parameter structure. More...
#include <lw_tree_gaugeact.h>
Public Member Functions | |
LWTreeGaugeActParams () | |
LWTreeGaugeActParams (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
Real | beta |
Real | u0 |
AnisoParam_t | aniso |
Parameter structure.
Definition at line 26 of file lw_tree_gaugeact.h.
Chroma::LWTreeGaugeActParams::LWTreeGaugeActParams | ( | ) |
Chroma::LWTreeGaugeActParams::LWTreeGaugeActParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 42 of file lw_tree_gaugeact.cc.
References aniso, beta, Chroma::read(), and u0.
AnisoParam_t Chroma::LWTreeGaugeActParams::aniso |
Definition at line 35 of file lw_tree_gaugeact.h.
Referenced by Chroma::LWTreeGaugeAct::init(), LWTreeGaugeActParams(), and Chroma::LWTreeGaugeAct::tDir().
Real Chroma::LWTreeGaugeActParams::beta |
Definition at line 33 of file lw_tree_gaugeact.h.
Referenced by Chroma::LWTreeGaugeAct::getBeta(), Chroma::LWTreeGaugeAct::init(), and LWTreeGaugeActParams().
Real Chroma::LWTreeGaugeActParams::u0 |
Definition at line 34 of file lw_tree_gaugeact.h.
Referenced by Chroma::LWTreeGaugeAct::init(), and LWTreeGaugeActParams().