Skip to content

Dynamically sized flags in PrResidualSciFiHits and count empty tracks

Andre Gunther requested to merge gunther-dynamic-res into master

Although the size restriction and hence usage of the static bitset is theoretically fine, there is no (strong) performance reason to insist on it. So let's be more robust here and accept any container size.

While at it, replace debug statement by a counter of empty input tracks.

Related to #527 (closed)

Edited by Andre Gunther

Merge request reports