Skip to content
Snippets Groups Projects
  1. Jul 03, 2023
    • Alexandru Bercuci's avatar
      add masking for silent FEE channels at the level of ASIC parameter · 5515605e
      Alexandru Bercuci authored
      definition. Details include:
      - global access to the masking status (CbmTrdModuleAbstract)
      - implementation of channel masking (CbmTrdParFasp)
      - updates in the R/W of FASP parameters (CbmTrdParSetAsic)
      - documentation for the ASIC param class (bmTrdParAsic.h)
      - online monitoring of mask/working channels (CbmTrdUnpackFaspMonitor)
      5515605e
  2. May 24, 2023
  3. May 16, 2023
  4. May 11, 2023
  5. May 08, 2023
  6. Apr 24, 2023
  7. Apr 14, 2023
  8. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  9. Feb 24, 2023
  10. Feb 15, 2023
  11. Jan 11, 2023
  12. Dec 02, 2022
  13. 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
  14. Nov 15, 2022
  15. Nov 08, 2022
  16. Nov 02, 2022
  17. Oct 24, 2022
  18. Oct 21, 2022
  19. 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
  20. Sep 15, 2022
  21. Sep 09, 2022
  22. Aug 22, 2022
Loading