Skip to content
Snippets Groups Projects
Commit dca491f5 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Release Notes

parent f93a24e3
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ Added necessary changes to allow [XRootD local redirection](https://github.com/x ...@@ -117,6 +117,7 @@ Added necessary changes to allow [XRootD local redirection](https://github.com/x
- Generalise the `VecOps::Map` utility allowing to apply a callable on a set of RVecs and not only to one. - Generalise the `VecOps::Map` utility allowing to apply a callable on a set of RVecs and not only to one.
- Add the `DeltaR2` and `DeltaR` helpers for RVec. - Add the `DeltaR2` and `DeltaR` helpers for RVec.
- Add the `Max`, `Min`, `ArgMax`, and `ArgMin` helpers for RVec. - Add the `Max`, `Min`, `ArgMax`, and `ArgMin` helpers for RVec.
- Add the `Construct` helper to build an `RVec<T>` starting from N `RVec<P_i>`, where a constructor `T::T(P_0, P_1, ..., P_Nm1)` exists.
## RooFit Libraries ## RooFit Libraries
### HistFactory ### HistFactory
......
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