Skip to content

Fix event loop in RecoTzero. Refs #2689.

Volker Friese requested to merge v.friese/cbmroot:fix_reco_tzero into master

CbmRecoTzero took the TZD digis directly from the timeslice array. In case of time-based simulation, when there is more than one event in the timeslice, this lead to an incorrect determination of the number of TZD digis in the event. Consequently, the event tzero was set to -999999 (error code).

This is fixed in this MR, by properly addressing the TZD digis through the CbmEvent objects.

Merge request reports