Skip to content
Snippets Groups Projects
Commit 0eef7071 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'duffs' into 'master'

Fix vertex collection name

Closes ATR-21650

See merge request atlas/athena!34332
parents 310abec6 0ad9f679
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if TriggerFlags.doID:
from TrigInDetConfig.TrigInDetPriVtxConfig import makeVertices
# TODO need to change the name of the output vertex collection to something recordable
# what is this actually testing ? why do we have FS tracks with egamma and aprimary vertex ???
vtxAlgs = makeVertices( "bjet", "HLT_IDTrack_FS_FTF", "HLT_xPrimVx" )
vtxAlgs = makeVertices( "bjet", "HLT_IDTrack_FS_FTF", "HLT_IDVertex_FS" )
allViewAlgorithms += vtxAlgs
......
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