Skip to content

CA in online: Algorithm introduction and timeslice processing

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

In this merge request, the tracking framework (cbm::algo::ca::Framework, the actual algorithm) is introduced into the tracking chain. At the moment, the tracking algorithm is executed on an empty input data object and returns a vector of tracks and a monitor-data object. The monitor-data object is registered in the common monitor with the Reco::QueueTrackingRecoMetrics function.

Merge request reports