Skip to content

VertexFitter Example

Bastian Schlag requested to merge vertexing into master

Implements a VertexFitter example together with new algorithms:

  • VertexFitAlgorithm which takes a set of tracks and fits a vertex to it
  • TruthVerticesToTracks algorithm which takes a generator event (i.e. a vector of SimVertex objects) and produces a vector of Acts::BoundParameter, allows smearing of parameters
  • TrackSelector
Edited by Bastian Schlag

Merge request reports