ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <cmath>
#include <functional>
#include <limits>
#include "Acts/EventData/TrackParameters.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 "Acts/Utilities/Units.hpp"
#include "Acts/Propagator/EigenStepper.ipp"
Go to the source code of this file.
Classes | |
class | Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t > |
Runge-Kutta-Nystroem stepper based on Eigen implementation for the following ODE: More... | |
struct | Acts::EigenStepper< bfield_t, extensionlist_t, auctioneer_t >::State |
State for track parameter propagation. More... | |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |