mcpele  1.0.0
The Monte Carlo Python Energy Landscape Explorer
 All Classes Namespaces Functions Variables Typedefs
Public Member Functions | Protected Attributes
mcpele::EnergyWindowTest Class Reference

#include <energy_window_test.h>

Inheritance diagram for mcpele::EnergyWindowTest:
mcpele::AcceptTest

List of all members.

Public Member Functions

 EnergyWindowTest (const double min_energy, const double max_energy)
virtual ~EnergyWindowTest ()
virtual bool test (pele::Array< double > &trial_coords, double trial_energy, pele::Array< double > &old_coords, double old_energy, double temperature, MC *mc)

Protected Attributes

double m_min_energy
double m_max_energy

Detailed Description

Energy window test This test checks that the energy of the system stays within a certain energy window

Definition at line 14 of file energy_window_test.h.


Constructor & Destructor Documentation

mcpele::EnergyWindowTest::EnergyWindowTest ( const double  min_energy,
const double  max_energy 
)

Definition at line 9 of file energy_window_test.cpp.

virtual mcpele::EnergyWindowTest::~EnergyWindowTest ( ) [inline, virtual]

Definition at line 20 of file energy_window_test.h.


Member Function Documentation

bool mcpele::EnergyWindowTest::test ( pele::Array< double > &  trial_coords,
double  trial_energy,
pele::Array< double > &  old_coords,
double  old_energy,
double  temperature,
MC mc 
) [virtual]

Implements mcpele::AcceptTest.

Definition at line 14 of file energy_window_test.cpp.


Member Data Documentation

Definition at line 17 of file energy_window_test.h.

Definition at line 16 of file energy_window_test.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs