-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Environment: (where does this bug occur, have you tried other environments)
- Which branch (often
mainfor latest released):main
Steps to reproduce: (give a step by step account of how to trigger the bug)
- Run
eicreconwith feat(dRICH): connectirttoEICreconalgorithms EICrecon#707
(see valgrind test)
Expected Result: (what do you expect when you execute the steps above)
No leaks.
Actual Result: (what do you get when you execute the steps above)
Leaks.
More notes
newraw pointers with nodeleteis a primary source of leaks- this may be difficult to resolve, since we need to maintain ROOT streaming of
irtclass objects (ROOT may do the deleting upon write) - ROOT streaming also prevents us from using smart pointers at this time
- we should address this after v2.0 (merging of
pfrichbranch from feat: updatepfrichbranch with respect tomain#35)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo