ATLAS Offline Software
TB2DProfiler< T > Member List

This is the complete list of members for TB2DProfiler< T >, including all inherited members.

addData(const T &xPos, const T &yPos, const T &theData)TB2DProfiler< T >
addData(size_t i, size_t j, const T &theData)TB2DProfiler< T >
getAverages(size_t i, size_t j, T &theData) constTB2DProfiler< T >
getAverages(const T &x, const T &y, T &theData) constTB2DProfiler< T >
getBinEntries(size_t i, size_t j, size_t &theEntries) constTB2DProfiler< T >
getBinEntries(const T &x, const T &y, size_t &theEntries) constTB2DProfiler< T >
getErrors(size_t i, size_t j, T &theData) constTB2DProfiler< T >
getErrors(const T &x, const T &y, T &theData) constTB2DProfiler< T >
getIndex(const T &x, const T &y) constTB2DProfiler< T >protected
getIndex(size_t i, size_t j) constTB2DProfiler< T >protected
getNumberOfChannels() constTB2DProfiler< T >
getStandardDevs(size_t i, size_t j, T &theData) constTB2DProfiler< T >
getStandardDevs(const T &x, const T &y, T &theData) constTB2DProfiler< T >
getXBinning() constTB2DProfiler< T >
getXIndex(const T &x) constTB2DProfiler< T >
getYBinning() constTB2DProfiler< T >
getYIndex(const T &y) constTB2DProfiler< T >
m_skipFlagTB2DProfiler< T >protected
m_storeTB2DProfiler< T >protected
m_xBinningTB2DProfiler< T >protected
m_yBinningTB2DProfiler< T >protected
matrix_t typedefTB2DProfiler< T >
operator=(const TB2DProfiler &)=deleteTB2DProfiler< T >
TB2DProfiler()TB2DProfiler< T >
TB2DProfiler(size_t xBins, const T &xLow, const T &xHigh, size_t yBins, const T &yLow, const T &yHigh)TB2DProfiler< T >
TB2DProfiler(const TB2DProfiler &)=deleteTB2DProfiler< T >
~TB2DProfiler()TB2DProfiler< T >virtual