CHROMA
|
Parameter structure. More...
#include <rbc_gaugeact.h>
Public Member Functions | |
RBCGaugeActParams () | |
RBCGaugeActParams (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
Real | beta |
Real | c1 |
Parameter structure.
Definition at line 26 of file rbc_gaugeact.h.
Chroma::RBCGaugeActParams::RBCGaugeActParams | ( | ) |
Chroma::RBCGaugeActParams::RBCGaugeActParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 41 of file rbc_gaugeact.cc.
References beta, c1, and Chroma::read().
Real Chroma::RBCGaugeActParams::beta |
Definition at line 33 of file rbc_gaugeact.h.
Referenced by RBCGaugeActParams().
Real Chroma::RBCGaugeActParams::c1 |
Definition at line 34 of file rbc_gaugeact.h.
Referenced by RBCGaugeActParams().