Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
    • Pierre-Alain Loizeau's avatar
      [Evt display] Fixes to pre-existing event displays · dfd322b8
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      - Evt disp: Fix crash due to uninitialized var + related modern C++ updates
        - Remove old style constructors
        - Use chained constructors
        - Initialize all members to default in header file, solving crash in Reset method due to uninitialized fEveTrList if no name provided to constructor
      - Add draw of TOF part of global track if present
      dfd322b8
  2. 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
  3. Sep 21, 2021
  4. May 27, 2021
  5. Apr 01, 2021
  6. Jul 10, 2020
  7. Jun 03, 2020
Loading