NewWave::PixelDefinition Class Reference Defines the range and coordinates of the "pixels" in the rasterised event. More...
Detailed DescriptionDefines the range and coordinates of the "pixels" in the rasterised event. The rasterised event representation requires a definiton of the pixel ranges and positions. This class divides a rapidity and range into a 2-D array of bins Definition at line 20 of file PixelDefinition.hh. Constructor & Destructor Documentation
Constructor using equal no. of bins in y and and full coverage. This will use an equal number of pixels in both the rapidity and direction, together with full coverage in . The rapidity range is symmetrical around zero, with the maximum absolute value specified. If the specified bumber of bins is not radix two, then the rapidity range will need to be padded to allow an increase in the number of bins. While this will preserve the size of the bins in the rapidity direction, it will lead to smaller size in the direction. This behaviour must be explicitly requested using the allowPadding argument, which defaults to false
Constructor using and rapidity ranges. Constructor defining the and rapidity spans This will pad the y and ranges to allow the output raster array to be square. While this is not a problem for the y direction, it makes less sense in phi, due to the periodicity. There is therefore a switch,
Member Function Documentation
Returns true if the given rapidity and phi values are inside the covered ranges.
Return a square array of pixels of appropriate dimension. The pixel array must be square, and have sides of length that is radix 2. This method returns such an array that guarantees to be at least as big as the input phi and y ranges.
Returns the number of wavelet levels. The number of wavelet levels includes the smoothing coefficient. Increasing the number of levels by one doubles the number of wavelet coefficients.
Return the number of pixels along the y and axes.
Return the index of the pixel in which a given value lies.
Return the maximum of the rapidity covered by this PixelDefinition.
Return the minimum of the rapidity covered by this PixelDefinition.
Return the index of the pixel in which a given y value lies. The documentation for this class was generated from the following file:
Generated on Wed Aug 23 2017 12:59:15 for New Wave - Noise Elimination With Wavelets At Vast Energies by 1.7.6.1 |