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

Adapt the ThOr combiners to provide an unique ID to composite objects according to the modifications in LHCb!3055 (merged). Steps needed in this project:

  • Assign one ID to each particle from a combination
  • Make the combiners take a LHCb::UniqueIDGenerator object so IDs are unique across different containers
  • Implement validation tests

Implements #12 (closed)

Related merge requests LHCb!3055 (merged), Rec!2426 (merged), Moore!824 (merged)

Edited by Miguel Ramos Pernas

Merge request reports