Skip to content
Snippets Groups Projects
Commit 4b5afbe8 authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[RF] Use `recursiveRedirectServers()` in NormalizationHelpers

In the `foldIntegrals()` function that reverses the unfolting of
normalization integrals in the computation graph, some custom logic was
used to redirect the servers. However, it caused some failures in the
ASAN builds because it accessed invalid memory.

This commit suggests to fix that by using the already existing
`RooAbsArg::recursiveRedirectServers()` function for the same logic.

Furthermore, in `unfoldIntegrals()`, clients outside the computation
graph are not considered for the server redirection, which also fixes
ASAN build failures.
parent 3c7c0498
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment