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 {
16
17class IObject;
18
19}
20} // namespace Mantid
21
23
24std::shared_ptr<const Mantid::Geometry::IObject> createShape();
25
27
29
30std::vector<int> getFakeDetIDs();
31
32} // namespace NexusGeometryTestHelpers
Helper class which provides the Collimation Length for SANS instruments.
std::shared_ptr< const Mantid::Geometry::IObject > createShape()