OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
|
#include "AbsBeamline/Vacuum.h"
#include "AbsBeamline/BeamlineVisitor.h"
#include "AbstractObjects/OpalData.h"
#include "Algorithms/PartBunchBase.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#include "Solvers/BeamStrippingPhysics.h"
#include "Solvers/ParticleMatterInteractionHandler.h"
#include "Utilities/GeneralClassicException.h"
#include "Utilities/LogicalError.h"
#include <boost/assign.hpp>
#include <cmath>
#include <cstdio>
#include <filesystem>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | CHECK_VAC_FSCANF_EOF(arg) |
Variables | |
Inform * | gmsg |
#define CHECK_VAC_FSCANF_EOF | ( | arg | ) |
Definition at line 42 of file Vacuum.cpp.
Referenced by Vacuum::getPressureFromFile().