Gromacs  2025.0-dev-20241011-013a99c
 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/applied_forces/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: