EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::KalmanVertexUpdater::MatrixCache Struct Reference

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 More...

#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/KalmanVertexUpdater.hpp>

Public Attributes

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

Detailed Description

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

KalmanVertexUpdaterCache object to store matrix information

Definition at line 26 of file KalmanVertexUpdater.hpp.

View newest version in sPHENIX GitHub at line 26 of file KalmanVertexUpdater.hpp

Member Data Documentation

ActsSymMatrixD<3> Acts::KalmanVertexUpdater::MatrixCache::momWeightInv = ActsSymMatrixD<3>::Zero()

Definition at line 31 of file KalmanVertexUpdater.hpp.

View newest version in sPHENIX GitHub at line 31 of file KalmanVertexUpdater.hpp

Referenced by Acts::KalmanVertexUpdater::detail::trackParametersChi2(), and Acts::KalmanVertexUpdater::updatePosition().

ActsSymMatrixD<3> Acts::KalmanVertexUpdater::MatrixCache::newVertexCov = ActsSymMatrixD<3>::Zero()

Definition at line 28 of file KalmanVertexUpdater.hpp.

View newest version in sPHENIX GitHub at line 28 of file KalmanVertexUpdater.hpp

Referenced by Acts::KalmanVertexUpdater::detail::update(), and Acts::KalmanVertexUpdater::updatePosition().

ActsSymMatrixD<3> Acts::KalmanVertexUpdater::MatrixCache::newVertexWeight = ActsSymMatrixD<3>::Zero()

Definition at line 29 of file KalmanVertexUpdater.hpp.

View newest version in sPHENIX GitHub at line 29 of file KalmanVertexUpdater.hpp

Referenced by Acts::KalmanVertexTrackUpdater::update(), and Acts::KalmanVertexUpdater::updatePosition().

ActsSymMatrixD<3> Acts::KalmanVertexUpdater::MatrixCache::oldVertexWeight = ActsSymMatrixD<3>::Zero()

Definition at line 30 of file KalmanVertexUpdater.hpp.

View newest version in sPHENIX GitHub at line 30 of file KalmanVertexUpdater.hpp

Referenced by Acts::KalmanVertexUpdater::updatePosition(), and Acts::KalmanVertexUpdater::detail::vertexPositionChi2().


The documentation for this struct was generated from the following file: