45#ifndef APPLICATIONS_STATICPROPS_BONDANGLEDISTRIBUTION_HPP
46#define APPLICATIONS_STATICPROPS_BONDANGLEDISTRIBUTION_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
49#include "selection/SelectionEvaluator.hpp"
50#include "selection/SelectionManager.hpp"
64 const std::string& sele,
double rCut,
int nbins);
66 virtual void process();
69 virtual void initializeHistogram();
71 void writeBondAngleDistribution();
74 std::string selectionScript_;
83 std::vector<int> ThetaCount_;
84 std::vector<int> histogram_;
"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.