45#ifndef APPLICATIONS_STATICPROPS_HBONDGEOMETRIC_HPP
46#define APPLICATIONS_STATICPROPS_HBONDGEOMETRIC_HPP
48#include "applications/staticProps/StaticAnalyser.hpp"
49#include "selection/SelectionEvaluator.hpp"
50#include "selection/SelectionManager.hpp"
68 const std::string& sele1,
const std::string& sele2,
69 double rCut,
double thetaCut,
int nbins);
71 virtual void process();
74 virtual void initializeHistogram();
75 virtual void collectHistogram(
int nHB,
int nD,
int nA);
76 void writeHistogram();
79 std::string selectionScript1_;
82 std::string selectionScript2_;
92 std::vector<int> nHBonds_;
93 std::vector<int> nDonor_;
94 std::vector<int> nAcceptor_;
Hydrogen Bonding statistics using geometric criteria.
"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.