Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
  2. Nov 14, 2024
  3. 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
  4. Aug 22, 2024
  5. Aug 21, 2024
  6. Jul 09, 2024
  7. May 29, 2024
  8. Oct 12, 2023
  9. Oct 04, 2023
  10. Nov 08, 2022
    • Administrator's avatar
      Move rich local reconstruction code · 5a0b86b0
      Administrator authored
      There were rich ring finders in the L1 code base which were compiled and linked
      into libL1. With the change in the build system this results in a circular
      dependency between the L1 and CbmRichReco libraries which was resolved by
      removing the classes from compilation.
      With this commit the classes are moved from the L1 code base into the rich
      reconstruction code base.
      5a0b86b0
  11. Mar 11, 2022
  12. Sep 27, 2021
  13. Jun 09, 2021
    • Administrator's avatar
      Cleanup license headers · 131d9ce2
      Administrator authored
      Unify user names in the license header authors list.
      Remove duplicate users in the authors list.
      Cleanupo of some other inor issues.
      131d9ce2
  14. Jun 08, 2021
  15. Jun 05, 2021
    • Eoin Clerkin's avatar
      Add copyright header to author declared files. · a4888728
      Eoin Clerkin authored
      Pulls some author and date information from previous headers, adds this to information from the svn and git repositories.
      Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder.
      Contributing authors from previous declaration and repository records.
      a4888728
  16. May 03, 2021
  17. Apr 29, 2021
    • drslebedev's avatar
      Implement CbmEvent for RICH reconstruction. · 5a3d5bfd
      drslebedev authored
      * Add CbmEvent to RICH track extrapolation procedure.
      * Add CbmEvent to the RICH track projection procedure.
      * Add CbmEvent to ring reconstruction procedure.
      * Add CbmEvent to ring fitting procedure.
      * Add CbmEvent to ring-track matching procedure.
      * Update run macros.
      * Fix compilation error, include Logger.h
      * Fix problem when CbmEvent::GetNofData return -1.
      * Change some LOG outputs to debug mode.
      5a3d5bfd
  18. Apr 01, 2021
  19. Jul 10, 2020
  20. Jun 03, 2020
Loading