Skip to content

Implement a global ID for overlap checking of reconstruction objects

Miguel Ramos Pernas requested to merge mramospe-rec-obj-id into master

Implements a global ID (more details in Phys#12 (closed)) for reconstructed objects and particles. This ensures that we can quickly check for overlap in the selections at HLT1 (CPU version) and HLT2. Composite objects implement its own ID, but they also store the IDs of all the decay products (across the decay tree).

Implements Phys#12 (closed)

Related merge requests Rec!2426 (merged), Phys!934 (merged), Moore!824 (merged)

Edited by Miguel Ramos Pernas

Merge request reports