Template Function Acts::KalmanVertexUpdater::updateVertexWithTrack

Function Documentation

template<typename input_track_t>
void Acts::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 updated

  • trk: Track to be used for updating the vertex