OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
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 | PartBunchBase< T, Dim > |
Class: DataSink. More... | |
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 energyEvolution_t::value_type | energyEvData_t |
Definition at line 42 of file OpalData.h.
typedef std::map<double, double> energyEvolution_t |
Definition at line 41 of file OpalData.h.
typedef std::pair<std::string, double > MaxPhasesT |
Definition at line 37 of file OpalData.h.