Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
    • Frank Winklmeier's avatar
      Refactor code to read GeoDB · e40ce6ea
      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.
      e40ce6ea
  2. Dec 03, 2020
  3. Nov 24, 2019
  4. Aug 07, 2019
    • John Chapman's avatar
      Add helper function to peek in DetDescr DB for use by new-style flags · 680a5e66
      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.
      680a5e66
  5. Aug 05, 2019
  6. Apr 25, 2019
  7. Apr 12, 2019
  8. May 09, 2018
  9. May 08, 2018
  10. May 02, 2018
Loading