|
Mantid
|
#include <FindSXPeaksHelper.h>
Public Member Functions | |
| yIt | getMaxIterator () const |
| size_t | getNumberOfPointsInPeak () const |
| PeakContainer (const HistogramData::HistogramY &y) | |
| void | record (yIt item) |
| void | startRecord (yIt item) |
| void | stopRecord (yIt item) |
Private Attributes | |
| size_t | m_maxIndex |
| double | m_maxSignal = -1. |
| size_t | m_startIndex |
| size_t | m_stopIndex |
| const HistogramData::HistogramY & | m_y |
Definition at line 104 of file FindSXPeaksHelper.h.
| Mantid::Crystal::FindSXPeaksHelper::PeakContainer::PeakContainer | ( | const HistogramData::HistogramY & | y | ) |
Definition at line 204 of file FindSXPeaksHelper.cpp.
| yIt Mantid::Crystal::FindSXPeaksHelper::PeakContainer::getMaxIterator | ( | ) | const |
Definition at line 240 of file FindSXPeaksHelper.cpp.
References m_maxIndex, and m_y.
| size_t Mantid::Crystal::FindSXPeaksHelper::PeakContainer::getNumberOfPointsInPeak | ( | ) | const |
Definition at line 231 of file FindSXPeaksHelper.cpp.
References m_startIndex, m_stopIndex, and m_y.
| void Mantid::Crystal::FindSXPeaksHelper::PeakContainer::record | ( | yIt | item | ) |
Definition at line 213 of file FindSXPeaksHelper.cpp.
References m_maxIndex, m_maxSignal, and m_y.
| void Mantid::Crystal::FindSXPeaksHelper::PeakContainer::startRecord | ( | yIt | item | ) |
Definition at line 207 of file FindSXPeaksHelper.cpp.
References m_maxIndex, m_maxSignal, m_startIndex, and m_y.
| void Mantid::Crystal::FindSXPeaksHelper::PeakContainer::stopRecord | ( | yIt | item | ) |
Definition at line 220 of file FindSXPeaksHelper.cpp.
References m_maxIndex, m_maxSignal, m_stopIndex, and m_y.
|
private |
Definition at line 117 of file FindSXPeaksHelper.h.
Referenced by getMaxIterator(), record(), startRecord(), and stopRecord().
|
private |
Definition at line 118 of file FindSXPeaksHelper.h.
Referenced by record(), startRecord(), and stopRecord().
|
private |
Definition at line 115 of file FindSXPeaksHelper.h.
Referenced by getNumberOfPointsInPeak(), and startRecord().
|
private |
Definition at line 116 of file FindSXPeaksHelper.h.
Referenced by getNumberOfPointsInPeak(), and stopRecord().
|
private |
Definition at line 114 of file FindSXPeaksHelper.h.
Referenced by getMaxIterator(), getNumberOfPointsInPeak(), record(), startRecord(), and stopRecord().