Skip to content
Snippets Groups Projects
  1. Jul 03, 2023
  2. May 24, 2023
  3. May 08, 2023
  4. Apr 25, 2023
  5. Apr 24, 2023
  6. 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
  7. Jan 31, 2023
  8. Jan 30, 2023
  9. Jan 26, 2023
  10. 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
  11. 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
  12. Nov 11, 2022
  13. Nov 10, 2022
  14. Nov 08, 2022
  15. Oct 27, 2022
  16. Oct 05, 2022
  17. Sep 26, 2022
  18. Sep 15, 2022
  19. Aug 18, 2022
  20. 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
  21. Jun 14, 2022
  22. Jun 02, 2022
  23. May 27, 2022
Loading