![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/detail/ReferenceWrapperAnyCompat.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/MagneticField/MagneticFieldContext.hpp"#include "Acts/Propagator/AbortList.hpp"#include "Acts/Propagator/ActionList.hpp"#include "Acts/Propagator/PropagatorError.hpp"#include "Acts/Propagator/StandardAborters.hpp"#include "Acts/Propagator/StepperConcept.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Propagator/detail/LoopProtection.hpp"#include "Acts/Propagator/detail/VoidPropagatorComponents.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Result.hpp"#include "Acts/Utilities/Units.hpp"#include <cmath>#include <functional>#include <memory>#include <type_traits>#include <boost/algorithm/string.hpp>#include "Acts/Propagator/Propagator.ipp"
Include dependency graph for Propagator.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::PropagatorResult< parameters_t, result_list > |
| Simple class holding result of propagation call. More... | |
| struct | Acts::PropagatorPlainOptions |
| Class holding the trivial options in propagator options. More... | |
| struct | Acts::PropagatorOptions< action_list_t, aborter_list_t > |
| Options for propagate() call. More... | |
| exception | Acts::Propagator< stepper_t, navigator_t > |
| Propagator for particles (optionally in a magnetic field) More... | |
| struct | Acts::Propagator< stepper_t, navigator_t >::State< propagator_options_t > |
| private Propagator state for navigation and debugging More... | |
| struct | Acts::Propagator< stepper_t, navigator_t >::result_type_helper< parameters_t, action_list_t > |
| Helper struct determining the result's type. More... | |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |