Draft: Added a test that exposes a bug in Relatives::
-
Added a test that exposes a bug in Relatives:: Briefly, the Relatives:: functions distinguish particles/vertices using their
id()
, however the particles/objects outside of event all haveid
equal to 0. Means that the results for these functions will differ for the same e.g. vertex inside and outside of event. -
Code formatting
The bug is fixed in !248 , so this MR should be merged after that MR.
Edited by Andrii Verbytskyi