-
- Downloads
TMVA: Prevent stack corruption for user supplied trees.
We will be reading the tree, so make sure that the user did not forget to remove pointers to out-of-scope vars. The user should *always* call ResetBranchAddresses on their trees when they are done with them, but in case they forgot this can save some debugging time at no cost.
Please register or sign in to comment