Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs | Enumerations
FindSXPeaksHelper.h File Reference
#include "MantidAPI/SpectrumInfo.h"
#include "MantidCrystal/DllConfig.h"
#include "MantidHistogramData/HistogramE.h"
#include "MantidHistogramData/HistogramX.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/Unit.h"
#include <iterator>
#include <optional>
#include <vector>

Go to the source code of this file.

Classes

struct  Mantid::Crystal::FindSXPeaksHelper::AbsoluteBackgroundStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::AbsoluteCompareStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::AllPeaksStrategy
 
struct  Mantid::Crystal::FindSXPeaksHelper::BackgroundStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::CompareStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::FindMaxReduceStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::NSigmaPeaksStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::PeakContainer
 
class  Mantid::Crystal::FindSXPeaksHelper::PeakFindingStrategy
 
struct  Mantid::Crystal::FindSXPeaksHelper::PerSpectrumBackgroundStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::ReducePeakListStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::RelativeCompareStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::SimpleReduceStrategy
 
class  Mantid::Crystal::FindSXPeaksHelper::StrongestPeaksStrategy
 
struct  Mantid::Crystal::FindSXPeaksHelper::SXPeak
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Crystal
 
namespace  Mantid::Crystal::FindSXPeaksHelper
 
namespace  Mantid::Kernel
 

Macros

#define NSIGMA_COMPARISON_THRESHOLD   1e-10
 

Typedefs

using Mantid::Crystal::FindSXPeaksHelper::Bound = HistogramData::HistogramX::const_iterator
 
using Mantid::Crystal::FindSXPeaksHelper::BoundsIterator = std::pair< Bound, Bound >
 
using Mantid::Crystal::FindSXPeaksHelper::PeakList = std::optional< std::vector< SXPeak > >
 
using Mantid::Crystal::FindSXPeaksHelper::yIt = Mantid::HistogramData::HistogramY::const_iterator
 

Enumerations

enum class  Mantid::Crystal::FindSXPeaksHelper::XAxisUnit { Mantid::Crystal::FindSXPeaksHelper::TOF , Mantid::Crystal::FindSXPeaksHelper::DSPACING }
 enum to determine the units of the workspaces X axis we are searching in More...
 

Macro Definition Documentation

◆ NSIGMA_COMPARISON_THRESHOLD

#define NSIGMA_COMPARISON_THRESHOLD   1e-10

Definition at line 209 of file FindSXPeaksHelper.h.