Skip to content
Snippets Groups Projects
  1. May 16, 2023
  2. May 15, 2023
    • Sergei Zharko's avatar
      CA: QA updates · 9db9c6aa
      Sergei Zharko authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      - Kaniadakis gaussian distribution is introduced to fit residuals of tracking parameters
      - Reorganisation of MC module
      9db9c6aa
  3. May 11, 2023
  4. May 09, 2023
  5. May 08, 2023
  6. May 05, 2023
  7. May 02, 2023
  8. Apr 24, 2023
  9. Apr 17, 2023
  10. Apr 14, 2023
  11. Apr 12, 2023
  12. Apr 11, 2023
  13. Mar 22, 2023
  14. 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
  15. 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
  16. Mar 15, 2023
Loading