Skip to content

Update the truth matching algorithm in MuonTruthDecorationAlg

Andrii Verbytskyi requested to merge averbyts/athena:muon_history into main

Update the truth matching algorithm in MuonTruthDecorationAlg. Instead of checking multiple times the barcode of the same particle, record once all the ids(barcodes) of the particle in a deque and search for the barcode of the track segment in that deques. This should be faster and will not depend on the barcode scheme.

@jchapman @jojungge

Merge request reports