Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
Lau1DHistPdf Class Reference Class for defining a 1D histogram PDF. More...
Inheritance diagram for Lau1DHistPdf:
![]()
Detailed DescriptionClass for defining a 1D histogram PDF. Class for defining a 1D histogram PDF. Employs linear interpolation to get the PDF value based on how far away a point is from nearby bin centres. The returned values are normalised to the total area. Definition at line 45 of file Lau1DHistPdf.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 46 of file Lau1DHistPdf.cc.
Destructor. Definition at line 94 of file Lau1DHistPdf.cc.
Copy constructor (not implemented) Member Function Documentation
Calculate the likelihood (and intermediate info) for a given abscissa.
Implements LauAbsPdf. Definition at line 177 of file Lau1DHistPdf.cc.
Calculate the normalisation. Reimplemented from LauAbsPdf. Definition at line 112 of file Lau1DHistPdf.cc.
Calculate the PDF height.
Implements LauAbsPdf. Definition at line 100 of file Lau1DHistPdf.cc.
Check the normalisation calculation. Definition at line 133 of file Lau1DHistPdf.cc.
Fluctuate the histogram bin contents in accorance with their errors. Definition at line 251 of file Lau1DHistPdf.cc.
Get the bin content from the histogram.
Definition at line 154 of file Lau1DHistPdf.cc.
Perform the interpolation (unnormalised)
Definition at line 192 of file Lau1DHistPdf.cc.
Perform the interpolation and divide by the normalisation.
Definition at line 169 of file Lau1DHistPdf.cc.
Copy assignment operator (not implemented) Member Data Documentation
The histogram axis maximum. Definition at line 129 of file Lau1DHistPdf.hh.
The histogram axis minimum. Definition at line 127 of file Lau1DHistPdf.hh.
The histogram axis range. Definition at line 131 of file Lau1DHistPdf.hh.
Control boolean for performing the fluctuation of the histogram bin contents. Definition at line 122 of file Lau1DHistPdf.hh.
The underlying histogram. Definition at line 117 of file Lau1DHistPdf.hh.
The number of bins in the histogram. Definition at line 125 of file Lau1DHistPdf.hh.
Control boolean for using the linear interpolation. Definition at line 120 of file Lau1DHistPdf.hh. The documentation for this class was generated from the following files:
Generated by ![]() |