OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "SigmaGenerator.h"
#include "AbstractObjects/OpalData.h"
#include "AbsBeamline/Cyclotron.h"
#include "Utilities/OpalException.h"
#include "Utilities/Util.h"
#include "matrix_vector_operation.h"
#include "ClosedOrbitFinder.h"
#include "MapGenerator.h"
#include <cmath>
#include <iomanip>
#include <limits>
#include <numeric>
#include <sstream>
#include <utility>
#include <boost/filesystem.hpp>
#include <boost/numeric/odeint/stepper/runge_kutta4.hpp>
Go to the source code of this file.
Variables | |
Inform * | gmsg |
|
extern |
Definition at line 62 of file Main.cpp.
Referenced by SigmaGenerator::match().