EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CovarianceEngine.hpp File Reference
+ Include dependency graph for CovarianceEngine.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  Acts::detail
 These functions perform the transport of a covariance matrix using given Jacobians. The required data is provided by the stepper object with some additional data. Since this is a purely algebraic problem the calculations are identical for StraightLineStepper and EigenStepper. As a consequence the methods can be located in a seperate file.
 

Functions

std::tuple
< BoundTrackParameters,
BoundMatrix, double > 
Acts::detail::boundState (std::reference_wrapper< const GeometryContext > geoContext, BoundSymMatrix &covarianceMatrix, BoundMatrix &jacobian, FreeMatrix &transportJacobian, FreeVector &derivatives, BoundToFreeMatrix &jacobianLocalToGlobal, const FreeVector &parameters, bool covTransport, double accumulatedPath, const Surface &surface)
 It does not check if the transported state is at the surface, this needs to be guaranteed by the propagator.
 
std::tuple
< CurvilinearTrackParameters,
BoundMatrix, double > 
Acts::detail::curvilinearState (BoundSymMatrix &covarianceMatrix, BoundMatrix &jacobian, FreeMatrix &transportJacobian, FreeVector &derivatives, BoundToFreeMatrix &jacobianLocalToGlobal, const FreeVector &parameters, bool covTransport, double accumulatedPath)
 This creates a curvilinear state.
 
void Acts::detail::covarianceTransport (std::reference_wrapper< const GeometryContext > geoContext, BoundSymMatrix &covarianceMatrix, BoundMatrix &jacobian, FreeMatrix &transportJacobian, FreeVector &derivatives, BoundToFreeMatrix &jacobianLocalToGlobal, const FreeVector &parameters, const Surface &surface)
 Method for on-demand transport of the covariance to a new frame at current position in parameter space.
 
void Acts::detail::covarianceTransport (BoundSymMatrix &covarianceMatrix, BoundMatrix &jacobian, FreeMatrix &transportJacobian, FreeVector &derivatives, BoundToFreeMatrix &jacobianLocalToGlobal, const Vector3D &direction)
 Method for on-demand transport of the covariance to a new frame at current position in parameter space.