Skip to content

Fix typos in ISF_ServicesConfig.py and ISF_ServicesConfigNew.py (ATLASSIM-4776)

A few copy-paste errors made it into ISF_ServicesConfig.py and ISF_ServicesConfigNew.py as part of !35630 (merged). The affected lines should have read:

AtlasRegion = ROOT.AtlasDetDescr.AtlasRegion

rather than

AtlasRegion = ROOT.AtlasDetDescr

Should fix ATLASSIM-4776.

Merge request reports