Analysis Software
Documentation for sPHENIX simulation software
|
#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"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::KalmanVertexTrackUpdater |
namespace | Acts::KalmanVertexTrackUpdater::detail |
Functions | |
template<typename input_track_t > | |
void | Acts::KalmanVertexTrackUpdater::update (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 SquareMatrix3 &sMat, const ActsMatrix< 4, 3 > &newTrkCov, const SquareMatrix4 &vtxWeight, const SquareMatrix4 &vtxCov, const BoundVector &newTrkParams) |
reates a new covariance matrix for the refitted track parameters | |