Mantid
Loading...
Searching...
No Matches
Framework
MDAlgorithms
inc
MantidMDAlgorithms
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
9
#include "
MantidMDAlgorithms/QTransform.h
"
10
11
namespace
Mantid
{
12
namespace
MDAlgorithms {
13
16
class
MANTID_MDALGORITHMS_DLL
DebyeWallerFactorCorrectionMD
:
public
QTransform
{
17
public
:
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
25
private
:
26
void
init()
override
;
27
void
exec()
override
;
28
double
u2
;
29
};
30
31
}
// namespace MDAlgorithms
32
}
// namespace Mantid
name
std::string name
Definition
Run.cpp:60
QTransform.h
Mantid::MDAlgorithms::DebyeWallerFactorCorrectionMD
DebyeWallerCorrectionMD : Correct event signal and error values for Debye-Waller factor.
Definition
DebyeWallerFactorCorrectionMD.h:16
Mantid::MDAlgorithms::DebyeWallerFactorCorrectionMD::u2
double u2
Definition
DebyeWallerFactorCorrectionMD.h:28
Mantid::MDAlgorithms::QTransform
QTransform : Base algorithm for transforming |Q| values in an MD workspace.
Definition
QTransform.h:18
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition
AbsorptionCorrection.h:18
Generated by
1.9.8