Skip to content
Snippets Groups Projects
  1. Jun 23, 2021
  2. Jun 22, 2021
  3. Jun 21, 2021
  4. Jun 18, 2021
  5. Jun 17, 2021
  6. Jun 16, 2021
  7. Jun 11, 2021
  8. Jun 08, 2021
    • Vakhtang Tsulaia's avatar
      Introduced MbtsReadoutBuilder · 0584546d
      Vakhtang Tsulaia authored
      The code which builds MBTS readout geometry has been factored out from the EndcapCryostatConstruction,
      so that now it can be shared by the old-style and new-style (SQLite based) LAr detector factories.
      
      Also fixed SqliteRecordset so that it does not print an ERROR message if the requested
      table is not found in the SQLite database.
      0584546d
  9. Jun 07, 2021
  10. Jun 03, 2021
  11. Jun 02, 2021
    • scott snyder's avatar
      CollectionUtilities: Enable thread-safety checking. · f7e7e42c
      scott snyder authored
      Enable thread-safety checking and fix identified issues.
      f7e7e42c
    • Walter Lampl's avatar
      112dbb14
    • scott snyder's avatar
      RootStorageSvc: Fix cppcheck warnings. · 977c57e2
      scott snyder authored
      Prefer to initialize members in an initializer list.
      977c57e2
    • scott snyder's avatar
      EventSelectorAthenaPool: Don't access event store in EndProcessing. · 1ca39766
      scott snyder authored
      The event selectors keep track of the sourceIDs for events being processed,
      using the BeginProcessing and EndProcessing incidents.  When handling
      each incident, it queries the event store to find the sourceID.
      
      EndProcessing is fired by the event loop manager after all event processing
      is completed.  In particular, in MT jobs, this incident is fired from
      the event loop thread after the scheduler has reported that an event
      has completed.
      
      However, we would like to give the event loop manager the possibility 
      of clearing the event store in the threaded part of event processing.
      If that happens, the event store will already have been cleared by the
      time EndProcessing is fired, so retrieving the sourceID will fail.
      
      Change the event selectors so that they save the sourceID when
      handling the BeginProcessing incident (using SlotSpecificObj)
      and use that at EndProcessing rather than trying to retrieve
      it again from the event store.
      1ca39766
  12. Jun 01, 2021
  13. May 31, 2021
    • Marcin Nowak's avatar
      Add configurable DHForm cache size to DataHeaderCnv · 77b6ba5f
      Marcin Nowak authored
      New property "AthenaPoolCnvSvc.maxDHFormCacheSize" controls the max size
      of DHForm cache in DataHeaderCnv. Default size is 100. The setting works
      for each input file.
      Introduced to avoid excesive memory usage in case of files with many
      large DHForms. (noticed in ATLASRECTS-6370)
      77b6ba5f
  14. May 28, 2021
  15. May 26, 2021
  16. May 24, 2021
  17. May 22, 2021
  18. May 20, 2021
  19. May 19, 2021
  20. May 14, 2021
  21. May 13, 2021
  22. May 12, 2021
  23. May 11, 2021
Loading