acts icon indicating copy to clipboard operation
acts copied to clipboard

feat: Deduplicate seeds during track finding in Examples

Open andiwand opened this issue 10 months ago • 3 comments

Deduplicate seeds during track finding in Examples by collecting all measurement triplets generated by found tracks.

blocked by

  • https://github.com/acts-project/acts/pull/3066

andiwand avatar Apr 09 '24 08:04 andiwand

cc @stephenswat if you want to checkout my implementation

andiwand avatar Apr 09 '24 08:04 andiwand

Quickly measured this. Seems to be a ~3x speedup

image

which is the result of deduplicated seed

15:27:24    TrackFinding   INFO      TrackFindingAlgorithm statistics:
15:27:24    TrackFinding   INFO      - total seeds: 33998
15:27:24    TrackFinding   INFO      - deduplicated seeds: 24611

andiwand avatar Apr 09 '24 13:04 andiwand

ttbar PU 200 fatras default seeding

image

andiwand avatar Apr 11 '24 06:04 andiwand

Excellent job!

asalzburger avatar Apr 11 '24 19:04 asalzburger

:red_circle: Athena integration test results

Build job with this PR failed!

Please investigate the build job for the pipeline!

acts-project-service avatar Apr 11 '24 21:04 acts-project-service