|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include "AbsBeamline/RFCavity.h"#include "AbsBeamline/BeamlineVisitor.h"#include "Algorithms/PartBunchBase.h"#include "Fields/Fieldmap.h"#include "Physics/Units.h"#include "Steppers/BorisPusher.h"#include "Utilities/GeneralClassicException.h"#include "Utilities/Util.h"#include "gsl/gsl_interp.h"#include "gsl/gsl_spline.h"#include <array>#include <filesystem>#include <fstream>#include <iostream>
Go to the source code of this file.
Variables | |
| Inform * | gmsg |
| constexpr std::array< std::pair< CavityType, std::string_view >, 2 > | cavityMap |
|
constexpr |
Definition at line 325 of file RFCavity.cpp.
Referenced by RFCavity::getCavityTypeString(), and RFCavity::setCavityType().