|
CHROMA
|
Params for clover ferm acts. More...
#include <nef_fermact_params_w.h>
Public Member Functions | |
| NEFFermActParams () | |
| Default constructor. More... | |
| NEFFermActParams (XMLReader &in, const std::string &path) | |
| Read parameters. More... | |
Public Attributes | |
| Real | Mass |
| Real | OverMass |
| multi1d< Real > | b5 |
| multi1d< Real > | c5 |
| int | N5 |
Params for clover ferm acts.
Definition at line 15 of file nef_fermact_params_w.h.
| Chroma::NEFFermActParams::NEFFermActParams | ( | ) |
| Chroma::NEFFermActParams::NEFFermActParams | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Read parameters.
Definition at line 24 of file nef_fermact_params_w.cc.
References b5, c5, Mass, N5, OverMass, Chroma::read(), and Chroma::s().
| multi1d<Real> Chroma::NEFFermActParams::b5 |
Definition at line 23 of file nef_fermact_params_w.h.
Referenced by NEFFermActParams(), and Chroma::write().
| multi1d<Real> Chroma::NEFFermActParams::c5 |
Definition at line 24 of file nef_fermact_params_w.h.
Referenced by NEFFermActParams(), and Chroma::write().
| Real Chroma::NEFFermActParams::Mass |
Definition at line 20 of file nef_fermact_params_w.h.
Referenced by NEFFermActParams(), and Chroma::write().
| int Chroma::NEFFermActParams::N5 |
Definition at line 26 of file nef_fermact_params_w.h.
Referenced by NEFFermActParams(), and Chroma::write().
| Real Chroma::NEFFermActParams::OverMass |
Definition at line 21 of file nef_fermact_params_w.h.
Referenced by NEFFermActParams(), and Chroma::write().