|
Mantid
|
Classes | |
| struct | AbsoluteBackgroundStrategy |
| class | AbsoluteCompareStrategy |
| class | AllPeaksStrategy |
| struct | BackgroundStrategy |
| class | CompareStrategy |
| class | FindMaxReduceStrategy |
| class | PeakContainer |
| class | PeakFindingStrategy |
| struct | PerSpectrumBackgroundStrategy |
| class | ReducePeakListStrategy |
| class | RelativeCompareStrategy |
| class | SimpleReduceStrategy |
| class | StrongestPeaksStrategy |
| struct | SXPeak |
Typedefs | |
| using | Bound = HistogramData::HistogramX::const_iterator |
| using | BoundsIterator = std::pair< Bound, Bound > |
| using | Edge = boost::graph_traits< PeakGraph >::edge_descriptor |
| using | PeakGraph = adjacency_list< vecS, vecS, undirectedS, SXPeak * > |
| using | PeakList = boost::optional< std::vector< SXPeak > > |
| using | Vertex = boost::graph_traits< PeakGraph >::vertex_descriptor |
| using | yIt = Mantid::HistogramData::HistogramY::const_iterator |
Enumerations | |
| enum class | XAxisUnit { TOF , DSPACING } |
| enum to determine the units of the workspaces X axis we are searching in More... | |
Variables | |
| Mantid::Kernel::Logger | g_log ("FindSXPeaksHelper") |
| using Mantid::Crystal::FindSXPeaksHelper::Bound = typedef HistogramData::HistogramX::const_iterator |
Definition at line 100 of file FindSXPeaksHelper.h.
| using Mantid::Crystal::FindSXPeaksHelper::BoundsIterator = typedef std::pair<Bound, Bound> |
Definition at line 101 of file FindSXPeaksHelper.h.
| using Mantid::Crystal::FindSXPeaksHelper::Edge = typedef boost::graph_traits<PeakGraph>::edge_descriptor |
Definition at line 561 of file FindSXPeaksHelper.cpp.
| using Mantid::Crystal::FindSXPeaksHelper::PeakGraph = typedef adjacency_list<vecS, vecS, undirectedS, SXPeak *> |
Definition at line 559 of file FindSXPeaksHelper.cpp.
| using Mantid::Crystal::FindSXPeaksHelper::PeakList = typedef boost::optional<std::vector<SXPeak> > |
Definition at line 102 of file FindSXPeaksHelper.h.
| using Mantid::Crystal::FindSXPeaksHelper::Vertex = typedef boost::graph_traits<PeakGraph>::vertex_descriptor |
Definition at line 560 of file FindSXPeaksHelper.cpp.
| using Mantid::Crystal::FindSXPeaksHelper::yIt = typedef Mantid::HistogramData::HistogramY::const_iterator |
Definition at line 99 of file FindSXPeaksHelper.h.
|
strong |
enum to determine the units of the workspaces X axis we are searching in
| Enumerator | |
|---|---|
| TOF | |
| DSPACING | |
Definition at line 32 of file FindSXPeaksHelper.h.
| Mantid::Kernel::Logger Mantid::Crystal::FindSXPeaksHelper::g_log("FindSXPeaksHelper") | ( | "FindSXPeaksHelper" | ) |