Mantid
Loading...
Searching...
No Matches
BeamProfileFactory.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2022 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 "MantidAPI/Sample.h"
12
13namespace Mantid {
14namespace Algorithms {
15
16class MANTID_ALGORITHMS_DLL BeamProfileFactory {
17public:
18 static std::unique_ptr<IBeamProfile> createBeamProfile(const Geometry::Instrument &instrument,
19 const API::Sample &sample);
20};
21
22} // namespace Algorithms
23} // namespace Mantid
This class stores information about the sample used in particular run.
Definition: Sample.h:33
Base Instrument Class.
Definition: Instrument.h:47
Helper class which provides the Collimation Length for SANS instruments.