Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. Apr 25, 2023
  3. Apr 24, 2023
  4. 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
  5. Jan 31, 2023
  6. Jan 30, 2023
  7. Jan 26, 2023
  8. Jan 13, 2023
    • Pierre-Alain Loizeau's avatar
      Prepare TOF and TZD digis for switch to TZD in unpack, event build and reco · 56986549
      Pierre-Alain Loizeau authored
      - Add usage of address field to TzdDigi
      - Conversion constructor from TOF to TZD digis
      - Conversion constructor from TZD to TOF digis
      - Serializer and dictionary for TZD digi
      - Adapt Tzd Digitizer to provide default value for new address field
      56986549
    • Administrator's avatar
      Fix problem with empty PsdHits · 3bca8089
      Administrator authored
      Create and store matches for the psd detector system.
      
      The ideal event builder relies on existing match objects. If the matches are
      not available the detector system is excluded from the event building such
      that at later stages no digis for this detector system ar present and no hits
      are produced.
      
      Fixes #2665.
      3bca8089
  9. 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
  10. Nov 11, 2022
  11. Nov 10, 2022
  12. Nov 08, 2022
  13. Oct 27, 2022
  14. Oct 05, 2022
  15. Sep 26, 2022
  16. Sep 15, 2022
  17. Aug 18, 2022
  18. 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
  19. Jun 14, 2022
  20. Jun 02, 2022
  21. May 27, 2022
  22. Apr 05, 2022
  23. Feb 08, 2022
  24. Jan 21, 2022
  25. Jan 19, 2022
  26. Dec 16, 2021
    • Pierre-Alain Loizeau's avatar
      Remove the usage of Logger in header of CbmMuchAddress · 881a6b8c
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      - Move implementation of CbmMuchAddress::SetElementId to cpp file
      - Move Logger include from header to cpp
      - Add missing Logger include to CbmMuchSignal cxx file
      - Add missing Logger include to CbmAnaDimuonAnalysis cxx file (needed only for FS/FR jun19-v18.2)
      
      Induced by inclusion in DigiData of the other detectors on top of STS (needed only for FS/FR higher than FS/FR jun19-v18.2)
      881a6b8c
  27. Dec 14, 2021
  28. Dec 10, 2021
  29. Dec 08, 2021
Loading