[RF] Support PDFs produced by RooClassFactory in codegen + AD#13812
Conversation
|
Starting build on |
2e849be to
26d45c4
Compare
|
Starting build on |
26d45c4 to
466c768
Compare
|
Starting build on |
|
Build failed on mac12arm/cxx20. Failing tests: |
This also includes rudimentary support for numeric integrals in 1D with the codegen backend as a demonstrator.
* Avoid duplicate names for functions declared to the interpreter * Remove now unused constructor that directly takes the C++ code (this was only used in early development)
The file got changed a lot recently, so it's a good opportunity to format it.
466c768 to
75a917e
Compare
|
Starting build on |
lmoneta
left a comment
There was a problem hiding this comment.
LGTM!
Thank you Jonas for this nice new feature!
This also includes rudimentary support for numeric integrals in 1D with
the codegen backend as a demonstrator.
A second commit cleans up the
RooFuncWrapperclass a little bit.A unit test that fits a 1D function created with the RooClassFactory using
codegenis also added.