45#ifndef APPLICATIONS_STATICPROPS_GOFXYZ_HPP
46#define APPLICATIONS_STATICPROPS_GOFXYZ_HPP
48#include "applications/staticProps/RadialDistrFunc.hpp"
54 GofXyz(
SimInfo* info,
const std::string& filename,
const std::string& sele1,
55 const std::string& sele2,
const std::string& sele3, RealType len,
58 int getNRBins() {
return nRBins_; }
60 RealType getLength() {
return len_; }
63 virtual void preProcess();
64 void initializeHistogram();
66 virtual void writeRdf();
78 std::vector<std::vector<std::vector<int>>> histogram_;
80 std::map<int, RotMat3x3d> rotMats_;
Radial Distribution Function.
"selection/SelectionEvaluator"
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.