Skip to content

PrForwardTracking correct check for empty hits container

Andre Gunther requested to merge gunther_fthits_fix_size_check into master

The previous check for emptiness had no effect because technically the hit container is never really empty because of sentinels and padding. This is fixed by using the newly added empty function from the hit container.

Goes with LHCb!3814 (merged)

Edited by Andre Gunther

Merge request reports