description of a regularly spaced bins with the first bin having lower limit of minLimit and having nBins equally spaced bins of width binWidth, so that the upper limit of the last bin is given by minLimit + nBins*binWidth More...
#include <StatisticsUtilities.h>
Public Attributes | |
AccumType | binWidth |
AccumType | minLimit |
uInt | nBins |
description of a regularly spaced bins with the first bin having lower limit of minLimit and having nBins equally spaced bins of width binWidth, so that the upper limit of the last bin is given by minLimit + nBins*binWidth
Definition at line 48 of file StatisticsUtilities.h.
AccumType casacore::StatisticsUtilities< AccumType >::BinDesc::binWidth |
Definition at line 49 of file StatisticsUtilities.h.
AccumType casacore::StatisticsUtilities< AccumType >::BinDesc::minLimit |
Definition at line 50 of file StatisticsUtilities.h.
uInt casacore::StatisticsUtilities< AccumType >::BinDesc::nBins |
Definition at line 51 of file StatisticsUtilities.h.