Mantid
Loading...
Searching...
No Matches
DebyeWallerFactorCorrectionMD.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2025 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
10
11namespace Mantid {
12namespace MDAlgorithms {
13
16class MANTID_MDALGORITHMS_DLL DebyeWallerFactorCorrectionMD : public QTransform {
17public:
18 const std::string name() const override;
19 int version() const override;
20 const std::string category() const override;
21 const std::string summary() const override;
22 double correction(const double) const override;
23 const std::vector<std::string> seeAlso() const override;
24
25private:
26 void init() override;
27 void exec() override;
28 double u2;
29};
30
31} // namespace MDAlgorithms
32} // namespace Mantid
std::string name
Definition Run.cpp:60
DebyeWallerCorrectionMD : Correct event signal and error values for Debye-Waller factor.
QTransform : Base algorithm for transforming |Q| values in an MD workspace.
Definition QTransform.h:18
Helper class which provides the Collimation Length for SANS instruments.