Skip to content

Add output to jet builder algorithm

Mark Smith requested to merge add_jet_alg_name into run2-patches

This fixes the last failing test in the Stripping part of run2-patches: https://lhcb-nightlies.web.cern.ch/nightly/lhcb-run2-patches/1421/Stripping/x86_64_v2-centos7-gcc12-opt/tests#StrippingSelections_test_input_output_locations

The issue is that the FilterDesktop algorithm takes as input the location of the previous HltJetBuilder one. The HltJetBuilder saves its particles to the standard location based on its name - however the test fails if there is an algorithm with an input that is not defined as an output from somewhere else.

This seems like a bit of a hack to me but harmless. Unfortunately the people who implemented this have long since left the collaboration.

FYI @fredi @hyin as it pertains to jets

Edited by Mark Smith

Merge request reports