45#ifndef APPLICATIONS_STATICPROPS_NUMBERZ_HPP
46#define APPLICATIONS_STATICPROPS_NUMBERZ_HPP
51#include "applications/staticProps/StaticAnalyser.hpp"
53#include "brains/Thermo.hpp"
54#include "selection/SelectionEvaluator.hpp"
55#include "selection/SelectionManager.hpp"
61 NumberZ(
SimInfo* info,
const std::string& filename,
const std::string& sele,
62 int nzbins,
int axis = 2);
64 virtual void process();
67 virtual void writeNumberZ();
71 std::string selectionScript_;
76 std::vector<RealType> zBox_;
77 std::vector<RealType> areas_;
78 std::vector<RealType> numberZ_;
80 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.