Gromacs
2019.3
|
#include <gromacs/awh/biaswriter.h>
AWH output data block that can be written to an energy file block.
Public Member Functions | |
AwhEnergyBlock (int numPoints, Normalization normalizationType, float normalizationValue) | |
Constructor. More... | |
gmx::ArrayRef< float > | data () |
Returns an ArrarRef to the data in the block. | |
Public Attributes | |
const Normalization | normalizationType |
How to normalize the output data. | |
const float | normalizationValue |
The normalization value. | |
gmx::AwhEnergyBlock::AwhEnergyBlock | ( | int | numPoints, |
Normalization | normalizationType, | ||
float | normalizationValue | ||
) |
Constructor.
[in] | numPoints | Number of points in block. |
[in] | normalizationType | Type of normalization. |
[in] | normalizationValue | Value to normalization with. |