You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you try to type the following 3 lines in ROOT you'll get a segfault. This also happens if you try to use a macro (compiled) where it tries to have two hiforests open for analysis at the same time.
I think this issue is related to the boolean hasPixTrackTree since commenting out everything related to the pixel track tree prevents the crash. More investigation is needed to fully understand what is happening, but I suspect it has something to do with hasPixTrackTree never being checked against the tree's existence:
hasTrackTree= (trackTree!=0);
That's nowhere in the class for the pixel track tree.
The text was updated successfully, but these errors were encountered:
Currently if you try to type the following 3 lines in ROOT you'll get a segfault. This also happens if you try to use a macro (compiled) where it tries to have two hiforests open for analysis at the same time.
I think this issue is related to the boolean hasPixTrackTree since commenting out everything related to the pixel track tree prevents the crash. More investigation is needed to fully understand what is happening, but I suspect it has something to do with hasPixTrackTree never being checked against the tree's existence:
That's nowhere in the class for the pixel track tree.
The text was updated successfully, but these errors were encountered: