Skip to content
Snippets Groups Projects
  1. Jan 15, 2025
  2. 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
  3. Dec 04, 2024
  4. 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
  5. Nov 28, 2024
  6. Nov 25, 2024
  7. Nov 15, 2024
  8. 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
  9. Oct 29, 2024
  10. Oct 24, 2024
  11. Oct 14, 2024
  12. 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
  13. Sep 11, 2024
  14. Aug 30, 2024
  15. Aug 26, 2024
  16. Aug 01, 2024
  17. Jul 15, 2024
  18. Jul 09, 2024
  19. Jul 03, 2024
    • Sergei Zharko's avatar
      BUGFIX: · 49233621
      Sergei Zharko authored
      1. CbmPVFinderKFGlobal: fix of track access
      2. reco_mcbm.sh: default parameter path for the online binary is ${VMCWORKDIR}/parameters/online (explicit pass is not required anymore)
      3. mcbm_event_reco_L1.C optional PV-finder routine
      4. CbmGlobalTrack.h: TODO is added
      49233621
Loading