OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <map>
#include <limits>
#include <iostream>
#include <fstream>
#include <tuple>
#include "Algorithms/IndexMap.h"
#include "AbstractObjects/OpalData.h"
#include "AbsBeamline/Multipole.h"
#include "AbsBeamline/Bend2D.h"
#include "Physics/Physics.h"
#include "Structure/ElementPositionWriter.h"
#include "Utilities/Util.h"
Go to the source code of this file.
Enumerations | |
enum | elements { DIPOLE = 0 , QUADRUPOLE , SEXTUPOLE , OCTUPOLE , DECAPOLE , MULTIPOLE , SOLENOID , RFCAVITY , MONITOR , OTHER , SIZE } |
Variables | |
Inform * | gmsg |
enum elements |
Enumerator | |
---|---|
DIPOLE | |
QUADRUPOLE | |
SEXTUPOLE | |
OCTUPOLE | |
DECAPOLE | |
MULTIPOLE | |
SOLENOID | |
RFCAVITY | |
MONITOR | |
OTHER | |
SIZE |
Definition at line 163 of file IndexMap.cpp.