OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

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.