![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/Result.hpp"#include "Acts/Vertexing/KalmanVertexUpdater.hpp"#include "Acts/Vertexing/TrackAtVertex.hpp"#include "Acts/Vertexing/Vertex.hpp"#include "Acts/Vertexing/KalmanVertexTrackUpdater.ipp"
Include dependency graph for KalmanVertexTrackUpdater.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::KalmanVertexTrackUpdater |
| namespace | Acts::KalmanVertexTrackUpdater::detail |
Functions | |
| template<typename input_track_t > | |
| void | Acts::KalmanVertexTrackUpdater::update (const GeometryContext &gctx, TrackAtVertex< input_track_t > &track, const Vertex< input_track_t > &vtx) |
| Refits a single track with the knowledge of the vertex it has originated from. | |
| BoundMatrix | Acts::KalmanVertexTrackUpdater::detail::createFullTrackCovariance (const ActsSymMatrixD< 3 > &sMat, const ActsMatrixD< eSpacePointSize, 3 > &newTrkCov, const SpacePointSymMatrix &vtxWeight, const SpacePointSymMatrix &vtxCov, const BoundVector &newTrkParams) |
| reates a new covariance matrix for the refitted track parameters | |