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 31 of file Lau1DHistPdf.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 32 of file Lau1DHistPdf.cc.
Destructor. Definition at line 80 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 163 of file Lau1DHistPdf.cc.
Calculate the normalisation. Reimplemented from LauAbsPdf. Definition at line 98 of file Lau1DHistPdf.cc.
Calculate the PDF height.
Implements LauAbsPdf. Definition at line 86 of file Lau1DHistPdf.cc.
Check the normalisation calculation. Definition at line 119 of file Lau1DHistPdf.cc.
Fluctuate the histogram bin contents in accorance with their errors. Definition at line 237 of file Lau1DHistPdf.cc.
Get the bin content from the histogram.
Definition at line 140 of file Lau1DHistPdf.cc.
Perform the interpolation (unnormalised)
Definition at line 178 of file Lau1DHistPdf.cc.
Perform the interpolation and divide by the normalisation.
Definition at line 155 of file Lau1DHistPdf.cc.
Copy assignment operator (not implemented) Member Data Documentation
The histogram axis maximum. Definition at line 115 of file Lau1DHistPdf.hh.
The histogram axis minimum. Definition at line 113 of file Lau1DHistPdf.hh.
The histogram axis range. Definition at line 117 of file Lau1DHistPdf.hh.
Control boolean for performing the fluctuation of the histogram bin contents. Definition at line 108 of file Lau1DHistPdf.hh.
The underlying histogram. Definition at line 103 of file Lau1DHistPdf.hh.
The number of bins in the histogram. Definition at line 111 of file Lau1DHistPdf.hh.
Control boolean for using the linear interpolation. Definition at line 106 of file Lau1DHistPdf.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |