Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Feb 05, 2019
  3. Feb 04, 2019
  4. Jan 30, 2019
  5. Jan 29, 2019
  6. Jan 28, 2019
  7. Jan 27, 2019
  8. Jan 26, 2019
  9. Jan 25, 2019
    • Siarhei Harkusha's avatar
      Refactor Tile bytestream converters for TMDB · 3f1c952a
      Siarhei Harkusha authored
      Digits for TMDB from bytestream are unpacked in the same time
      when Tile digits are requested and upacked and put directly
      into StoreGate ignoring standard conversion mechanism.
      The same is done in the case of unpacking raw channels for TMDB.
      This is not very good for AthenaMT (especially for scheduler).
      
      Tile bytestream converters have been refactored
      to unpack digits and raw channels for TMDB
      only if they are requested (needed)
      using standard conversion mechanism.
      
      Unit tests for reading Tile digits and raw channels from bytestream
      and the corresponding reference files have been updated accordingly.
      3f1c952a
    • scott snyder's avatar
      xAODEventInfo: Thread-safety fixes. · ab14566b
      scott snyder authored
      Fix issues found by the thread-safety static checker.
      ab14566b
  10. Jan 22, 2019
  11. Jan 18, 2019
  12. Jan 16, 2019
  13. Jan 14, 2019
    • Scott Snyder's avatar
      xAODCutFlow: Fix gcc9 warnings. · 61438dce
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      61438dce
  14. Jan 13, 2019
  15. Jan 12, 2019
  16. Jan 11, 2019
  17. Jan 04, 2019
  18. Jan 03, 2019
  19. Jan 02, 2019
Loading