Skip to content
Snippets Groups Projects
  1. Apr 11, 2023
    • Sergei Zharko's avatar
      L1: CA MC Module updates · c0a9880f
      Sergei Zharko authored
      L1 bugfix: Changed iSta (local geometry station index) to iStaGlob (global active station index) in addressing to a L1Station object for TOF MC points selection
      c0a9880f
  2. Apr 06, 2023
  3. Apr 05, 2023
  4. Mar 22, 2023
  5. 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
    • Administrator's avatar
      Allow fixed random seed for all transport macros · 7123e90b
      Administrator authored
      There were still some transport macros which did not allow to fix the random
      seed. This is fixed now such that all transport macros from the CI suite now
      run with a fixed random seed of 1. This allows to compare results of different
      software versions for identity.
      7123e90b
  6. 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
  7. Mar 15, 2023
  8. Mar 14, 2023
  9. Mar 08, 2023
  10. Mar 02, 2023
  11. Mar 01, 2023
  12. Feb 28, 2023
  13. Feb 27, 2023
  14. Feb 24, 2023
Loading