Skip to content

Application of the CA tracking into the online reconstruction chain: Iteration 1

Sergei Zharko requested to merge s.zharko/cbmroot:ca-online into master

Overview

In this merge request, the first iteration of the CA tracking application into the online reconstruction chain is carried out. In the first iteration, an object of the tracking parameters is initialized from the pre-generated binary parameter file.

Logs

14.09.2023

  • Added a new library CaCore in cbmroot/algo/ca/core, where the code from cbmroot/reco/L1/L1Algo is to be iteratively moved
  • Added the cbm::algo::TrackingChain class
  • Added the dummy cbm::algo::ca::TrackingDemo class, which is to be replaced with the actual CA tracking later

08.10.2023

  • Removed the cbm::algo::ca::TrackingDemo class
  • Added a tracking parameters file mcbm_beam_2022_05_23_nickel.ca.par to the algo/params
  • Added parameters object initialization to the cbm::algo::TrackingChain class
Edited by Sergei Zharko

Merge request reports