Changes between Initial Version and Version 1 of Ticket #1494, comment 1
- Timestamp:
- May 31, 2021, 9:41:57 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1494, comment 1
initial v1 1 This cause of this problem starts with adding folder to gROOT->GetListOfBrowsables():1 This cause of this problem starts with adding folder to `gROOT->GetListOfBrowsables()`: 2 2 3 3 https://github.com/delphes/delphes/blob/master/modules/Delphes.cc#L72 4 4 5 then by deleting folder5 then by deleting `folder` 6 6 7 7 https://github.com/delphes/delphes/blob/master/modules/Delphes.cc#L83 8 8 9 and then by Root exiting the executable and deleting the folderthat is already deleted.10 One needs to remove folder from gROOT->GetListOfBrowsables()together with deleting it.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.