45#ifndef APPLICATIONS_STATICPROPS_GOFANGLE2_HPP
46#define APPLICATIONS_STATICPROPS_GOFANGLE2_HPP
48#include "applications/staticProps/RadialDistrFunc.hpp"
55 const std::string& sele1,
const std::string& sele2,
58 const std::string& sele1,
const std::string& sele2,
59 const std::string& sele3,
int nangleBins);
61 int getNAngleBins() {
return nAngleBins_; }
64 virtual void preProcess();
68 virtual void initializeHistogram();
72 virtual void processHistogram();
74 virtual void writeRdf();
76 RealType deltaCosAngle_;
82 std::string selectionScript3_;
84 std::vector<std::vector<int>> histogram_;
85 std::vector<std::vector<int>> avgGofr_;
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.