ATLAS Offline Software
|
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Propagator/detail/JacobianEngine.hpp"
Go to the source code of this file.
Namespaces | |
ActsTrk | |
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.). | |
ActsTrk::detail | |
Functions | |
double | ActsTrk::detail::computeDtDs (const Acts::ParticleHypothesis &hypothesis, double qop) |
Helper function to compute dt/ds Helper function to compute the derivative of the time as function of the path length. More... | |
Acts::FreeToPathMatrix | ActsTrk::detail::computeFreeToPathDerivatives (const Acts::Vector3 &direction, double qop, const Acts::Vector3 &bfield, const Acts::ParticleHypothesis &particle_hypothesis) |
Compute the path length derivatives for the free/bound to curvilinear paramter transform. More... | |
std::optional< Acts::BoundMatrix > | ActsTrk::detail::convertActsBoundCovToCurvilinearParam (const Acts::GeometryContext &tgContext, const Acts::BoundTrackParameters ¶m, const Acts::Vector3 &magnFieldVect, const Acts::ParticleHypothesis &particle_hypothesis) |
Convert the covariance of the given Acts track parameters into curvilinear parameterisation. More... | |