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
[RF] Register function as value server in pass-through RooRealIntegrals
In pass through mode, the RooRealIntegral should have registered the
function as a value server, because we directly depend on its value.
As it is only determined later in the constructor if a given integral is
in pass through mode, we also have to delay the construction of the
function proxy object now.
It's important to do this correctly, because the new BatchMode uses the
value server interface to analyze the computation graph.
0 commit comments