45#ifndef APPLICATIONS_STATICPROPS_PANGLE_HPP
46#define APPLICATIONS_STATICPROPS_PANGLE_HPP
51#include "applications/staticProps/StaticAnalyser.hpp"
52#include "selection/SelectionEvaluator.hpp"
53#include "selection/SelectionManager.hpp"
60 pAngle(
SimInfo* info,
const string& filename,
const string& sele1,
62 pAngle(
SimInfo* info,
const string& filename,
const string& sele1,
63 const string& sele2,
int nzbins);
64 pAngle(
SimInfo* info,
const string& filename,
const string& sele,
65 const int seleOffset,
int nzbins);
66 pAngle(
SimInfo* info,
const string& filename,
const string& sele,
67 const int seleOffset,
const int seleOffset2,
int nzbins);
69 int getNThetaBins() {
return nThetaBins_; }
71 virtual void process();
74 void processHistogram();
82 string selectionScript1_;
83 string selectionScript2_;
94 vector<RealType> histogram_;
"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.