xAODTruthCnv configuration module renaming
The old-style simulation configuration uses ConfiguredFactory. This uses configuration methods defined in ...Config.py
modules which are associated with a component name in various PackageNameConfigDb.py
modules.
The new ComponentAccumulator-based configuration tends to use ...Config.py
as the naming convention for the configuration modules, but in Simulation we have typically used ...ConfigNew.py
to avoid a naming clash. This MR renames all the ConfiguredFactory ...Config.py
modules under xAODTruthCnv
to ...ConfigLegacy.py
. In the second commit we rename the modules containing the CA-based configuration for the xAODTruthCnvs
package from ...ConfigNew.py
to ...Config.py
so that they are consistent with the rest of the CA-based configuration.