OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "AbstractObjects/ObjectFunction.h"
#include <iosfwd>
#include <string>
#include <vector>
#include <map>
#include <stack>
Go to the source code of this file.
Classes | |
class | OpalData |
The global OPAL structure. More... | |
struct | OpalData::ClearReference |
Clear Reference. More... | |
Typedefs | |
typedef std::pair< std::string, double > | MaxPhasesT |
typedef std::map< double, double > | energyEvolution_t |
typedef std::map<double, double> energyEvolution_t |
Definition at line 45 of file OpalData.h.
typedef std::pair<std::string, double > MaxPhasesT |
Definition at line 44 of file OpalData.h.