Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CovarianceTransport.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include <algorithm>
#include <optional>
#include <tuple>
#include <variant>
+ Include dependency graph for CovarianceTransport.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Acts::CovarianceCache
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::VariantCovariance = std::variant< BoundSquareMatrix, FreeSquareMatrix >
 
using Acts::VariantTransportJacobian = std::variant< BoundMatrix, BoundToFreeMatrix, FreeToBoundMatrix, FreeMatrix >
 

Functions

std::tuple< VariantCovariance,
VariantTransportJacobian > 
Acts::transportCovarianceToBound (const GeometryContext &gctx, const Surface &surface, const FreeVector &parameters, CovarianceCache &cCache)
 
std::tuple< VariantCovariance,
VariantTransportJacobian > 
Acts::transportCovarianceToCurvilinear (const Vector3 &direction, CovarianceCache &cCache)
 
std::tuple< VariantCovariance,
VariantTransportJacobian > 
Acts::transportCovarianceToFree (CovarianceCache &cCache)