OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <algorithm>
#include <array>
#include <cmath>
#include <functional>
#include <limits>
#include <numeric>
#include <string>
#include <utility>
#include <vector>
#include "Utilities/Options.h"
#include "Utilities/OpalException.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#include "AbstractObjects/OpalData.h"
#include "AbsBeamline/Cyclotron.h"
#include <boost/numeric/odeint/integrate/integrate_n_steps.hpp>
#include <boost/filesystem.hpp>
Go to the source code of this file.
Classes | |
class | ClosedOrbitFinder< Value_type, Size_type, Stepper > |
Variables | |
Inform * | gmsg |
|
extern |
Definition at line 61 of file Main.cpp.
Referenced by ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbit(), and ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbitOfEnergy_m().