SSAGES  0.9.3
Software Suite for Advanced General Ensemble Simulations
Public Member Functions | Public Attributes | List of all members
SSAGES::Hill Struct Reference

Multidimensional hill. More...

#include <Meta.h>

Public Member Functions

 Hill (const std::vector< double > &center, const std::vector< double > &sigma, double height)
 Constructs a multidimensional Hill (Gaussian) More...
 

Public Attributes

std::vector< double > center
 Hill center.
 
std::vector< double > width
 Hill width.
 
double height
 Hill height.
 

Detailed Description

Multidimensional hill.

Structure representing a multidimensional hill (Gaussian) which is centered at "center" with widths "width" of height "height". A multidimensional Gaussian has one height but n centers and widths.

Definition at line 37 of file Meta.h.

Constructor & Destructor Documentation

◆ Hill()

SSAGES::Hill::Hill ( const std::vector< double > &  center,
const std::vector< double > &  sigma,
double  height 
)
inline

Constructs a multidimensional Hill (Gaussian)

Parameters
centerHill center.
sigmaHill width.
heightHill height.

Definition at line 54 of file Meta.h.

56  :
57  center(center), width(sigma), height(height)
58  {}
std::vector< double > center
Hill center.
Definition: Meta.h:40
std::vector< double > width
Hill width.
Definition: Meta.h:43
double height
Hill height.
Definition: Meta.h:46

The documentation for this struct was generated from the following file: