Skip to content

bugfix: wrong usage of TClonesArray::GetEntries() that slows down L1 reconstruction

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:L1SpeedFix into master

In a few places GetEntries() was used instead of GetEntriesFast().

The MR should fix this redmine issue: https://lxcbmredmine01.gsi.de/issues/2102

Merge request reports