Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
Lau2DHistPdf Class Reference Class for defining a 2D histogram PDF. More...
Inheritance diagram for Lau2DHistPdf:
Detailed DescriptionClass for defining a 2D histogram PDF. Class for defining a 2D histogram PDF. Employs linear interpolation to get the histogram value based on how far away a point is to nearby bin centres. The returned values are normalised to the total area. Definition at line 33 of file Lau2DHistPdf.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 33 of file Lau2DHistPdf.cc.
Destructor. Definition at line 151 of file Lau2DHistPdf.cc.
Copy constructor (not implemented) Member Function Documentation
Cache information from data.
Reimplemented from LauAbsPdf. Definition at line 402 of file Lau2DHistPdf.cc.
Calculate the likelihood (and intermediate info) for a given value of the abscissas.
Implements LauAbsPdf. Definition at line 361 of file Lau2DHistPdf.cc.
Calculate the likelihood (and intermediate info) for a given event number.
Reimplemented from LauAbsPdf. Definition at line 380 of file Lau2DHistPdf.cc.
Calculate the normalisation. Reimplemented from LauAbsPdf. Definition at line 173 of file Lau2DHistPdf.cc.
Calculate the PDF height.
Implements LauAbsPdf. Definition at line 161 of file Lau2DHistPdf.cc.
Check the normalisation calculation. Definition at line 198 of file Lau2DHistPdf.cc.
Fluctuate the histogram bin contents in accordance with their errors. Definition at line 412 of file Lau2DHistPdf.cc.
Generate an event from the PDF.
Reimplemented from LauAbsPdf. Definition at line 429 of file Lau2DHistPdf.cc.
Get the bin content from the histogram.
Definition at line 228 of file Lau2DHistPdf.cc.
Get likelihood only for the given variable.
Reimplemented from LauAbsPdf. Definition at line 390 of file Lau2DHistPdf.cc.
Get the maximum value of x-axis abscissa. Definition at line 57 of file Lau2DHistPdf.hh.
Get the maximum value of y-axis abscissa. Definition at line 66 of file Lau2DHistPdf.hh.
Get the minimum value of x-axis abscissa. Definition at line 54 of file Lau2DHistPdf.hh.
Get the minimum value of y-axis abscissa. Definition at line 63 of file Lau2DHistPdf.hh.
Get the range of x-axis abscissa values. Definition at line 60 of file Lau2DHistPdf.hh.
Get the range of y-axis abscissa values. Definition at line 69 of file Lau2DHistPdf.hh.
Perform the interpolation (unnormalised)
Definition at line 255 of file Lau2DHistPdf.cc.
Perform the interpolation and divide by the normalisation.
Definition at line 247 of file Lau2DHistPdf.cc.
Copy assignment operator (not implemented) Member Data Documentation
The histogram x-axis bin width. Definition at line 187 of file Lau2DHistPdf.hh.
The histogram y-axis bin width. Definition at line 189 of file Lau2DHistPdf.hh.
Control boolean for performing the fluctuation of the histogram bin contents. Definition at line 199 of file Lau2DHistPdf.hh.
The underlying histogram. Definition at line 153 of file Lau2DHistPdf.hh.
The histogram x-axis inverse bin width. Definition at line 192 of file Lau2DHistPdf.hh.
The histogram y-axis inverse bin width. Definition at line 194 of file Lau2DHistPdf.hh.
The histogram x-axis maximum. Definition at line 176 of file Lau2DHistPdf.hh.
The histogram y-axis maximum. Definition at line 180 of file Lau2DHistPdf.hh.
The histogram x-axis minimum. Definition at line 174 of file Lau2DHistPdf.hh.
The histogram y-axis minimum. Definition at line 178 of file Lau2DHistPdf.hh.
The number of bins on the x-axis of the histogram. Definition at line 170 of file Lau2DHistPdf.hh.
The number of bins on the y-axis of the histogram. Definition at line 172 of file Lau2DHistPdf.hh.
The histogram x-axis range. Definition at line 182 of file Lau2DHistPdf.hh.
The histogram y-axis range. Definition at line 184 of file Lau2DHistPdf.hh.
Control boolean for using the linear interpolation. Definition at line 197 of file Lau2DHistPdf.hh.
x variable name Definition at line 165 of file Lau2DHistPdf.hh.
Projection of histogram x-axis. Definition at line 155 of file Lau2DHistPdf.hh.
1D PDF for x variable Definition at line 160 of file Lau2DHistPdf.hh.
y variable name Definition at line 167 of file Lau2DHistPdf.hh.
Projection of histogram y-axis. Definition at line 157 of file Lau2DHistPdf.hh.
1D PDF for y variable Definition at line 162 of file Lau2DHistPdf.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |