Skip to content

Add a standalone truth tracking example

Moritz Kiehn requested to merge truth_tracking_tool into master

This MR splits the reconstruction from the simulation into a separate truth tracking tool.

The ActsRecTruthTrack executable reads in simulation output, creates smeared hits and truth (proto) tracks, and fits them. It adds simple track finder performance metrics. All performance metrics are now handle in the Io/Performance module.

This is a first step towards splitting our test chains into a few separate components (event generator, simulation, reconstruction).

Edited by Moritz Kiehn

Merge request reports