Skip to content

Rename Calo Digitization configuration modules

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 LArDigitization, LArROD and TileSimAlgs to ...ConfigLegacy.py. In the second commit we rename the modules containing the CA-based configuration for the LArDigitization package from ...ConfigNew.py to ...Config.py so that they are consistent with the rest of the CA-based configuration.

NB Please consider the changes in the two commits separately as the combination makes it look like the changes are more complex than they actually are.

Edited by John Derek Chapman

Merge request reports