#include <TB2DProfiler.h>
|
| typedef std::vector< std::vector< T > > | matrix_t |
|
| | TB2DProfiler () |
| | TB2DProfiler (size_t xBins, const T &xLow, const T &xHigh, size_t yBins, const T &yLow, const T &yHigh) |
| | TB2DProfiler (const TB2DProfiler &)=delete |
| TB2DProfiler & | operator= (const TB2DProfiler &)=delete |
| virtual | ~TB2DProfiler () |
| void | addData (const T &xPos, const T &yPos, const T &theData) |
| void | addData (size_t i, size_t j, const T &theData) |
| bool | getAverages (size_t i, size_t j, T &theData) const |
| bool | getAverages (const T &x, const T &y, T &theData) const |
| bool | getStandardDevs (size_t i, size_t j, T &theData) const |
| bool | getStandardDevs (const T &x, const T &y, T &theData) const |
| bool | getErrors (size_t i, size_t j, T &theData) const |
| bool | getErrors (const T &x, const T &y, T &theData) const |
| bool | getBinEntries (size_t i, size_t j, size_t &theEntries) const |
| bool | getBinEntries (const T &x, const T &y, size_t &theEntries) const |
| size_t | getXIndex (const T &x) const |
| size_t | getYIndex (const T &y) const |
| size_t | getNumberOfChannels () const |
| const TBProfiler< T > & | getXBinning () const |
| const TBProfiler< T > & | getYBinning () const |
template<typename T>
class TB2DProfiler< T >
Definition at line 13 of file TB2DProfiler.h.
◆ matrix_t
template<typename T>
| typedef std::vector< std::vector<T> > TB2DProfiler< T >::matrix_t |
◆ TB2DProfiler() [1/3]
◆ TB2DProfiler() [2/3]
◆ TB2DProfiler() [3/3]
◆ ~TB2DProfiler()
◆ addData() [1/2]
template<typename T>
| void TB2DProfiler< T >::addData |
( |
const T & | xPos, |
|
|
const T & | yPos, |
|
|
const T & | theData ) |
◆ addData() [2/2]
template<typename T>
| void TB2DProfiler< T >::addData |
( |
size_t | i, |
|
|
size_t | j, |
|
|
const T & | theData ) |
◆ getAverages() [1/2]
template<typename T>
| bool TB2DProfiler< T >::getAverages |
( |
const T & | x, |
|
|
const T & | y, |
|
|
T & | theData ) const |
◆ getAverages() [2/2]
template<typename T>
| bool TB2DProfiler< T >::getAverages |
( |
size_t | i, |
|
|
size_t | j, |
|
|
T & | theData ) const |
◆ getBinEntries() [1/2]
template<typename T>
| bool TB2DProfiler< T >::getBinEntries |
( |
const T & | x, |
|
|
const T & | y, |
|
|
size_t & | theEntries ) const |
◆ getBinEntries() [2/2]
template<typename T>
| bool TB2DProfiler< T >::getBinEntries |
( |
size_t | i, |
|
|
size_t | j, |
|
|
size_t & | theEntries ) const |
◆ getErrors() [1/2]
template<typename T>
| bool TB2DProfiler< T >::getErrors |
( |
const T & | x, |
|
|
const T & | y, |
|
|
T & | theData ) const |
◆ getErrors() [2/2]
template<typename T>
| bool TB2DProfiler< T >::getErrors |
( |
size_t | i, |
|
|
size_t | j, |
|
|
T & | theData ) const |
◆ getIndex() [1/2]
template<typename T>
| size_t TB2DProfiler< T >::getIndex |
( |
const T & | x, |
|
|
const T & | y ) const |
|
protected |
◆ getIndex() [2/2]
template<typename T>
| size_t TB2DProfiler< T >::getIndex |
( |
size_t | i, |
|
|
size_t | j ) const |
|
protected |
◆ getNumberOfChannels()
◆ getStandardDevs() [1/2]
template<typename T>
| bool TB2DProfiler< T >::getStandardDevs |
( |
const T & | x, |
|
|
const T & | y, |
|
|
T & | theData ) const |
◆ getStandardDevs() [2/2]
template<typename T>
| bool TB2DProfiler< T >::getStandardDevs |
( |
size_t | i, |
|
|
size_t | j, |
|
|
T & | theData ) const |
◆ getXBinning()
◆ getXIndex()
◆ getYBinning()
◆ getYIndex()
◆ operator=()
◆ m_skipFlag
◆ m_store
◆ m_xBinning
◆ m_yBinning
The documentation for this class was generated from the following file: