Gromacs  2019.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::AwhEnergyBlock Class Reference

#include <gromacs/awh/biaswriter.h>

Description

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.
 

Constructor & Destructor Documentation

gmx::AwhEnergyBlock::AwhEnergyBlock ( int  numPoints,
Normalization  normalizationType,
float  normalizationValue 
)

Constructor.

Parameters
[in]numPointsNumber of points in block.
[in]normalizationTypeType of normalization.
[in]normalizationValueValue to normalization with.

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