Skip to content

Add support for selection of untyped secondary vertices in ntuple config

Emil Haines requested to merge ehaines/athena:master-useType0 into master

Vertices in b-jet secondary vertex collections are not being assigned the correct type, 2, and instead are all type 0. This MR is a temporary fix to allow analyses configured to use these vertices to pick them up, by circumventing the type!=0 condition in the vertex builder class.

Edited by Emil Haines

Merge request reports