Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
  2. Aug 02, 2022
    • Administrator's avatar
      Add several compiler warnings · 66f89a15
      Administrator authored
      Use struct instead of class for forward declarations if the object is defined
      as struct.
      Remove unused data members, variables and parameters.
      Remove an explicite usage of std::move to allow copy ellision.
      Correct type in printf statements.
      Add missing virtual destructor in some class.
      Fix two issues where closing braces were at the wrong place.
      66f89a15
  3. Jul 28, 2022
    • Administrator's avatar
      Fix schema evolution · a93dafb5
      Administrator authored
      With commit 892f01a1 from 23.03.22 the layout
      of the data class CbmTsEventHeader was changed by adding a new data member. At
      that time it was forgotten to also increase the version number. This commit
      increases the version number and corrects the issue.
      a93dafb5
  4. Jul 27, 2022
  5. Jul 22, 2022
  6. Jul 18, 2022
  7. Jul 14, 2022
  8. Jun 29, 2022
    • Semen Lebedev's avatar
      RICH updates: · 3e4e23da
      Semen Lebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      * RICH QA code updates
      * Updates of run macros and scripts
      * Remove obsolete macro from rich macro directories
      * Updates in RICH event display
      3e4e23da
  9. Jun 23, 2022
  10. Jun 20, 2022
  11. Jun 17, 2022
  12. Jun 14, 2022
  13. Jun 10, 2022
  14. Jun 02, 2022
  15. May 27, 2022
  16. May 06, 2022
  17. May 05, 2022
  18. May 03, 2022
  19. May 02, 2022
  20. Apr 27, 2022
  21. Apr 06, 2022
  22. Apr 04, 2022
Loading