Definition at line 33 of file potentialenergyhist.h.
Public Member Functions | |
virtual void | acquire (const Cluster &cluster) |
PotentialEnergyHistogram (const ConfigurationDatabase &conf) | |
virtual void | write (int numAtoms, string base_name) |
|
General constructor.
Definition at line 30 of file potentialenergyhist.cpp. References ConfigurationDatabase::intValue(), and BaseHistogram::m_pullingInterval. Here is the call graph for this function: |
|
Take sample readings from a cluster to build a potential energy histogram.
Implements BaseHistogram. Definition at line 35 of file potentialenergyhist.cpp. References BaseHistogram::m_bins, BaseHistogram::m_histogramBin, BaseHistogram::m_max, BaseHistogram::m_min, BaseHistogram::m_numberHistogramsTaken, and Cluster::size(). Referenced by MDLJ_Simulation::run(), and MCLJ_Simulation::run(). Here is the call graph for this function: |
|
Writes out the potential energy histogram values.
Implements BaseHistogram. Definition at line 51 of file potentialenergyhist.cpp. References BaseHistogram::m_bins, BaseHistogram::m_histogramBin, BaseHistogram::m_max, BaseHistogram::m_min, BaseHistogram::m_numberHistogramsTaken, and Cluster::PRECISION. Referenced by MDLJ_Simulation::run(), and MCLJ_Simulation::run(). |