Mantid
Loading...
Searching...
No Matches
SpecialCoordinateSystem.h
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#pragma once
8
9namespace Mantid {
10namespace Kernel {
14enum SpecialCoordinateSystem { None = 0, QLab = 1, QSample = 2, HKL = 3 }; // Do NOT alter existing values
15} // namespace Kernel
16} // namespace Mantid
HKL : HKL MDFrame.
Definition: HKL.h:21
QLab : Q in the lab frame MDFrame.
Definition: QLab.h:21
QSample : Q in the sample frame.
Definition: QSample.h:21
SpecialCoordinateSystem
Special coordinate systems for Q3D.
Helper class which provides the Collimation Length for SANS instruments.