Skip to content
Snippets Groups Projects
Commit 2fb447c1 authored by scott snyder's avatar scott snyder
Browse files

InDetVKalVxInJetTool: Fix non-reproducibity in btagging.

The order of tracks in, eg, SV1_TrackParticleLinks, was not reproducible
from run-to-run.  The issue was that in InDetVKalVxInJetTool::GetVrtSec,
the track list was being sorted by pointer value (by a call
to RemoveDoubleEntries).  Resort the list by pt to make the ordering
reproducible.
parent 3b127423
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment