Mantid
Loading...
Searching...
No Matches
Enumerations
Mantid::MDAlgorithms::CnvrtToMD Namespace Reference

The class defines default axis names/dimension ID-s for MD workspace which can be obtained/used in the MD transformations converting matrix workspace to Q or Q-dE space. More...

Enumerations

enum  ConvertUnits { ConvertNo , ConvertFast , ConvertByTOF , ConvertFromTOF }
 
enum  CoordScaling {
  NoScaling , SingleScale , OrthogonalHKLScale , HKLScale ,
  NCoordScalings
}
 enum descrines availble momentum scalings, interpreted by this class More...
 
enum  defaultDimID {
  ModQ_ID , Q1_ID , Q2_ID , Q3_ID ,
  dE_ID , nDefaultID
}
 
enum  TargetFrame {
  LabFrame , SampleFrame , HKLFrame , AutoSelect ,
  NTargetFrames
}
 enum describes availible target coordinate systems for Q3D mode More...
 

Detailed Description

The class defines default axis names/dimension ID-s for MD workspace which can be obtained/used in the MD transformations converting matrix workspace to Q or Q-dE space.

The class helps to organize unit conversion when running transformation from a matrix(event) workspace into MD event workspace.

Date
29-05-2012 describes default dimensions ID currently used by multidimensional workspace

DimensionID is the short name which used to retrieve this dimesnion from MD workspace. The names themself are defined in constructor

Date
23/05/2012

Enumeration Type Documentation

◆ ConvertUnits

Enumerator
ConvertNo 
ConvertFast 
ConvertByTOF 
ConvertFromTOF 

Definition at line 27 of file UnitsConversionHelper.h.

◆ CoordScaling

enum descrines availble momentum scalings, interpreted by this class

Enumerator
NoScaling 
SingleScale 
OrthogonalHKLScale 
HKLScale 
NCoordScalings 

Definition at line 30 of file MDWSTransform.h.

◆ defaultDimID

Enumerator
ModQ_ID 
Q1_ID 
Q2_ID 
Q3_ID 
dE_ID 
nDefaultID 

Definition at line 28 of file MDTransfAxisNames.h.

◆ TargetFrame

enum describes availible target coordinate systems for Q3D mode

Enumerator
LabFrame 
SampleFrame 
HKLFrame 
AutoSelect 
NTargetFrames 

Definition at line 40 of file MDWSTransform.h.