Loading [MathJax]/extensions/tex2jax.js
Mantid
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs
SpectraDetectorTypes.h File Reference
#include "MantidGeometry/IDTypes.h"
#include <set>
#include <unordered_map>

Go to the source code of this file.

Namespaces

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

Typedefs

using Mantid::det2group_map = std::unordered_map< detid_t, std::set< detid_t > >
 Map single det ID of group to its members. More...
 
using Mantid::detid2index_map = std::unordered_map< detid_t, size_t >
 Map with key = detector ID, value = workspace index. More...
 
using Mantid::spec2index_map = std::unordered_map< specnum_t, size_t >
 Map with key = spectrum number, value = workspace index. More...