Skip to content

Legacy MuonSpectrometer Digitization and Overlay Configuration Module Renaming (Preparation for ComponentAccumulator Migration)

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. This MR renames all the ConfiguredFactory ...Config.py modules under MuonDigization and MuonOverlay to ...ConfigLegacy.py to avoid confusion with the CA-based configuration in the MuonConfig pacakge.

Should be merged after !55711 (merged) to avoid generating conflicts for that MR.

Edited by John Derek Chapman

Merge request reports