-
- Downloads
[RF] Remove `RooGenFunction` and `RooMultiGenFunction`
The `RooGenFunction` was only a lightweight adaptor that exports a RooAbsReal as a `ROOT::Math::IGenFunction`. The same can be easily achieved with the generic `ROOT::Math::Functor1D`, so in the spirit of not duplicating interfaces, the `RooGenFunction` is removed. The same goes for the `RooMultiGenFunction`.
Showing
- README/ReleaseNotes/v630/index.md 32 additions, 0 deletionsREADME/ReleaseNotes/v630/index.md
- roofit/roofitcore/CMakeLists.txt 0 additions, 4 deletionsroofit/roofitcore/CMakeLists.txt
- roofit/roofitcore/inc/LinkDef.h 0 additions, 2 deletionsroofit/roofitcore/inc/LinkDef.h
- roofit/roofitcore/inc/RooAbsReal.h 0 additions, 5 deletionsroofit/roofitcore/inc/RooAbsReal.h
- roofit/roofitcore/inc/RooAdaptiveIntegratorND.h 10 additions, 3 deletionsroofit/roofitcore/inc/RooAdaptiveIntegratorND.h
- roofit/roofitcore/inc/RooGenFunction.h 0 additions, 44 deletionsroofit/roofitcore/inc/RooGenFunction.h
- roofit/roofitcore/inc/RooMultiGenFunction.h 0 additions, 52 deletionsroofit/roofitcore/inc/RooMultiGenFunction.h
- roofit/roofitcore/src/RooAbsReal.cxx 0 additions, 22 deletionsroofit/roofitcore/src/RooAbsReal.cxx
- roofit/roofitcore/src/RooAdaptiveIntegratorND.cxx 4 additions, 4 deletionsroofit/roofitcore/src/RooAdaptiveIntegratorND.cxx
- roofit/roofitcore/src/RooGenFunction.cxx 0 additions, 82 deletionsroofit/roofitcore/src/RooGenFunction.cxx
- roofit/roofitcore/src/RooMultiGenFunction.cxx 0 additions, 92 deletionsroofit/roofitcore/src/RooMultiGenFunction.cxx
Loading
Please register or sign in to comment