|
Mantid
|
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... | |
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.
DimensionID is the short name which used to retrieve this dimesnion from MD workspace. The names themself are defined in constructor
| Enumerator | |
|---|---|
| ConvertNo | |
| ConvertFast | |
| ConvertByTOF | |
| ConvertFromTOF | |
Definition at line 27 of file UnitsConversionHelper.h.
enum descrines availble momentum scalings, interpreted by this class
| Enumerator | |
|---|---|
| NoScaling | |
| SingleScale | |
| OrthogonalHKLScale | |
| HKLScale | |
| NCoordScalings | |
Definition at line 30 of file MDWSTransform.h.
| Enumerator | |
|---|---|
| ModQ_ID | |
| Q1_ID | |
| Q2_ID | |
| Q3_ID | |
| dE_ID | |
| nDefaultID | |
Definition at line 28 of file MDTransfAxisNames.h.
enum describes availible target coordinate systems for Q3D mode
| Enumerator | |
|---|---|
| LabFrame | |
| SampleFrame | |
| HKLFrame | |
| AutoSelect | |
| NTargetFrames | |
Definition at line 40 of file MDWSTransform.h.