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

[RF] Minor improvements to RooFit evaluation code generation

  * fix invalid memory access in RooFuncWrapper by getting observables
    and parameters of the original function, and not the one that is
    compiled for a normalization set, which is temporary.
    What matters are the names of the parameters and observables, and
    they are the same anyway

  * new `CodeSquashContext::buildCall()` function to avoid code
    duplication

  * add support for `RooExponential`, including unit test
parent 7ff55467
No related branches found
No related tags found
No related merge requests found
Showing with 145 additions and 56 deletions
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