Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
    • Administrator's avatar
      Remove non ASCII characters · 8b6daa94
      Administrator authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      The most non ASCII characters were used in comments but some were also used
      for screen output. The most common non ASCII character was µ which was
      exchanged by mu or micro.
      8b6daa94
  2. Mar 13, 2025
  3. Mar 06, 2025
  4. Feb 15, 2025
  5. Feb 13, 2025
  6. Jan 29, 2025
  7. Jan 21, 2025
  8. Jan 15, 2025
  9. Jan 14, 2025
    • Sergei Zharko's avatar
      CbmEvent: · 77e8d735
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
       - setting const qualifier to the GetIndex and the GetStsTrackIndex functions
       - re-implimenting the GetIndex function to make it const qualified and reduce the number of access calls
      77e8d735
  10. Dec 04, 2024
  11. Nov 29, 2024
    • Pierre-Alain Loizeau's avatar
      Bugfix and Improve TS and MS Printout formaters · b43b6264
      Pierre-Alain Loizeau authored
      - Fix missing own header include for CbmFormatTsPrintout in the source file
      - Replace std::endl with plain newline
      - Add method to print a microslice descriptor help (dump description)
      - Catch more low probablility error/crash cases (TS with no comp, Comps with no MS, ...)
      - Add possibility to dump the MS for only a selected System ID type (default = all as before)
      - Add possibility to dump only the first M microslices in each component for each TS (default = all as before)
      b43b6264
  12. Nov 28, 2024
  13. Nov 25, 2024
  14. Nov 15, 2024
  15. 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
  16. Oct 29, 2024
  17. Oct 24, 2024
  18. Oct 14, 2024
  19. 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
  20. Sep 11, 2024
Loading