Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. Mar 15, 2023
  3. Feb 24, 2023
  4. Jan 30, 2023
  5. Jan 26, 2023
  6. Jan 19, 2023
  7. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
  8. Nov 16, 2022
    • Pierre-Alain Loizeau's avatar
      [mCBM] Add utils fct for RunId to setup mapping · 2018bab5
      Pierre-Alain Loizeau authored
      - Add new file and namespace in utils part of the CbmBase library
      - Add Mcbm::GetSetupFromRunId function
      - Add Mcbm::Dummy class to force loading of the library n macros and circumvent deprecation of functions dict in Root6/Cling
      - Update all macros with the if/else mapping to use the new function and catch exception for unmapped runs
      2018bab5
  9. Nov 15, 2022
  10. Nov 11, 2022
  11. Nov 08, 2022
  12. Oct 21, 2022
  13. Oct 04, 2022
    • Omveer's avatar
      Transition from old to modern CMake · f86667e9
      Omveer authored
      unnecessary commands removed which oprated a directory level.
      like include_directories() link_directories()
      Now operating on the target directory using target_include_directories()
      target_link_libraries() commands.
      generating library target using generate_cbm_library() macro provided by us.
      f86667e9
  14. Aug 04, 2022
  15. Jun 29, 2022
    • Semen Lebedev's avatar
      RICH updates: · 3e4e23da
      Semen Lebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      * RICH QA code updates
      * Updates of run macros and scripts
      * Remove obsolete macro from rich macro directories
      * Updates in RICH event display
      3e4e23da
  16. Jun 20, 2022
  17. Jun 17, 2022
  18. May 02, 2022
  19. Dec 17, 2021
  20. Dec 08, 2021
  21. Nov 23, 2021
  22. Nov 22, 2021
  23. Nov 19, 2021
  24. Nov 14, 2021
  25. Sep 21, 2021
  26. Sep 20, 2021
  27. Aug 31, 2021
  28. Jul 30, 2021
    • Administrator's avatar
      Adapt code to new FairModule function · 609e5e08
      Administrator authored
      From FairRoot version v18.4.0 on the function CheckIfSensitive() of the class
      FairModule is deprecated and replaced by the function IsSensitive(). The old
      function is still available but usage results is a compilation error.
      To be able to use FairRoot v18.2.1 and newer versions both functions are
      implemented in the CbmRoot code where the old function simply forwards to the
      new one. If there is no need to support older FairRoot versions the old
      function can be simply removed from the source code.
      609e5e08
  29. 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
  30. Jun 08, 2021
Loading