Skip to content
Snippets Groups Projects
  1. Apr 24, 2023
  2. Apr 17, 2023
  3. Apr 14, 2023
  4. Apr 12, 2023
  5. Apr 11, 2023
  6. Mar 22, 2023
  7. Mar 21, 2023
    • Administrator's avatar
      Fix warnings about deprecated code · 6f04bfdc
      Administrator authored
      With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are
      deprecated instead of using a file sink. Correct user code to create the
      file sink correctly or to extract the file name from the file sink.
      Comparisons of results before and after the change showed that the results
      are absolutely identical.
      6f04bfdc
  8. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  9. Mar 15, 2023
  10. Mar 14, 2023
  11. Feb 24, 2023
  12. Feb 20, 2023
    • Administrator's avatar
      Fix operator++ for moduleId enum · b5a5eb8f
      Administrator authored
      The operator needs to exclude a gap in the sequence of numbers. Unfortunately
      this was done wrongly such that adding new entries in the enum were also
      excluded.
      b5a5eb8f
  13. Feb 15, 2023
  14. Feb 02, 2023
  15. Feb 01, 2023
  16. Jan 30, 2023
  17. Jan 26, 2023
  18. Jan 19, 2023
  19. Jan 13, 2023
  20. Jan 11, 2023
  21. Dec 08, 2022
  22. Dec 02, 2022
  23. Nov 30, 2022
  24. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
  25. Nov 16, 2022
    • Pierre-Alain Loizeau's avatar
      [mCBM] Add utils fct for RunId to setup mapping · 2018bab5
      Pierre-Alain Loizeau authored
      - Add new file and namespace in utils part of the CbmBase library
      - Add Mcbm::GetSetupFromRunId function
      - Add Mcbm::Dummy class to force loading of the library n macros and circumvent deprecation of functions dict in Root6/Cling
      - Update all macros with the if/else mapping to use the new function and catch exception for unmapped runs
      2018bab5
  26. Nov 15, 2022
Loading