Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
NiggliCell.cpp File Reference
#include "MantidGeometry/Crystal/NiggliCell.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"
#include "MantidKernel/Quat.h"
#include <algorithm>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Geometry
 

Functions

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...