|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include "Track/TrackRun.h"#include "Algorithms/ParallelTracker.h"#include "AbstractObjects/BeamSequence.h"#include "AbstractObjects/OpalData.h"#include "Attributes/Attributes.h"#include "Beamlines/TBeamline.h"#include "BasicActions/Option.h"#include "Distribution/Distribution.h"#include "Distribution/EmittedFromFile.h"#include "Distribution/Gaussian.h"#include "Distribution/MultiVariateGaussian.h"#include "Distribution/FlatTop.h"#include "Distribution/FromFile.h"#include "Distribution/OpalFlatTop.h"#include "Physics/Physics.h"#include "Physics/Units.h"#include "Physics/ParticleProperties.h"#include "Processes/GlobalProcesses/GlobalProcess.h"#include "Processes/GlobalProcesses/MuonDecay.h"#include "Processes/GlobalProcesses/PionDecay.h"#include "Track/Track.h"#include "Utilities/OpalException.h"#include "Lines/EmissionSourceList.h"#include "Structure/Beam.h"#include "Structure/BoundaryGeometry.h"#include "Structure/DataSink.h"#include "Structure/EmissionSource.h"#include "Structure/H5PartWrapper.h"#include "Structure/H5PartWrapperForPT.h"#include "BuildInfo.h"#include "Utility/Inform.h"#include "changes.h"#include "Utilities/BiMap.h"#include <algorithm>#include <cmath>#include <cstddef>#include <fstream>#include <iomanip>#include <memory>#include <vector>#include <unistd.h>#include <filesystem>
Go to the source code of this file.
Namespaces | |
| namespace | TRACKRUN |
Enumerations | |
| enum | { TRACKRUN::METHOD , TRACKRUN::TURNS , TRACKRUN::FIELDSOLVER , TRACKRUN::BOUNDARYGEOMETRY , TRACKRUN::TRACKBACK , TRACKRUN::SIZE } |
Variables | |
| Inform * | gmsg |
|
extern |
Definition at line 7 of file changes.cpp.