Skip to content
Snippets Groups Projects
  • Pierre-Alain Loizeau's avatar
    dfd322b8
    [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
    History
    [Evt display] Fixes to pre-existing event displays
    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