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 47 of file Lau2DHistDPPdf.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 43 of file Lau2DHistDPPdf.cc.
Destructor. Definition at line 106 of file Lau2DHistDPPdf.cc.
Copy constructor - not implemented. Member Function Documentation
Calculate the PDF normalisation. Definition at line 112 of file Lau2DHistDPPdf.cc.
Check the normalisation calculation. Definition at line 332 of file Lau2DHistDPPdf.cc.
Get the bin content from the histogram.
Definition at line 145 of file Lau2DHistDPPdf.cc.
Retrieve PDF normalisation.
Implements Lau2DAbsHistDPPdf. Definition at line 72 of file Lau2DHistDPPdf.hh.
Perform the interpolation (unnormalised)
Implements Lau2DAbsHistDPPdf. Definition at line 175 of file Lau2DHistDPPdf.cc.
Perform the interpolation and divide by the normalisation.
Implements Lau2DAbsHistDPPdf. Definition at line 167 of file Lau2DHistDPPdf.cc.
Copy assignment operator - not implemented. Member Data Documentation
The histogram x-axis bin width. Definition at line 129 of file Lau2DHistDPPdf.hh.
The histogram y-axis bin width. Definition at line 131 of file Lau2DHistDPPdf.hh.
The underlying histogram. Definition at line 113 of file Lau2DHistDPPdf.hh.
The histogram x-axis inverse bin width. Definition at line 133 of file Lau2DHistDPPdf.hh.
The histogram y-axis inverse bin width. Definition at line 135 of file Lau2DHistDPPdf.hh.
The maximum height of 2D histogram. Definition at line 138 of file Lau2DHistDPPdf.hh.
The histogram x-axis maximum. Definition at line 118 of file Lau2DHistDPPdf.hh.
The histogram y-axis maximum. Definition at line 122 of file Lau2DHistDPPdf.hh.
The histogram x-axis minimum. Definition at line 116 of file Lau2DHistDPPdf.hh.
The histogram y-axis minimum. Definition at line 120 of file Lau2DHistDPPdf.hh.
The number of bins on the x-axis of the histogram. Definition at line 141 of file Lau2DHistDPPdf.hh.
The number of bins on the y-axis of the histogram. Definition at line 143 of file Lau2DHistDPPdf.hh.
The histogram normalisation. Definition at line 146 of file Lau2DHistDPPdf.hh.
The histogram x-axis range. Definition at line 124 of file Lau2DHistDPPdf.hh.
The histogram y-axis range. Definition at line 126 of file Lau2DHistDPPdf.hh.
Control boolean for using the linear interpolation. Definition at line 149 of file Lau2DHistDPPdf.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |