Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Jan 30, 2024
  3. Jan 27, 2024
  4. Jan 19, 2024
  5. Jan 11, 2024
  6. Jan 08, 2024
  7. Jan 06, 2024
  8. Dec 19, 2023
  9. Dec 18, 2023
  10. Dec 14, 2023
  11. Nov 25, 2023
  12. Nov 23, 2023
  13. Nov 21, 2023
  14. Nov 20, 2023
    • Vakhtang Tsulaia's avatar
      IdDictDetDescrCnv: implemented a mechanism for reading ID dictionaries from SQLite as BLOBs · c1e8b17e
      Vakhtang Tsulaia authored
      If GeoModel is initialized from SQLite, then IdDictDetDescrCnv first attempts to read
      ID dictionaries from SQLite tables in BLOB format. In case of success, the dictionaries
      will be written out as XML files into the run directory and passed to the dictionary
      parser for further processing.
      
      This can be considered an interim solution aimed to avoid making any changes in the
      ID dictionary parser, and in this way to support several options for ID dictionary
      initialization:
      1. Retrieve ID dictionary file names from Geometry DB tables
      2. Retrieve ID dictionary file names from SQLite database tables
      3. Retrieve ID dictionaries as BLOBs from SQLite database tables
      
      Later we can consider dropping the step of writing BLOBs on disk as XML files, and
      instead passing them as strings to the dictionary parser.
      c1e8b17e
  15. Nov 17, 2023
  16. Nov 16, 2023
  17. Nov 14, 2023
  18. Nov 11, 2023
  19. Oct 31, 2023
  20. Oct 30, 2023
  21. Oct 27, 2023
  22. Oct 26, 2023
  23. Sep 29, 2023
  24. Sep 26, 2023
  25. Aug 31, 2023
    • Frank Winklmeier's avatar
      RegionSelector: fix detector-specific unit tests · 72d2ecf5
      Frank Winklmeier authored
      In general, we do not support all possible geometry configurations in
      reco (e.g. not all Muon detectors can be configured individually). Hence
      only toggle the detector flags but not the geometry flags. Also set a
      proper conditions and geometry tag.
      
      Fix the failing Muon and LAr unit test by configuring the detector
      geometry.
      
      Fixes ATLASRECTS-7290 and ATLASRECTS-7292.
      72d2ecf5
  26. Aug 25, 2023
  27. Aug 10, 2023
Loading