51#ifndef APPLICATIONS_STATICPROPS_CHARGEHISTOGRAM_HPP
52#define APPLICATIONS_STATICPROPS_CHARGEHISTOGRAM_HPP
57#include "applications/staticProps/StaticAnalyser.hpp"
58#include "selection/SelectionEvaluator.hpp"
59#include "selection/SelectionManager.hpp"
66 const std::string& sele,
int nbins);
68 int getNBins() {
return nBins_; }
70 virtual void process();
73 virtual void writeCharge();
78 std::string selectionScript_;
84 std::vector<RealType> bincenter_;
85 std::vector<RealType> histList_;
"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.