Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 2.55 KB

File metadata and controls

87 lines (53 loc) · 2.55 KB

LOTF

lotf.jpg


LOTF is a C++/ROOT track reconstruction algorithm designed for the Straw Tube Tracker in PANDA. If you wish to use it, please get in contact with me. This code was meant to be included in the Pandaroot reconstruction software and therefore requires several dependencies which are not public.

LOTF was published in the following paper:

Paper summary

LOTF is a fast and robust track reconstruction algorithm optimized for the PANDA Straw Tube Tracker. It uses:

  • A graph-based representation of the STT geometry
  • A three-phase reconstruction approach: connect, fit, and merge
  • A system of virtual nodes to recover z-information from skewed layers
  • A low computational complexity, achieving 68,000 hits/s without parallelization

Result figures:

  1. STT Geometry and Skewed Layers:

  2. Simulation setup:

  3. Track reconstruction performance comparison:

  4. Event-mixing drop off performance

  5. Time and recontruction rate

Notes:

ROOT files containing the analysis results are available on Zenodo. - Root files

AUTHOR