Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
Lau2DHistDPPdf Class Reference Class for defining a 2D DP histogram PDF. More...
Inheritance diagram for Lau2DHistDPPdf:
Detailed DescriptionClass for defining a 2D DP histogram PDF. Class for defining a 2D DP histogram PDF. Employs linear interpolation to get the histogram value based on how far away a point in (x,y) is to nearby bin centres. The returned values are normalised to the total area. The histogram can be defined in the conventional DP (m13Sq vs m23Sq) or in the square DP. Definition at line 33 of file Lau2DHistDPPdf.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 29 of file Lau2DHistDPPdf.cc.
Destructor. Definition at line 92 of file Lau2DHistDPPdf.cc.
Copy constructor - not implemented. Member Function Documentation
Calculate the PDF normalisation. Definition at line 98 of file Lau2DHistDPPdf.cc.
Check the normalisation calculation. Definition at line 318 of file Lau2DHistDPPdf.cc.
Get the bin content from the histogram.
Definition at line 131 of file Lau2DHistDPPdf.cc.
Retrieve PDF normalisation.
Implements Lau2DAbsHistDPPdf. Definition at line 58 of file Lau2DHistDPPdf.hh.
Perform the interpolation (unnormalised)
Implements Lau2DAbsHistDPPdf. Definition at line 161 of file Lau2DHistDPPdf.cc.
Perform the interpolation and divide by the normalisation.
Implements Lau2DAbsHistDPPdf. Definition at line 153 of file Lau2DHistDPPdf.cc.
Copy assignment operator - not implemented. Member Data Documentation
The histogram x-axis bin width. Definition at line 115 of file Lau2DHistDPPdf.hh.
The histogram y-axis bin width. Definition at line 117 of file Lau2DHistDPPdf.hh.
The underlying histogram. Definition at line 99 of file Lau2DHistDPPdf.hh.
The histogram x-axis inverse bin width. Definition at line 119 of file Lau2DHistDPPdf.hh.
The histogram y-axis inverse bin width. Definition at line 121 of file Lau2DHistDPPdf.hh.
The maximum height of 2D histogram. Definition at line 124 of file Lau2DHistDPPdf.hh.
The histogram x-axis maximum. Definition at line 104 of file Lau2DHistDPPdf.hh.
The histogram y-axis maximum. Definition at line 108 of file Lau2DHistDPPdf.hh.
The histogram x-axis minimum. Definition at line 102 of file Lau2DHistDPPdf.hh.
The histogram y-axis minimum. Definition at line 106 of file Lau2DHistDPPdf.hh.
The number of bins on the x-axis of the histogram. Definition at line 127 of file Lau2DHistDPPdf.hh.
The number of bins on the y-axis of the histogram. Definition at line 129 of file Lau2DHistDPPdf.hh.
The histogram normalisation. Definition at line 132 of file Lau2DHistDPPdf.hh.
The histogram x-axis range. Definition at line 110 of file Lau2DHistDPPdf.hh.
The histogram y-axis range. Definition at line 112 of file Lau2DHistDPPdf.hh.
Control boolean for using the linear interpolation. Definition at line 135 of file Lau2DHistDPPdf.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |