
#include <OutputPaulTrap.h>
Inheritance diagram for ProtoMol::OutputPaulTrap:

Public Member Functions | |
| OutputPaulTrap () | |
| OutputPaulTrap (const std::string &filename, int freq, int cacheFreq, int cacheSize, Real closeTime, Real omegar, Real omegaz, const std::string &filenameLow, bool doLow, bool screen) | |
| virtual std::string | getIdNoAlias () const |
| virtual unsigned int | getParameterSize () const |
| virtual void | getParameters (std::vector< Parameter > ¶meter) const |
| virtual bool | adjustWithDefaultParameters (std::vector< Value > &values, const Configuration *config) const |
Static Public Attributes | |
| const std::string | keyword |
Private Member Functions | |
| virtual void | doRunCached (int step) |
| virtual void | doFlushCache () |
| virtual Output * | doMake (std::string &errMsg, const std::vector< Value > &values) const |
| virtual void | doInitialize () |
| void | doWrite () |
Private Attributes | |
| Real | myOmegaR |
| Real | myOmegaZ |
| std::string | myFilenameLow |
| bool | myDoPaulLow |
| bool | myScreen |
| Real | myPaulOmega |
| Real | myPaulQ |
| Real | myPaulK |
| Real | myPaulR |
| Real | myPaulA |
| Real | myPaulUHom |
| Real | myPaulF |
| Real | myPaulF2 |
| Real | myPaulM |
| Real | myPaulLow |
| std::string | myLowOut |
| Vector3DBlock | myLowXYZ |
| std::string | myLowComment |
| std::string | myUnit |
| Real | myFactor |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from ProtoMol::OutputFile. |
|
|
optional implemenatation for cache flush
Reimplemented from ProtoMol::OutputFile. |
|
|
Hook method of initialize, implemented in the concrete class.
Implements ProtoMol::Output. |
|
||||||||||||
|
Implements ProtoMol::Output. |
|
|
new implementation of run method
Implements ProtoMol::OutputFile. |
|
|
|
|
|
Implements ProtoMol::Makeable. |
|
|
retrieve all parameters
Reimplemented from ProtoMol::OutputFile. |
|
|
number of parameters
Implements ProtoMol::Makeable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|