Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Utilities/detail/ReferenceWrapperAnyCompat.hpp"
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Tolerance.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/MagneticField/MagneticFieldProvider.hpp"
#include "Acts/Propagator/ConstrainedStep.hpp"
#include "Acts/Propagator/DefaultExtension.hpp"
#include "Acts/Propagator/DenseEnvironmentExtension.hpp"
#include "Acts/Propagator/EigenStepperError.hpp"
#include "Acts/Propagator/StepperExtensionList.hpp"
#include "Acts/Propagator/detail/Auctioneer.hpp"
#include "Acts/Propagator/detail/SteppingHelper.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include "Acts/Utilities/Result.hpp"
#include <cmath>
#include <functional>
#include <limits>
#include "Acts/Propagator/EigenStepper.ipp"
Go to the source code of this file.
Classes | |
class | Acts::EigenStepper< extensionlist_t, auctioneer_t > |
Runge-Kutta-Nystroem stepper based on Eigen implementation for the following ODE: More... | |
struct | Acts::EigenStepper< extensionlist_t, auctioneer_t >::State |
State for track parameter propagation. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |