Mantid
Loading...
Searching...
No Matches
UnitLabelTypes.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 +
9
10namespace Mantid::Kernel::Units {
11// Empty label
12const UnitLabel Symbol::EmptyLabel("");
13// Second
14const UnitLabel Symbol::Second("s");
15// Microsecond
16const UnitLabel Symbol::Microsecond("microsecond", L"\u03bcs", "\\mu s");
18const UnitLabel Symbol::Nanosecond("ns");
19// Angstrom
20const UnitLabel Symbol::Angstrom("Angstrom", L"\u212b", "\\AA");
21// InverseAngstrom
22const UnitLabel Symbol::InverseAngstrom("Angstrom^-1", L"\u212b\u207b\u00b9", "\\AA^{-1}");
23// InverseAngstromSq
24const UnitLabel Symbol::InverseAngstromSq("Angstrom^-2", L"\u212b\u207b\u00b2", "\\AA^{-2}");
26const UnitLabel Symbol::MilliElectronVolts("meV");
28const UnitLabel Symbol::GHz("GHz");
30const UnitLabel Symbol::Metre("m");
32const UnitLabel Symbol::Nanometre("nm");
34const UnitLabel Symbol::InverseCM("cm^-1", L"cm\u207b\u00b9", "cm^{-1}");
36const UnitLabel Symbol::RLU("r.l.u.");
37
38} // namespace Mantid::Kernel::Units
static const UnitLabel InverseAngstrom
InverseAngstrom.
static const UnitLabel InverseAngstromSq
InverseAngstromSq.
static const UnitLabel Microsecond
Microsecond.
static const UnitLabel Angstrom
Angstrom.
static const UnitLabel Second
Second.
static const UnitLabel Nanometre
Nanometre.
static const UnitLabel RLU
Reciprocal lattice units.
static const UnitLabel Metre
Metre.
static const UnitLabel MilliElectronVolts
MilliElectronVolts.
static const UnitLabel Nanosecond
Nanosecond.
static const UnitLabel GHz
GHz.
static const UnitLabel InverseCM
Inverse centimeters.
static const UnitLabel EmptyLabel
Empty label.
The namespace for concrete units classes.
Definition: IQTransform.h:18