Skip to content

Improve configuration of metadata tools

Moves (re-)configuration of metadata tools from shared writer within MetaDataSvc in favour of dealing with this at python configuration level.

In practice, should affect only EventStreamInfo.

Special care needed for merge jobs, where one cannot use CopyEventStreamInfo (would result in incorrect number of events).

Merge request reports