Skip to content
Snippets Groups Projects
Commit d404b9a1 authored by Manuel Tobias Schiller's avatar Manuel Tobias Schiller Committed by Manuel Tobias Schiller
Browse files

RooKeysPdf: faster initialisation of the lookup table

The construction of a RooKeysPdf is now much faster for large data sets.
This is achieved by carefully analysing where the different Gaussians
that the code superimposes can actually contribute. If a contribution
is smaller than the machine precision, the code stops trying to put in
those contributions (it would be lost in rounding anyway), which leads
to roughly 40 % faster construction of the class for large data sets.
parent dff74ed3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment