- Dec 07, 2020
-
-
Frank Winklmeier authored
Move detector-specific code to read the geometry database into standalone "[Det]GeoDB.py" modules. Use this code both in the old jobproperties as well as in the new-style `AutoConfigFlags` to avoid the copy&paste of the same code. Also fix the caching of `AutoConfigFlags.GetDetDescrInfo` to make sure the geometry DB is only queried once per geometry tag.
-
- Dec 03, 2020
-
-
Rafal Bielski authored
-
- Nov 24, 2019
-
-
John Chapman authored
This replicates the functionality in in MuonGMJobProperties.py
-
- Aug 07, 2019
-
-
John Chapman authored
The `GetDetDescrInfo` method can be used to set the default values of new-style flags based on information from the Detector Description Database. The new code is based upon code from the following old-style configuration modules: `CommonGMJobProperties.py`, `InDetGMJobProperties.py` and `LArGMJobProperties.py`. Local tests confirm that the `DigitizationConfigNew_test.py` CI test produces the same output after the change.
-
- Aug 05, 2019
-
-
- Apr 25, 2019
-
-
scott snyder authored
Initial python3 port. Not intended to be complete yet; only that required for basic athena/configuration jobs.
-
- Apr 12, 2019
-
-
Frank Winklmeier authored
- use lazy string formatting in logging calls - some Python3 fixes - remove print statements
-
- May 09, 2018
-
-
Frank Winklmeier authored
Fix style and syntax errors discovered by the flake8 unit test. Former-commit-id: 2bd5db6c
-
- May 08, 2018
-
-
Frank Winklmeier authored
Replace the CfgLogMsg with the regular athena logging module. Former-commit-id: 9251d3a1
-
- May 02, 2018
-
-
Former-commit-id: 88f22473
-