Mantid
Loading...
Searching...
No Matches
IMDIterator.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7//----------------------------------------------------------------------
8// Includes
9//----------------------------------------------------------------------
11
12namespace Mantid::API {
13
16
22
26
27} // namespace Mantid::API
Mantid::API::MDNormalization getNormalization() const
Definition: IMDIterator.cpp:25
void setNormalization(Mantid::API::MDNormalization normalization)
Set how the signal will be normalized when calling getNormalizedSignal()
Definition: IMDIterator.cpp:21
IMDIterator()
Default constructor.
Definition: IMDIterator.cpp:15
Mantid::API::MDNormalization m_normalization
Normalization method for getNormalizedSignal()
Definition: IMDIterator.h:125
MDNormalization
Enum describing different ways to normalize the signal in a MDWorkspace.
Definition: IMDIterator.h:25
@ VolumeNormalization
Divide the signal by the volume of the box/bin.
Definition: IMDIterator.h:29
Helper class which provides the Collimation Length for SANS instruments.