Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::Crystal::FindSXPeaksHelper::PeakContainer Class Reference

#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
 

Detailed Description

Definition at line 104 of file FindSXPeaksHelper.h.

Constructor & Destructor Documentation

◆ PeakContainer()

Mantid::Crystal::FindSXPeaksHelper::PeakContainer::PeakContainer ( const HistogramData::HistogramY &  y)

Definition at line 204 of file FindSXPeaksHelper.cpp.

Member Function Documentation

◆ getMaxIterator()

yIt Mantid::Crystal::FindSXPeaksHelper::PeakContainer::getMaxIterator ( ) const

Definition at line 240 of file FindSXPeaksHelper.cpp.

References m_maxIndex, and m_y.

◆ getNumberOfPointsInPeak()

size_t Mantid::Crystal::FindSXPeaksHelper::PeakContainer::getNumberOfPointsInPeak ( ) const

Definition at line 231 of file FindSXPeaksHelper.cpp.

References m_startIndex, m_stopIndex, and m_y.

◆ record()

void Mantid::Crystal::FindSXPeaksHelper::PeakContainer::record ( yIt  item)

Definition at line 213 of file FindSXPeaksHelper.cpp.

References m_maxIndex, m_maxSignal, and m_y.

◆ startRecord()

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.

◆ stopRecord()

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.

Member Data Documentation

◆ m_maxIndex

size_t Mantid::Crystal::FindSXPeaksHelper::PeakContainer::m_maxIndex
private

Definition at line 117 of file FindSXPeaksHelper.h.

Referenced by getMaxIterator(), record(), startRecord(), and stopRecord().

◆ m_maxSignal

double Mantid::Crystal::FindSXPeaksHelper::PeakContainer::m_maxSignal = -1.
private

Definition at line 118 of file FindSXPeaksHelper.h.

Referenced by record(), startRecord(), and stopRecord().

◆ m_startIndex

size_t Mantid::Crystal::FindSXPeaksHelper::PeakContainer::m_startIndex
private

Definition at line 115 of file FindSXPeaksHelper.h.

Referenced by getNumberOfPointsInPeak(), and startRecord().

◆ m_stopIndex

size_t Mantid::Crystal::FindSXPeaksHelper::PeakContainer::m_stopIndex
private

Definition at line 116 of file FindSXPeaksHelper.h.

Referenced by getNumberOfPointsInPeak(), and stopRecord().

◆ m_y

const HistogramData::HistogramY& Mantid::Crystal::FindSXPeaksHelper::PeakContainer::m_y
private

The documentation for this class was generated from the following files: