Template Function Acts::KalmanVertexUpdater::updateVertexWithTrack¶
Defined in File KalmanVertexUpdater.hpp
Function Documentation¶
-
template<typename
input_track_t>
voidActs::KalmanVertexUpdater::updateVertexWithTrack(Vertex<input_track_t> &vtx, TrackAtVertex<input_track_t> &trk)¶ Updates vertex with knowledge of new track.
- Note
KalmanVertexUpdater updates the vertex w.r.t. the newly given track, but does NOT add the track to the TrackAtVertex list. Has to be done manually after calling this method
- Parameters
vtx: Vertex to be updatedtrk: Track to be used for updating the vertex