Struct MatrixCache

Struct Documentation

struct Acts::KalmanVertexUpdater::MatrixCache

KalmanVertexUpdater.

adds or removes track from or updates current vertex Based on R. Frühwirth et al. Vertex reconstruction and track bundling at the lep collider using robust Algorithms Computer Physics Comm.: 96 (1996) 189, chapter 2.1 Cache object to store matrix information

Public Members

ActsSymMatrixD<3> momWeightInv = ActsSymMatrixD<3>::Zero()
ActsSymMatrixD<3> newVertexCov = ActsSymMatrixD<3>::Zero()
Vector3D newVertexPos = Vector3D::Zero()
ActsSymMatrixD<3> newVertexWeight = ActsSymMatrixD<3>::Zero()
ActsSymMatrixD<3> oldVertexWeight = ActsSymMatrixD<3>::Zero()