Go to the source code of this file.
|
| namespace | Mantid |
| | Helper class which provides the Collimation Length for SANS instruments.
|
| |
| namespace | Mantid::Geometry |
| |
|
| static bool | Mantid::Geometry::CompareABCsum (const DblMatrix &UB_1, const DblMatrix &UB_2) |
| | Comparator function for sorting list of UB matrices based on the sum of the lengths of the corresponding real space cell edge lengths |a|+|b|+|C|. More...
|
| |
| static bool | Mantid::Geometry::CompareDiffFrom90 (const DblMatrix &UB_1, const DblMatrix &UB_2) |
| | Comparator to sort a list of UBs in decreasing order based on the difference of cell angles from 90 degrees. More...
|
| |
| static double | Mantid::Geometry::GetDiffFrom90Sum (const DblMatrix &UB) |
| | Get the cell angles for the unit cell corresponding to matrix UB and calculate the sum of the differences of the cell angles from 90 degrees. More...
|
| |