Opened 11 years ago
Closed 11 years ago
#10 closed enhancement (fixed)
Include ability to fit 2D splines to efficiency/background DP histograms
Reported by: | Thomas Latham | Owned by: | Daniel Craik |
---|---|---|---|
Priority: | minor | Milestone: | v1r2 |
Version: | Keywords: | ||
Cc: |
Description
The Lau2DHistDP and Lau2DHistDPPdf classes allow the efficiency variation and background distribution (respectively) over the DP to be represented based on a 2D histogram input. At present, the raw histogram content can be used as-is or a simple linear interpolation can be applied. This should be extended to allow 2D splines to be fitted to the input histograms and then the values at an arbitrary point can be read-off from the spline.
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | → v1r2 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [41]) Added class to interpolate histograms using a 2D cubic spline. Added classes to allow splines to be used for efficiency. addresses #10