48#ifndef APPLICATIONS_STATICPROPS_ORDERPARAMETERPROBZ_HPP
49#define APPLICATIONS_STATICPROPS_ORDERPARAMETERPROBZ_HPP
54#include "applications/staticProps/StaticAnalyser.hpp"
56#include "brains/Thermo.hpp"
58#include "selection/SelectionEvaluator.hpp"
59#include "selection/SelectionManager.hpp"
66 const std::string& sele,
const RealType dipoleX,
67 const RealType dipoleY,
const RealType dipoleZ,
68 int nbins,
int axis = 2);
70 virtual void process();
73 virtual void writeOrderCount();
77 std::string selectionScript_;
82 std::vector<RealType> sliceSDCount_;
83 std::vector<RealType> flucSliceSDCount_;
86 std::vector<RealType> Count_;
88 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.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.