OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Typedefs
OpalData.h File Reference
#include "AbstractObjects/ObjectFunction.h"
#include <iosfwd>
#include <string>
#include <vector>
#include <map>
#include <stack>
Include dependency graph for OpalData.h:

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 Documentation

◆ energyEvolution_t

typedef std::map<double, double> energyEvolution_t

Definition at line 45 of file OpalData.h.

◆ MaxPhasesT

typedef std::pair<std::string, double > MaxPhasesT

Definition at line 44 of file OpalData.h.