Skip to content
Snippets Groups Projects
  1. Mar 06, 2025
  2. Feb 25, 2025
  3. Feb 15, 2025
  4. Feb 12, 2025
  5. Feb 10, 2025
  6. Feb 07, 2025
  7. Feb 03, 2025
  8. Jan 30, 2025
  9. Jan 29, 2025
    • Sergei Zharko's avatar
      - fixes for reco_mcbm.sh · 732d1477
      Sergei Zharko authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      - CbmEventTrigger class to store different trigger flags for the event selection (Lambda, Ks, ....)
      732d1477
    • Sergei Zharko's avatar
      reco_mcbm.sh and KFPF lambda in mCBM: · 05951078
      Sergei Zharko authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      1. reco_mcbm.sh:  New options (separate directory for different steps, lambda in mCBM, retrieving a tsa file name from and index list)
      2. reco_mcbm_job.sh:  Settings to run reco_mcbm.sh from the box on virgo (vs. runID and jobID)
      3. cbm::kfp::V0FinderTask: minor bug fixes
      05951078
  10. Jan 24, 2025
  11. Jan 23, 2025
  12. Jan 21, 2025
  13. Dec 05, 2024
  14. Nov 21, 2024
  15. Nov 20, 2024
  16. Nov 19, 2024
  17. Nov 14, 2024
  18. Nov 08, 2024
  19. 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
  20. Oct 30, 2024
  21. Oct 29, 2024
Loading