Mantid
Loading...
Searching...
No Matches
NexusGeometryTestHelpers.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
9#include <memory>
10#include <vector>
11
12#include "MantidNexusGeometry/TubeHelpers.h"
13
14namespace Mantid {
15namespace Geometry {
16class IObject;
17}
18} // namespace Mantid
19
21std::shared_ptr<const Mantid::Geometry::IObject> createShape();
24std::vector<int> getFakeDetIDs();
25} // namespace NexusGeometryTestHelpers
Helper class which provides the Collimation Length for SANS instruments.
std::shared_ptr< const Mantid::Geometry::IObject > createShape()