Lau2DHistDP Class Reference Class for defining a 2D DP histogram. More...
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.
Copy constructor. Definition at line 75 of file Lau2DHistDP.cc.
Destructor. Definition at line 89 of file Lau2DHistDP.cc. Member Function Documentation
Compute the average bin content for bins within the kinematic boundary. This method just uses the raw bin contents with no interpolation
Definition at line 323 of file Lau2DHistDP.cc.
Fluctuate the contents of each histogram bin independently, in accordance with their errors. Definition at line 296 of file Lau2DHistDP.cc.
Get the raw bin content from the histogram.
Definition at line 95 of file Lau2DHistDP.cc.
Perform the interpolation.
Definition at line 113 of file Lau2DHistDP.cc.
Rescale the histogram bin contents based on the desired average efficiency and its uncertainty. The new average is sampled from a Gaussian distribution G(x;avEff,avEffError). The histogram is then rescaled according to newAvg/oldAvg.
Definition at line 313 of file Lau2DHistDP.cc. Member Data Documentation
The histogram x-axis bin width. Definition at line 115 of file Lau2DHistDP.hh.
The histogram y-axis bin width. Definition at line 117 of file Lau2DHistDP.hh.
The underlying histogram. Definition at line 96 of file Lau2DHistDP.hh.
Kinematics used to check events are within DP boundary. Definition at line 99 of file Lau2DHistDP.hh.
The histogram x-axis maximum. Definition at line 104 of file Lau2DHistDP.hh.
The histogram y-axis maximum. Definition at line 108 of file Lau2DHistDP.hh.
The histogram x-axis minimum. Definition at line 102 of file Lau2DHistDP.hh.
The histogram y-axis minimum. Definition at line 106 of file Lau2DHistDP.hh.
The number of bins on the x-axis of the histogram. Definition at line 120 of file Lau2DHistDP.hh.
The number of bins on the y-axis of the histogram. Definition at line 122 of file Lau2DHistDP.hh.
The histogram x-axis range. Definition at line 110 of file Lau2DHistDP.hh.
The histogram y-axis range. Definition at line 112 of file Lau2DHistDP.hh.
Boolean for using square DP variables. Definition at line 129 of file Lau2DHistDP.hh.
Boolean for using the upper half of DP. Definition at line 127 of file Lau2DHistDP.hh.
Control boolean for using the linear interpolation. Definition at line 125 of file Lau2DHistDP.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |