45#ifndef APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAMZ_HPP
46#define APPLICATIONS_STATICPROPS_TETRAHEDRALITYPARAMZ_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
50#include "selection/SelectionEvaluator.hpp"
51#include "selection/SelectionManager.hpp"
86 const std::string& sele1,
const std::string& sele2,
87 double rCut,
int nzbins,
int axis = 2);
88 int getNZBins() {
return nZBins_; }
90 virtual void process();
96 std::string selectionScript1_;
97 std::string selectionScript2_;
104 std::vector<RealType> zBox_;
105 std::vector<RealType> sliceQ_;
106 std::vector<int> sliceCount_;
108 std::string axisLabel_;
"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 ParameterZ.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.