Generated on Mon Jun 23 17:18:28 2008 for ell-2.3.0 by doxygen 1.5.1

ell::WAC_MinEnergy Class Reference

#include <WalkAbortionCriterion.hh>

Inheritance diagram for ell::WAC_MinEnergy:

Inheritance graph
[legend]

Detailed Description

This subclass of WalkAbortionCriterion aborts a walk if the energy of the last accepted State falls below a predefined boundary.

Author:
Daniel Maticzka

Definition at line 81 of file WalkAbortionCriterion.hh.

Public Member Functions

bool abort (StateCollector *sc) const
 WAC_MinEnergy (const double min)

Private Attributes

const double minEnergy


Constructor & Destructor Documentation

ell::WAC_MinEnergy::WAC_MinEnergy ( const double  min  ) 

Constructs a WalkAbortionCriterion that aborts a walk if a the energy of an accepted State is below the minimum boundary.

Parameters:
min the energy to check against

Definition at line 44 of file WalkAbortionCriterion.cc.


Member Function Documentation

bool ell::WAC_MinEnergy::abort ( StateCollector sc  )  const [virtual]

Returns true if the StateCollector sc fulfills a defined property.

Implements ell::WalkAbortionCriterion.

Definition at line 49 of file WalkAbortionCriterion.cc.


Field Documentation

const double ell::WAC_MinEnergy::minEnergy [private]

minimal allowed energy

Definition at line 85 of file WalkAbortionCriterion.hh.


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