45#ifndef APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAM_HPP
46#define APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAM_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
50#include "selection/SelectionEvaluator.hpp"
51#include "selection/SelectionManager.hpp"
86 const std::string& sele,
double rCut,
int nbins);
88 virtual void process();
91 virtual void initializeHistogram();
92 virtual void collectHistogram(RealType Qk);
93 void writeOrderParameter();
96 std::string selectionScript_;
107 std::vector<int> Q_histogram_;
108 std::vector<StuntDouble*> Distorted_;
109 std::vector<StuntDouble*> Tetrahedral_;
"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.
Tetrahedrality Parameter.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.