Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 29, 2021
  2. Mar 24, 2021
    • Vakhtang Tsulaia's avatar
      First implementation of the mechanism for building GeoModel description from SQLite · 38d186ba
      Vakhtang Tsulaia authored
      Two new methods in the `IGeoModelSvc` interface:
      
      1. `getParamSvcName()` returns the name of the Service which implements the `IRDBAccessSvc`
      interface and which is used in the current job. This method allows us to avoid hardwiring the
      name of the `IRDBAccessSvc` retrieved by the clients.
      2. `buildFromSQLite()` to be used by `GeoModel` tools to determine whether or not the geometry
      is being constructed from the SQLite file, and act accordingly.
      
      Changes in the `GeoModelSvc`:
      
      1. Introduced new property `SQLiteDB` which allows us to pass the path to the SQLite database file.
      If the property is set, then the geometry is built from that SQLite file. Otherwise the geometry
      is built from the Geometry Database tags.
      2. Added a first implementation of the mechanism of building GeoModel description from the SQLite
      database. This mechanism is not yet complete, but it can already be used for testing purposes.
      
      Also fixed `SqliteRecord::dump()` so that it properly handles NULL values in table records.
      38d186ba
  3. Mar 23, 2021
  4. Mar 21, 2021
  5. Mar 17, 2021
  6. Mar 16, 2021
  7. Mar 15, 2021
  8. Mar 12, 2021
  9. Mar 02, 2021
  10. Feb 15, 2021
  11. Feb 14, 2021
    • Nicolas Köhler's avatar
      add symmetric NSW+BIS78-A dictionary · 5f62b5fa
      Nicolas Köhler authored
      5f62b5fa
    • Vakhtang Tsulaia's avatar
      Several changes in the TRT_RegSelCondAlg · eeee8c64
      Vakhtang Tsulaia authored
       * Fixed the usage of TRT Detector Elements. TRT_RegSelCondAlg switched
      to the retrieval of TRT detector elements from TRT_DetElementContainer
      condition object. Previously detector elements were retrieved from the
      TRT Detector Manager.
       * Dropped the dependency on PixelCablingCondData. The latter has been
      used only to define IOV Range of the output condition object. The range
      is now taken from the input TRT_DetElementContainer condition object.
       * Dropped ManagerName property. This property now became reduntant.
      
      Fixes ATR-22378
      eeee8c64
  12. Feb 08, 2021
  13. Jan 27, 2021
  14. Jan 26, 2021
  15. Jan 24, 2021
  16. Jan 22, 2021
  17. Jan 20, 2021
  18. Jan 19, 2021
  19. Jan 18, 2021
  20. Jan 13, 2021
  21. Jan 11, 2021
  22. Jan 09, 2021
  23. Jan 07, 2021
  24. Jan 06, 2021
  25. Dec 17, 2020
  26. Dec 16, 2020
  27. Dec 10, 2020
  28. Dec 08, 2020
Loading