Mantid
|
#include "MantidAPI/SpectrumInfo.h"
#include "MantidCrystal/DllConfig.h"
#include "MantidHistogramData/HistogramX.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/System.h"
#include "MantidKernel/Unit.h"
#include <boost/optional.hpp>
#include <iterator>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Crystal |
namespace | Mantid::Crystal::FindSXPeaksHelper |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Crystal::FindSXPeaksHelper::Bound = HistogramData::HistogramX::const_iterator |
using | Mantid::Crystal::FindSXPeaksHelper::BoundsIterator = std::pair< Bound, Bound > |
using | Mantid::Crystal::FindSXPeaksHelper::PeakList = boost::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... | |