OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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 "Utilities/Util.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

◆ elements

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

Definition at line 163 of file IndexMap.cpp.

Variable Documentation

◆ gmsg

Inform* gmsg
extern

Definition at line 61 of file Main.cpp.