Skip to content

fix: simID should be "position in MCParticles array"

Wouter Deconinck requested to merge simID-is-position-not-id into master

The association simID field is not the id() output, but the getObjectID().index output, since it is defined as the "index of corresponding MCParticle (position in MCParticles array)".

Merge request reports