Mantid
Loading...
Searching...
No Matches
DetectorInfoIterator.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11
12namespace Mantid {
13namespace Geometry {
14
21template <typename T> class DetectorInfoIterator : public InfoIteratorBase<T, DetectorInfoItem> {
22public:
23 using InfoIteratorBase<T, DetectorInfoItem>::InfoIteratorBase;
24};
25} // namespace Geometry
26} // namespace Mantid
DetectorInfoIterator for random access iteration over DetectorInfo.
Helper class which provides the Collimation Length for SANS instruments.