Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
Lau2DHistDP Class Reference Class for defining a 2D DP histogram. More...
Inheritance diagram for Lau2DHistDP:
Detailed DescriptionClass for defining a 2D DP histogram. Class for defining a 2D DP histogram. 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 not normalised to the total histogram area (useful for efficiency histograms for example). The histogram can be defined in the conventional DP (m13Sq vs m23Sq) or in the square DP. Definition at line 34 of file Lau2DHistDP.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 30 of file Lau2DHistDP.cc.
Destructor. Definition at line 73 of file Lau2DHistDP.cc.
Copy constructor - not implemented. Member Function Documentation
Get the raw bin content from the histogram.
Definition at line 79 of file Lau2DHistDP.cc.
Perform the interpolation.
Implements Lau2DAbsHistDP. Definition at line 97 of file Lau2DHistDP.cc.
Copy assignment operator - not implemented. Member Data Documentation
The histogram x-axis bin width. Definition at line 96 of file Lau2DHistDP.hh.
The histogram y-axis bin width. Definition at line 98 of file Lau2DHistDP.hh.
The underlying histogram. Definition at line 80 of file Lau2DHistDP.hh.
The histogram x-axis maximum. Definition at line 85 of file Lau2DHistDP.hh.
The histogram y-axis maximum. Definition at line 89 of file Lau2DHistDP.hh.
The histogram x-axis minimum. Definition at line 83 of file Lau2DHistDP.hh.
The histogram y-axis minimum. Definition at line 87 of file Lau2DHistDP.hh.
The number of bins on the x-axis of the histogram. Definition at line 101 of file Lau2DHistDP.hh.
The number of bins on the y-axis of the histogram. Definition at line 103 of file Lau2DHistDP.hh.
The histogram x-axis range. Definition at line 91 of file Lau2DHistDP.hh.
The histogram y-axis range. Definition at line 93 of file Lau2DHistDP.hh.
Control boolean for using the linear interpolation. Definition at line 106 of file Lau2DHistDP.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |