Skip to content

Ensuring ConfigFlags.Input.Files is filled when configuring DAOD_PHYS->D2AOD

An oversight on my part meant that the transforms skeleton for DAOD_PHYS->D2AOD was not filling ConfigFlags.Input.Files with the input DAOD_PHYS file name, such that downstream applications using the new-style configuration (especially trigger) would crash because the filename would come out as _ATHENA_GENERIC_INPUTFILE_NAME_.

Adding the two new lines fixes this issue.

Merge request reports