Skip to content
Snippets Groups Projects
  1. Nov 01, 2024
    • Administrator's avatar
      Remove usage of std::binary_function · 7beb79fd
      Administrator authored
      The usage of std::binary_function is really old legacy to define the functions
      used in STL algorithms like std::sort. std::binary_function was deprecated with
      C++11 and removed from C++ with C++17. Obviously it is still supported by some
      compilers since compilation errors only occured with newer Apple clang versions.
      
      Switch to the modern implementation using lambdas in the STL algorithms.
      This also increase code readability since the code is located at the same place
      where it is used.
      
      The change was confirmed to not introduce changes in the output by comparing
      the produced TTrees before and after the commit in all produced ROOT files.
      7beb79fd
  2. Sep 27, 2024
    • Pierre-Alain Loizeau's avatar
      [BugFix] Add [KfCore/CaCore/Algo]Offline libraries to remove feed down of... · 7095bcdc
      Pierre-Alain Loizeau authored
      [BugFix] Add [KfCore/CaCore/Algo]Offline libraries to remove feed down of NO_ROOT flag to libraries in reco folder
      
      - Build AlgoOffline library only if not in CBM_ONLINE_STANDALONE (aka not online container mode)
      - Build [Ca/Kf]CoreOffline libs only if not in CBM_ONLINE_STANDALONE (aka not online container mode)
      - Use AlgoOffline as dep for libs CbmSimDigitizationSteer CbmAtConverterSteer CbmRecoOfflineSteer
      7095bcdc
  3. Sep 17, 2024
  4. Sep 02, 2024
  5. Aug 26, 2024
  6. Aug 22, 2024
  7. Aug 21, 2024
  8. Aug 05, 2024
  9. Jul 09, 2024
  10. Jul 04, 2024
  11. Jun 19, 2024
  12. Jun 05, 2024
  13. Jun 03, 2024
  14. May 29, 2024
  15. Apr 26, 2024
  16. Apr 22, 2024
  17. Apr 15, 2024
  18. Apr 11, 2024
  19. Mar 22, 2024
  20. Mar 21, 2024
  21. Mar 19, 2024
  22. Mar 17, 2024
  23. Mar 13, 2024
  24. Feb 27, 2024
  25. Feb 26, 2024
  26. Feb 22, 2024
    • Radim Dvorak's avatar
      Fix MC matching of FsdHits · 946233ba
      Radim Dvorak authored and Florian Uhlig's avatar Florian Uhlig committed
      The current implementation works only for event-by-event based digitisation and reconstruction. When running time based the results will be definitely wrong.
      
      Closes #3195
      946233ba
  27. Jan 24, 2024
  28. Jan 04, 2024
  29. Dec 30, 2023
Loading