OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Enumerations | Variables
IndexMap.cpp File Reference
#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 dependency graph for IndexMap.cpp:

Go to the source code of this file.

Enumerations

enum  elements {
  DIPOLE = 0, QUADRUPOLE, SEXTUPOLE, OCTUPOLE,
  DECAPOLE, MULTIPOLE, SOLENOID, RFCAVITY,
  MONITOR, OTHER, SIZE
}
 

Variables

Informgmsg
 

Enumeration Type Documentation

enum elements
Enumerator
DIPOLE 
QUADRUPOLE 
SEXTUPOLE 
OCTUPOLE 
DECAPOLE 
MULTIPOLE 
SOLENOID 
RFCAVITY 
MONITOR 
OTHER 
SIZE 

Definition at line 141 of file IndexMap.cpp.

Variable Documentation

Inform* gmsg

Definition at line 21 of file Main.cpp.