1 #ifndef MCMD_SYSTEM_ANALYZER_H 2 #define MCMD_SYSTEM_ANALYZER_H 11 #include <mcMd/analyzers/Analyzer.h> 12 #include <mcMd/simulation/Simulation.h> 28 template <
class SystemType>
56 SystemType* systemPtr_;
63 template <
class SystemType>
72 template <
class SystemType>
79 template <
class SystemType>
SystemAnalyzer(SystemType &system)
Constructor.
void setFileMaster(FileMaster &fileMaster)
Set the FileMaster to use to open files.
SystemType & system()
Return reference to parent system.
File containing preprocessor macros for error handling.
virtual ~SystemAnalyzer()
Destructor.
Abstract base for periodic output and/or analysis actions.
Utility classes for scientific computation.
Template for Analyzer associated with one System.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).