49#ifndef APPLICATIONS_STATICPROPS_POTDIFF_HPP 
   50#define APPLICATIONS_STATICPROPS_POTDIFF_HPP 
   52#include "applications/staticProps/StaticAnalyser.hpp" 
   53#include "selection/SelectionEvaluator.hpp" 
   54#include "selection/SelectionManager.hpp" 
   55#include "utils/Accumulator.hpp" 
   66            const std::string& sele);
 
   79    std::vector<RealType> diff_;
 
   82    std::vector<RealType> times_;
 
   87    std::string selectionScript_;
 
   95    std::vector<bool> selectionWasFlucQ_;
 
 
Potential Energy differences with charges turned off.
 
virtual void process()
Process the data.
 
PotDiff(SimInfo *info, const std::string &filename, const std::string &sele)
Default constructor.
 
"selection/SelectionEvaluator"
 
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
 
The Snapshot class is a repository storing dynamic data during a Simulation.
 
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.