ell::WAC_MinEnergy Class Reference
#include <WalkAbortionCriterion.hh>
Inheritance diagram for ell::WAC_MinEnergy:
Detailed Description
This subclass of WalkAbortionCriterion aborts a walk if the energy of the last accepted State falls below a predefined boundary.
Definition at line 89 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 53 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 58 of file WalkAbortionCriterion.cc.
Field Documentation
const double ell::WAC_MinEnergy::minEnergy [private] |
The documentation for this class was generated from the following files:
- src/ell/WalkAbortionCriterion.hh
- src/ell/WalkAbortionCriterion.cc