Skip to content

CFElements: restore support for legacy sequences

Frank Winklmeier requested to merge fwinkl/athena:cfelements_fix into 24.0

Removing the support for legacy sequences in !70309 (merged) was premature as we still need to support them for Generators and to some extent analysis.

Replace the use of .name (which only works for GaudiConfig2) with getName() that works for both legacy and new Configurables.

Merge request reports