Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1494, comment 1


Ignore:
Timestamp:
May 31, 2021, 9:41:57 PM (3 years ago)
Author:
Viesturs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1494, comment 1

    initial v1  
    1 This cause of this problem starts with adding folder to gROOT->GetListOfBrowsables():
     1This cause of this problem starts with adding folder to `gROOT->GetListOfBrowsables()`:
    22
    33https://github.com/delphes/delphes/blob/master/modules/Delphes.cc#L72
    44
    5 then by deleting folder
     5then by deleting `folder`
    66
    77https://github.com/delphes/delphes/blob/master/modules/Delphes.cc#L83
    88
    9 and then by Root exiting the executable and deleting the folder that is already deleted.
    10 One needs to remove folder from gROOT->GetListOfBrowsables() together with deleting it.
     9and then by Root exiting the executable and deleting the `folder` that is already deleted.
     10One needs to remove folder from `gROOT->GetListOfBrowsables()` together with deleting it.